summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>2018-11-22 14:43:20 +0000
committerGitHub <noreply@github.com>2018-11-22 14:43:20 +0000
commit0bf260e68cda2486a5fbe3d9e8417d17d44de766 (patch)
treecac0c245bf39f04947fe490323fb7f72fa26c0ff
parent5e4e286ea2bffa4a5cb2467721ed89f27959d253 (diff)
downloadcoreclr-0bf260e68cda2486a5fbe3d9e8417d17d44de766.tar.gz
coreclr-0bf260e68cda2486a5fbe3d9e8417d17d44de766.tar.bz2
coreclr-0bf260e68cda2486a5fbe3d9e8417d17d44de766.zip
Update dependencies from https://github.com/dotnet/arcade build 434 (#21166)
This change updates the following dependencies - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.18571.7 - Microsoft.DotNet.Helix.Sdk - 1.0.0-beta.18571.7
-rw-r--r--eng/Version.Details.xml8
-rw-r--r--global.json4
2 files changed, 6 insertions, 6 deletions
diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml
index ef69040dc7..e50d2ae184 100644
--- a/eng/Version.Details.xml
+++ b/eng/Version.Details.xml
@@ -2,13 +2,13 @@
<Dependencies>
<ProductDependencies></ProductDependencies>
<ToolsetDependencies>
- <Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.18570.17">
+ <Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.18571.7">
<Uri>https://github.com/dotnet/arcade</Uri>
- <Sha>93b39c3209a5929662190c7e85b43b4f2a32bab1</Sha>
+ <Sha>1f754c1e95651d19f659c454da4a5974a64ba376</Sha>
</Dependency>
- <Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="1.0.0-beta.18570.17">
+ <Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="1.0.0-beta.18571.7">
<Uri>https://github.com/dotnet/arcade</Uri>
- <Sha>93b39c3209a5929662190c7e85b43b4f2a32bab1</Sha>
+ <Sha>1f754c1e95651d19f659c454da4a5974a64ba376</Sha>
</Dependency>
</ToolsetDependencies>
</Dependencies>
diff --git a/global.json b/global.json
index f3c1d9edb0..518a9903f3 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.18570.17",
- "Microsoft.DotNet.Helix.Sdk": "1.0.0-beta.18570.17"
+ "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.18571.7",
+ "Microsoft.DotNet.Helix.Sdk": "1.0.0-beta.18571.7"
}
}