diff --git a/eng/Version.Details.props b/eng/Version.Details.props index 1c38ecbd85..b329b77e2c 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.25563.104 + 10.0.0-beta.25578.106 diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index e1cd129258..08bd426b23 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,12 +1,12 @@ - + - + https://github.com/dotnet/dotnet - 93970af2dae989c795efb703be9a25ff95079f25 + ba5cda19aa70d59758a74b7d36c90e009b32f6f0 diff --git a/eng/Versions.props b/eng/Versions.props index 5e7f7d3a06..fdd2689af8 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -3,8 +3,12 @@ - 2.2.1 - beta + 2.2.2 + servicing + + + + false true diff --git a/global.json b/global.json index a06da32b42..1f8e95e3d6 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "10.0.100-rc.2.25502.107", + "version": "10.0.100", "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.100-rc.2.25502.107" + "dotnet": "10.0.100" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25563.104" + "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25578.106" } }