summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>2019-01-04 08:51:50 -0800
committerJan Kotas <jkotas@microsoft.com>2019-01-04 06:51:50 -1000
commit1954c5683c223cbdfaee717807806da6ab4328ed (patch)
treeef63827215eeebf8bf871b1e7577065e347fec3e
parentc90d7ec04e9167cb48d0eb4e49f6b5b6828b2d3a (diff)
downloadcoreclr-1954c5683c223cbdfaee717807806da6ab4328ed.tar.gz
coreclr-1954c5683c223cbdfaee717807806da6ab4328ed.tar.bz2
coreclr-1954c5683c223cbdfaee717807806da6ab4328ed.zip
Update dependencies from https://github.com/dotnet/arcade build 1060 (#21726)
This change updates the following dependencies - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.18630.2 - Microsoft.DotNet.Helix.Sdk - 1.0.0-beta.18630.2
-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 cca6558c26..eebe1bf632 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.18629.1">
+ <Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.18630.2">
<Uri>https://github.com/dotnet/arcade</Uri>
- <Sha>aa2b09ca90482c1f05bcac21596b67b2a4079171</Sha>
+ <Sha>96c87ddd97d9c562ef77f1e4606a0dbb000ab644</Sha>
</Dependency>
- <Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="1.0.0-beta.18629.1">
+ <Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="1.0.0-beta.18630.2">
<Uri>https://github.com/dotnet/arcade</Uri>
- <Sha>aa2b09ca90482c1f05bcac21596b67b2a4079171</Sha>
+ <Sha>96c87ddd97d9c562ef77f1e4606a0dbb000ab644</Sha>
</Dependency>
</ToolsetDependencies>
</Dependencies>
diff --git a/global.json b/global.json
index b150bb90ec..d84e34682f 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.18629.1",
- "Microsoft.DotNet.Helix.Sdk": "1.0.0-beta.18629.1"
+ "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.18630.2",
+ "Microsoft.DotNet.Helix.Sdk": "1.0.0-beta.18630.2"
}
}