diff --git a/eng/Version.Details.props b/eng/Version.Details.props index 79a427d2aa..734dd10c79 100644 --- a/eng/Version.Details.props +++ b/eng/Version.Details.props @@ -6,7 +6,7 @@ This file should be imported by eng/Versions.props - 10.0.0-beta.26216.111 + 10.0.0-beta.26252.101 diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 8fa7b7bc7c..4d98dfaa3b 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,12 +1,12 @@ - + - + https://github.com/dotnet/dotnet - d5a73cb9564de5e77882721fc7a85c83fad55ada + 9c33ec01179fc18803f0cf6ef1cb84b1ca6f680e diff --git a/eng/Versions.props b/eng/Versions.props index 06c834e8c6..b54946c712 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -3,7 +3,7 @@ - 2.2.7 + 2.2.9 servicing diff --git a/global.json b/global.json index 0885c43164..73ba7cd42b 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "10.0.106", + "version": "10.0.107", "allowPrerelease": true, "rollForward": "latestFeature", "paths": [ @@ -10,9 +10,9 @@ "errorMessage": "The required .NET SDK wasn't found. Please run ./eng/common/dotnet.cmd/sh to install it." }, "tools": { - "dotnet": "10.0.106" + "dotnet": "10.0.107" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26216.111" + "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26252.101" } }