diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 6fb673cae..ed7d801dc 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -192,26 +192,26 @@ - + https://github.com/dotnet/arcade - 6e533ee7a479018586f2314295ad113f6ba1d5b1 + 6baad99219dda29b3c8efd7d627393cda4b38372 - + https://github.com/dotnet/arcade - 6e533ee7a479018586f2314295ad113f6ba1d5b1 + 6baad99219dda29b3c8efd7d627393cda4b38372 - + https://github.com/dotnet/arcade - 6e533ee7a479018586f2314295ad113f6ba1d5b1 + 6baad99219dda29b3c8efd7d627393cda4b38372 https://github.com/dotnet/source-build-reference-packages 38ada164f2f3d18c8c9a707ff1765c815c6b48e8 - + https://github.com/dotnet/sourcelink 7e0f22b377684f55bf2bca45eba46bdcb08edb64 diff --git a/eng/Versions.props b/eng/Versions.props index 85df04816..5dc523cdd 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -26,7 +26,7 @@ - 7.0.0-beta.22259.5 + 7.0.0-beta.22260.2 diff --git a/eng/common/internal/Tools.csproj b/eng/common/internal/Tools.csproj index beb9c4648..7f5ce6d60 100644 --- a/eng/common/internal/Tools.csproj +++ b/eng/common/internal/Tools.csproj @@ -8,6 +8,9 @@ + + + diff --git a/global.json b/global.json index ba0d89800..1c89dfe61 100644 --- a/global.json +++ b/global.json @@ -11,7 +11,7 @@ "cmake": "3.16.4" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22259.5", - "Microsoft.DotNet.CMake.Sdk": "7.0.0-beta.22259.5" + "Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22260.2", + "Microsoft.DotNet.CMake.Sdk": "7.0.0-beta.22260.2" } }