diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 5569747eac..5a647f085d 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -11,9 +11,9 @@ 30ed464acd37779c64e9dc652d4460543ebf9966 - + https://github.com/dotnet/arcade - 53f3357c00780a514a5b7b69e6f58880b3ada28e + 8dabb7110e0c0e8ca9866f389493bfb5047b8c24 diff --git a/global.json b/global.json index 0c703dadce..5ea1ac34bb 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "8.0.124", + "version": "8.0.125", "rollForward": "latestPatch", "paths": [ ".dotnet", @@ -9,10 +9,10 @@ "errorMessage": "The required .NET SDK wasn't found. Please run ./eng/common/dotnet.cmd/sh to install it." }, "tools": { - "dotnet": "8.0.124" + "dotnet": "8.0.125" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.26117.2", + "Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.26168.3", "Microsoft.Build.NoTargets": "3.7.0" } }