diff options
author | dotnet-maestro[bot] <42748379+dotnet-maestro[bot]@users.noreply.github.com> | 2019-06-21 17:19:33 -0700 |
---|---|---|
committer | Jan Kotas <jkotas@microsoft.com> | 2019-06-21 17:19:33 -0700 |
commit | 19fb094c9a8d60dcb3243f1f6a481edccdcb8bd6 (patch) | |
tree | fff9a9d1f14649e580f009c377df245a039d2351 | |
parent | e03ccf7bacb270584d520b2eb967ac4ee188382c (diff) | |
download | coreclr-19fb094c9a8d60dcb3243f1f6a481edccdcb8bd6.tar.gz coreclr-19fb094c9a8d60dcb3243f1f6a481edccdcb8bd6.tar.bz2 coreclr-19fb094c9a8d60dcb3243f1f6a481edccdcb8bd6.zip |
Update dependencies from https://github.com/dotnet/arcade build 20190620.1 (#25311)
- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19320.1
- Microsoft.DotNet.Build.Tasks.Feed - 2.2.0-beta.19320.1
- Microsoft.DotNet.Build.Tasks.Packaging - 1.0.0-beta.19320.1
- Microsoft.DotNet.Helix.Sdk - 2.0.0-beta.19320.1
-rw-r--r-- | eng/Version.Details.xml | 16 | ||||
-rw-r--r-- | eng/Versions.props | 4 | ||||
-rw-r--r-- | global.json | 4 |
3 files changed, 12 insertions, 12 deletions
diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 9b99903e8c..88d5fce3f3 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -3,21 +3,21 @@ <ProductDependencies> </ProductDependencies> <ToolsetDependencies> - <Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.19319.25"> + <Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.19320.1"> <Uri>https://github.com/dotnet/arcade</Uri> - <Sha>bd50b2bcc787a8c62e2e114fb54704b645cc1c3a</Sha> + <Sha>b21c24996a73aa62b7a1ee69f546b9d2eb084f29</Sha> </Dependency> - <Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="2.0.0-beta.19319.25"> + <Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="2.0.0-beta.19320.1"> <Uri>https://github.com/dotnet/arcade</Uri> - <Sha>bd50b2bcc787a8c62e2e114fb54704b645cc1c3a</Sha> + <Sha>b21c24996a73aa62b7a1ee69f546b9d2eb084f29</Sha> </Dependency> - <Dependency Name="Microsoft.DotNet.Build.Tasks.Feed" Version="2.2.0-beta.19319.25"> + <Dependency Name="Microsoft.DotNet.Build.Tasks.Feed" Version="2.2.0-beta.19320.1"> <Uri>https://github.com/dotnet/arcade</Uri> - <Sha>bd50b2bcc787a8c62e2e114fb54704b645cc1c3a</Sha> + <Sha>b21c24996a73aa62b7a1ee69f546b9d2eb084f29</Sha> </Dependency> - <Dependency Name="Microsoft.DotNet.Build.Tasks.Packaging" Version="1.0.0-beta.19319.25"> + <Dependency Name="Microsoft.DotNet.Build.Tasks.Packaging" Version="1.0.0-beta.19320.1"> <Uri>https://github.com/dotnet/arcade</Uri> - <Sha>bd50b2bcc787a8c62e2e114fb54704b645cc1c3a</Sha> + <Sha>b21c24996a73aa62b7a1ee69f546b9d2eb084f29</Sha> </Dependency> <Dependency Name="Microsoft.Private.CoreFx.NETCoreApp" Version="4.6.0-preview7.19311.1"> <Uri>https://github.com/dotnet/corefx</Uri> diff --git a/eng/Versions.props b/eng/Versions.props index 7effea1769..a904958d58 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -14,8 +14,8 @@ <UsingToolXliff>false</UsingToolXliff> <!-- Package versions --> <!-- arcade --> - <MicrosoftDotNetBuildTasksFeedVersion>2.2.0-beta.19319.25</MicrosoftDotNetBuildTasksFeedVersion> - <MicrosoftDotNetBuildTasksPackagingVersion>1.0.0-beta.19319.25</MicrosoftDotNetBuildTasksPackagingVersion> + <MicrosoftDotNetBuildTasksFeedVersion>2.2.0-beta.19320.1</MicrosoftDotNetBuildTasksFeedVersion> + <MicrosoftDotNetBuildTasksPackagingVersion>1.0.0-beta.19320.1</MicrosoftDotNetBuildTasksPackagingVersion> <MicrosoftDotNetXUnitConsoleRunnerVersion>2.5.1-beta.19278.1</MicrosoftDotNetXUnitConsoleRunnerVersion> <!-- corefx --> <MicrosoftPrivateCoreFxNETCoreAppVersion>4.6.0-preview7.19311.1</MicrosoftPrivateCoreFxNETCoreAppVersion> diff --git a/global.json b/global.json index 4ed8369bf9..69d527ef71 100644 --- a/global.json +++ b/global.json @@ -7,8 +7,8 @@ "python": "2.7.15" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19319.25", - "Microsoft.DotNet.Helix.Sdk": "2.0.0-beta.19319.25", + "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19320.1", + "Microsoft.DotNet.Helix.Sdk": "2.0.0-beta.19320.1", "Microsoft.Build.NoTargets": "1.0.53", "Microsoft.Build.Traversal": "2.0.2" } |