summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 d06fb0a3cc..cca6558c26 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.18621.6">
+ <Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.18629.1">
<Uri>https://github.com/dotnet/arcade</Uri>
- <Sha>565dad7c7b14378d2fd084c324e5db28b311fd60</Sha>
+ <Sha>aa2b09ca90482c1f05bcac21596b67b2a4079171</Sha>
</Dependency>
- <Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="1.0.0-beta.18621.6">
+ <Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="1.0.0-beta.18629.1">
<Uri>https://github.com/dotnet/arcade</Uri>
- <Sha>565dad7c7b14378d2fd084c324e5db28b311fd60</Sha>
+ <Sha>aa2b09ca90482c1f05bcac21596b67b2a4079171</Sha>
</Dependency>
</ToolsetDependencies>
</Dependencies>
diff --git a/global.json b/global.json
index deab4f9c2b..b150bb90ec 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.18621.6",
- "Microsoft.DotNet.Helix.Sdk": "1.0.0-beta.18621.6"
+ "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.18629.1",
+ "Microsoft.DotNet.Helix.Sdk": "1.0.0-beta.18629.1"
}
}