diff --git a/NuGet.config b/NuGet.config index ae206c013ea..c78ab02d13e 100644 --- a/NuGet.config +++ b/NuGet.config @@ -4,8 +4,7 @@ - - + diff --git a/eng/Version.Details.props b/eng/Version.Details.props index ce819b05b4e..f3736170de9 100644 --- a/eng/Version.Details.props +++ b/eng/Version.Details.props @@ -6,9 +6,9 @@ This file should be imported by eng/Versions.props - 10.0.0-beta.26215.122 - 10.0.0-beta.26215.122 - 10.0.0-beta.26215.122 + 10.0.0-beta.26216.111 + 10.0.0-beta.26216.111 + 10.0.0-beta.26216.111 10.0.7 10.0.7 10.0.7 @@ -16,10 +16,10 @@ This file should be imported by eng/Versions.props 10.0.7 10.0.7 10.0.7 - 10.0.7-servicing.26215.122 + 10.0.7-servicing.26216.111 10.0.7 10.0.7 - 10.0.7-servicing.26215.122 + 10.0.7-servicing.26216.111 10.0.7 10.0.7 10.0.7 diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 99c11a15937..17dec7667e0 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,80 +1,80 @@ - + https://github.com/dotnet/dotnet - 884fcaedb08b93d224306cea1ad17ffb7f6cd9d3 + d5a73cb9564de5e77882721fc7a85c83fad55ada https://github.com/dotnet/dotnet - 884fcaedb08b93d224306cea1ad17ffb7f6cd9d3 + d5a73cb9564de5e77882721fc7a85c83fad55ada https://github.com/dotnet/dotnet - 884fcaedb08b93d224306cea1ad17ffb7f6cd9d3 + d5a73cb9564de5e77882721fc7a85c83fad55ada https://github.com/dotnet/dotnet - 884fcaedb08b93d224306cea1ad17ffb7f6cd9d3 + d5a73cb9564de5e77882721fc7a85c83fad55ada https://github.com/dotnet/dotnet - 884fcaedb08b93d224306cea1ad17ffb7f6cd9d3 + d5a73cb9564de5e77882721fc7a85c83fad55ada https://github.com/dotnet/dotnet - 884fcaedb08b93d224306cea1ad17ffb7f6cd9d3 + d5a73cb9564de5e77882721fc7a85c83fad55ada https://github.com/dotnet/dotnet - 884fcaedb08b93d224306cea1ad17ffb7f6cd9d3 + d5a73cb9564de5e77882721fc7a85c83fad55ada - + https://github.com/dotnet/dotnet - 884fcaedb08b93d224306cea1ad17ffb7f6cd9d3 + d5a73cb9564de5e77882721fc7a85c83fad55ada https://github.com/dotnet/dotnet - 884fcaedb08b93d224306cea1ad17ffb7f6cd9d3 + d5a73cb9564de5e77882721fc7a85c83fad55ada https://github.com/dotnet/dotnet - 884fcaedb08b93d224306cea1ad17ffb7f6cd9d3 + d5a73cb9564de5e77882721fc7a85c83fad55ada - + https://github.com/dotnet/dotnet - 884fcaedb08b93d224306cea1ad17ffb7f6cd9d3 + d5a73cb9564de5e77882721fc7a85c83fad55ada https://github.com/dotnet/dotnet - 884fcaedb08b93d224306cea1ad17ffb7f6cd9d3 + d5a73cb9564de5e77882721fc7a85c83fad55ada https://github.com/dotnet/dotnet - 884fcaedb08b93d224306cea1ad17ffb7f6cd9d3 + d5a73cb9564de5e77882721fc7a85c83fad55ada https://github.com/dotnet/dotnet - 884fcaedb08b93d224306cea1ad17ffb7f6cd9d3 + d5a73cb9564de5e77882721fc7a85c83fad55ada https://github.com/dotnet/dotnet - 884fcaedb08b93d224306cea1ad17ffb7f6cd9d3 + d5a73cb9564de5e77882721fc7a85c83fad55ada - + https://github.com/dotnet/dotnet - 884fcaedb08b93d224306cea1ad17ffb7f6cd9d3 + d5a73cb9564de5e77882721fc7a85c83fad55ada - + https://github.com/dotnet/dotnet - 884fcaedb08b93d224306cea1ad17ffb7f6cd9d3 + d5a73cb9564de5e77882721fc7a85c83fad55ada - + https://github.com/dotnet/dotnet - 884fcaedb08b93d224306cea1ad17ffb7f6cd9d3 + d5a73cb9564de5e77882721fc7a85c83fad55ada diff --git a/global.json b/global.json index e66ed628d1a..cd6a76bbfd6 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "10.0.105", + "version": "10.0.106", "allowPrerelease": true, "rollForward": "latestMajor", "paths": [ @@ -10,7 +10,7 @@ "errorMessage": "The required .NET SDK wasn't found. Please run ./restore.sh or .\\restore.cmd to install it." }, "tools": { - "dotnet": "10.0.105", + "dotnet": "10.0.106", "runtimes": { "dotnet": [ "$(MicrosoftNETCorePlatformsVersion)" @@ -18,7 +18,7 @@ } }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26215.122", - "Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.26215.122" + "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26216.111", + "Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.26216.111" } }