diff --git a/eng/Version.Details.props b/eng/Version.Details.props index abf6c8efbb9..6754ff54050 100644 --- a/eng/Version.Details.props +++ b/eng/Version.Details.props @@ -27,7 +27,7 @@ This file should be imported by eng/Versions.props 5.0.0-2.25480.7 5.0.0-2.25480.7 - 11.0.0-beta.26067.2 + 10.0.0-beta.26062.3 1.0.0-prerelease.25502.1 1.0.0-prerelease.25502.1 diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index bef7fd8415a..6b291afcfa4 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,6 +1,6 @@ - + https://github.com/dotnet/msbuild @@ -76,9 +76,9 @@ - + https://github.com/dotnet/arcade - b92cc5b406acf996b29a653dd4454b87f1d83c5f + 9f518f2be968c4c0102c2e3f8c793c5b7f28b731 https://dev.azure.com/dnceng/internal/_git/dotnet-optimization diff --git a/eng/Versions.props b/eng/Versions.props index 21ff401dd40..5ad3a8a340a 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -15,7 +15,7 @@ - preview$(FSharpPreReleaseIteration) + alpha$(FSharpPreReleaseIteration) 11 0 diff --git a/global.json b/global.json index 958772923de..8bf41689fed 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "11.0.100-alpha.1.26060.102", + "version": "10.0.100", "allowPrerelease": true, "paths": [ ".dotnet", @@ -9,7 +9,7 @@ "errorMessage": "The .NET SDK could not be found, please run ./eng/common/dotnet.sh." }, "tools": { - "dotnet": "11.0.100-alpha.1.26060.102", + "dotnet": "10.0.100", "vs": { "version": "18.0", "components": [ @@ -22,7 +22,7 @@ "perl": "5.38.2.2" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.26067.2", + "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26062.3", "Microsoft.DotNet.Helix.Sdk": "8.0.0-beta.23255.2" } }