diff --git a/eng/Version.Details.props b/eng/Version.Details.props index 376ebe68d..9187dfdee 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.26070.107 + 10.0.0-beta.26103.116 2.0.0 10.0.0-rc.2.25502.107 diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 186a4ac4f..dc1f624d1 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,6 +1,6 @@ - + https://github.com/dotnet/dotnet @@ -12,9 +12,9 @@ - + https://github.com/dotnet/dotnet - 9895d6005a3b62462f1ff23dd6c528f63c720774 + 9477b510bb25fc69515d2ab188af3b72799929ac diff --git a/global.json b/global.json index 3446ead8f..b3d0a7338 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "10.0.101", + "version": "10.0.102", "allowPrerelease": true, "rollForward": "latestFeature", "paths": [ @@ -10,10 +10,10 @@ "errorMessage": "The required .NET SDK wasn't found. Please run ./eng/common/dotnet.cmd/sh to install it." }, "tools": { - "dotnet": "10.0.101" + "dotnet": "10.0.102" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26070.107", + "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26103.116", "Microsoft.Build.NoTargets": "3.7.0" } }