diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 67343ab4..9f3e3c9a 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -4,9 +4,9 @@ - + https://github.com/dotnet/arcade - 5976b9d3d62aaac137169c638af21096bd8e8fcd + 3907f62e877e105b6196b1bd9c309203d6362a0a diff --git a/global.json b/global.json index 1ec1b425..493af830 100644 --- a/global.json +++ b/global.json @@ -1,7 +1,7 @@ { "tools": { "_comment": "Because this affects the runtime environment of Sign CLI *when run from this directory*, the dotnet and runtime properties should reference the latest .NET SDK and runtime versions for Sign CLI's target framework, which is specified in Directory.Build.props. However, the SDK and runtime versions are currently out of sync because of vulnerabilities in older versions of xcopy-msbuild.", - "dotnet": "10.0.103", + "dotnet": "10.0.105", "runtimes": { "dotnet/x64": [ "8.0.22" @@ -10,11 +10,11 @@ "xcopy-msbuild": "18.0.0" }, "sdk": { - "version": "10.0.103", + "version": "10.0.105", "rollForward": "latestFeature" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26153.3", + "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26168.1", "Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.24555.3", "Microsoft.Build.NoTargets": "3.7.0" }