diff --git a/NuGet.config b/NuGet.config index 135bb26cb45..77b2bf048ad 100644 --- a/NuGet.config +++ b/NuGet.config @@ -4,7 +4,6 @@ - @@ -19,7 +18,6 @@ - diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 174effc56c5..ed42cf97e68 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -60,17 +60,17 @@ - + https://github.com/dotnet/arcade - 53f3357c00780a514a5b7b69e6f58880b3ada28e + 8dabb7110e0c0e8ca9866f389493bfb5047b8c24 - + https://github.com/dotnet/arcade - 53f3357c00780a514a5b7b69e6f58880b3ada28e + 8dabb7110e0c0e8ca9866f389493bfb5047b8c24 - + https://github.com/dotnet/arcade - 53f3357c00780a514a5b7b69e6f58880b3ada28e + 8dabb7110e0c0e8ca9866f389493bfb5047b8c24 diff --git a/eng/Versions.props b/eng/Versions.props index 9a38b3352e3..e6fd7385971 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ 8.0.25-servicing.26112.3 - 8.0.0-beta.26117.2 + 8.0.0-beta.26168.3 diff --git a/global.json b/global.json index 100a952c993..55aa62458e1 100644 --- a/global.json +++ b/global.json @@ -1,11 +1,11 @@ { "sdk": { - "version": "8.0.124", + "version": "8.0.125", "allowPrerelease": true, "rollForward": "latestMajor" }, "tools": { - "dotnet": "8.0.124", + "dotnet": "8.0.125", "runtimes": { "dotnet": [ "$(MicrosoftNETCoreBrowserDebugHostTransportVersion)" @@ -13,7 +13,7 @@ } }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.26117.2", - "Microsoft.DotNet.Helix.Sdk": "8.0.0-beta.26117.2" + "Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.26168.3", + "Microsoft.DotNet.Helix.Sdk": "8.0.0-beta.26168.3" } }