diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 58eb06751a485..a3123a3912d08 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -3,13 +3,13 @@ - + https://github.com/dotnet/arcade - 55631983c8583162122687fddeac13424c1e40a8 + d8dca0b41b903e7182e64543773390b969dab96b - + https://github.com/dotnet/arcade - 55631983c8583162122687fddeac13424c1e40a8 + d8dca0b41b903e7182e64543773390b969dab96b diff --git a/eng/Versions.props b/eng/Versions.props index 19f2820e840f4..915825705c62b 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -6,6 +6,6 @@ 1 - 10.0.0-beta.25612.5 + 10.0.0-beta.25626.5 diff --git a/global.json b/global.json index dac45792dc370..4b4efe99c8eb7 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "10.0.100", + "version": "10.0.101", "allowPrerelease": true, "rollForward": "major", "paths": [ @@ -10,10 +10,10 @@ "errorMessage": "The required .NET SDK wasn't found. Please run ./eng/common/dotnet.cmd/sh to install it." }, "tools": { - "dotnet": "10.0.100" + "dotnet": "10.0.101" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25612.5", + "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25626.5", "Microsoft.Build.Traversal": "3.4.0" } }