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 84bc751a99..7cf758ed0c 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.19218.1">
+ <Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.19218.4">
<Uri>https://github.com/dotnet/arcade</Uri>
- <Sha>46718d98c0fd03690a6a8c83da692a4a85a17902</Sha>
+ <Sha>1d4c87ff798d7de521128e6c3d890055c2401e80</Sha>
</Dependency>
- <Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="2.0.0-beta.19218.1">
+ <Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="2.0.0-beta.19218.4">
<Uri>https://github.com/dotnet/arcade</Uri>
- <Sha>46718d98c0fd03690a6a8c83da692a4a85a17902</Sha>
+ <Sha>1d4c87ff798d7de521128e6c3d890055c2401e80</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 66d5cdd461..76348ca8ec 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.19218.1",
- "Microsoft.DotNet.Helix.Sdk": "2.0.0-beta.19218.1"
+ "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19218.4",
+ "Microsoft.DotNet.Helix.Sdk": "2.0.0-beta.19218.4"
}
}