diff --git a/NuGet.config b/NuGet.config index dce1f65b11d..ee514854708 100644 --- a/NuGet.config +++ b/NuGet.config @@ -4,7 +4,7 @@ - + diff --git a/eng/Version.Details.props b/eng/Version.Details.props index e3d4e2a9347..7ebb8ec7c45 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.26165.102 + 10.0.0-beta.26166.102 2.0.6 10.0.1 diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 677fec09c12..e4715824c36 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,16 +1,16 @@ - + https://github.com/dotnet/dotnet - 304512896798bb582bc86671e5dedd83b055f865 + 4fd2c07b91f433e755d943554092abfd1e9e6681 - + https://github.com/dotnet/dotnet - 304512896798bb582bc86671e5dedd83b055f865 + 4fd2c07b91f433e755d943554092abfd1e9e6681 diff --git a/global.json b/global.json index 8145e6b9fd5..aa72777b045 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "10.0.104", + "version": "10.0.105", "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.104" + "dotnet": "10.0.105" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26165.102" + "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26166.102" } }