Update dependencies from https://github.com/dotnet/arcade build 347 (#21023)
authordotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Thu, 15 Nov 2018 15:08:32 +0000 (15:08 +0000)
committerGitHub <noreply@github.com>
Thu, 15 Nov 2018 15:08:32 +0000 (15:08 +0000)
This change updates the following dependencies
- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.18564.20
- Microsoft.DotNet.Helix.Sdk - 1.0.0-beta.18564.20

eng/Version.Details.xml
global.json

index fe76c7b..d83794b 100644 (file)
@@ -2,13 +2,13 @@
 <Dependencies>
   <ProductDependencies></ProductDependencies>
   <ToolsetDependencies>
-    <Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.18563.21">
+    <Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.18564.20">
       <Uri>https://github.com/dotnet/arcade</Uri>
-      <Sha>179f64a9add52c37b4d441f12285da4b17389a82</Sha>
+      <Sha>069237d9a7e83bed62c9f664228125b95ddf91f6</Sha>
     </Dependency>
-    <Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="1.0.0-beta.18563.21">
+    <Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="1.0.0-beta.18564.20">
       <Uri>https://github.com/dotnet/arcade</Uri>
-      <Sha>179f64a9add52c37b4d441f12285da4b17389a82</Sha>
+      <Sha>069237d9a7e83bed62c9f664228125b95ddf91f6</Sha>
     </Dependency>
   </ToolsetDependencies>
 </Dependencies>
index fd7c8dc..9e3e1ca 100644 (file)
@@ -7,7 +7,7 @@
     "python": "2.7.15"
   },
   "msbuild-sdks": {
-    "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.18563.21",
-    "Microsoft.DotNet.Helix.Sdk": "1.0.0-beta.18563.21"
+    "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.18564.20",
+    "Microsoft.DotNet.Helix.Sdk": "1.0.0-beta.18564.20"
   }
 }