diff --git a/NuGet.config b/NuGet.config index 2cb76a72fa9..2d44a43c66d 100644 --- a/NuGet.config +++ b/NuGet.config @@ -4,7 +4,7 @@ - + diff --git a/eng/Version.Details.props b/eng/Version.Details.props index 0dff5ec3b7c..93a2a8586ba 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.26112.101 + 10.0.0-beta.26113.109 2.0.4 10.0.1 diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ab0054fa753..5c75196a2b3 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,16 +1,16 @@ - + https://github.com/dotnet/dotnet - fed627baa5ecd147271ada875bbd183f0d2a01d7 + 8b73f5aab30c102060a87842741d15b005161478 - + https://github.com/dotnet/dotnet - fed627baa5ecd147271ada875bbd183f0d2a01d7 + 8b73f5aab30c102060a87842741d15b005161478 diff --git a/global.json b/global.json index 916e7484420..dca22f30776 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "10.0.102", + "version": "10.0.103", "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.102" + "dotnet": "10.0.103" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26112.101" + "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26113.109" } }