diff options
author | dotnet-maestro <@dotnet-maestro> | 2019-04-24 12:23:03 +0000 |
---|---|---|
committer | Russ Keldorph <russ.keldorph@microsoft.com> | 2019-04-24 13:04:12 -0700 |
commit | 8d6569615b96cef9df0dd5a4f6388c4f58258888 (patch) | |
tree | dac64066cbfcbb68d92758758e925e1e51178f70 | |
parent | bc8eebc343824ea730692ab28fde22cddc723255 (diff) | |
download | coreclr-8d6569615b96cef9df0dd5a4f6388c4f58258888.tar.gz coreclr-8d6569615b96cef9df0dd5a4f6388c4f58258888.tar.bz2 coreclr-8d6569615b96cef9df0dd5a4f6388c4f58258888.zip |
Update dependencies from https://github.com/dotnet/arcade build 20190423.2
- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19223.2
- Microsoft.DotNet.Helix.Sdk - 2.0.0-beta.19223.2
-rw-r--r-- | eng/Version.Details.xml | 8 | ||||
-rw-r--r-- | global.json | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 60dbff0d1a..ccae718cc5 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -3,13 +3,13 @@ <ProductDependencies> </ProductDependencies> <ToolsetDependencies> - <Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.19222.2"> + <Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.19223.2"> <Uri>https://github.com/dotnet/arcade</Uri> - <Sha>851e36df83d3361e4bd8a70a2a8a89f762469f9a</Sha> + <Sha>e3919d0c158716ef4685c8e057cc58640af1af83</Sha> </Dependency> - <Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="2.0.0-beta.19222.2"> + <Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="2.0.0-beta.19223.2"> <Uri>https://github.com/dotnet/arcade</Uri> - <Sha>851e36df83d3361e4bd8a70a2a8a89f762469f9a</Sha> + <Sha>e3919d0c158716ef4685c8e057cc58640af1af83</Sha> </Dependency> <Dependency Name="Microsoft.Private.CoreFx.NETCoreApp" Version="4.6.0-preview6.19222.12"> <Uri>https://github.com/dotnet/corefx</Uri> diff --git a/global.json b/global.json index 92de3c0074..186e30b994 100644 --- a/global.json +++ b/global.json @@ -7,7 +7,7 @@ "python": "2.7.15" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19222.2", - "Microsoft.DotNet.Helix.Sdk": "2.0.0-beta.19222.2" + "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19223.2", + "Microsoft.DotNet.Helix.Sdk": "2.0.0-beta.19223.2" } } |