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 e0787fbc9a..b8f7fefd64 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.18619.4">
+ <Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.18620.7">
<Uri>https://github.com/dotnet/arcade</Uri>
- <Sha>7d79a676328f2bdd8b14bfee7fac6dad23123fad</Sha>
+ <Sha>e42dd37d2338bc4c0d8c5a9a6070ff17f2574e32</Sha>
</Dependency>
- <Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="1.0.0-beta.18619.4">
+ <Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="1.0.0-beta.18620.7">
<Uri>https://github.com/dotnet/arcade</Uri>
- <Sha>7d79a676328f2bdd8b14bfee7fac6dad23123fad</Sha>
+ <Sha>e42dd37d2338bc4c0d8c5a9a6070ff17f2574e32</Sha>
</Dependency>
</ToolsetDependencies>
</Dependencies>
diff --git a/global.json b/global.json
index 4f3627c198..110eb2e147 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.18619.4",
- "Microsoft.DotNet.Helix.Sdk": "1.0.0-beta.18619.4"
+ "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.18620.7",
+ "Microsoft.DotNet.Helix.Sdk": "1.0.0-beta.18620.7"
}
}