diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index a14412da74..50913a114b 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -11,20 +11,20 @@ e9b99f554a3c298e1106ea171f5a0462780af2c5 - + https://github.com/dotnet/arcade - 12fdb9fc3fe43a861f1ae01747bfe6cef878d4cb + fe17712bedb95a55d5af00c5191772c81393745f - + https://github.com/dotnet/arcade - 12fdb9fc3fe43a861f1ae01747bfe6cef878d4cb + fe17712bedb95a55d5af00c5191772c81393745f - + https://github.com/dotnet/source-build-reference-packages - be366997dfae0aa6e3c9a78bad10bfb3f79cbde1 + f0e24bf492d694469a74be8604fb329bdcd65778 diff --git a/eng/common/internal/Tools.csproj b/eng/common/internal/Tools.csproj index 32f79dfb34..feaa6d2081 100644 --- a/eng/common/internal/Tools.csproj +++ b/eng/common/internal/Tools.csproj @@ -15,16 +15,6 @@ - - - - https://devdiv.pkgs.visualstudio.com/_packaging/dotnet-core-internal-tooling/nuget/v3/index.json; - - - $(RestoreSources); - https://devdiv.pkgs.visualstudio.com/_packaging/VS/nuget/v3/index.json; - - diff --git a/global.json b/global.json index b3677d4da9..af46c752d6 100644 --- a/global.json +++ b/global.json @@ -1,8 +1,8 @@ { "tools": { - "dotnet": "10.0.100-alpha.1.25064.3" + "dotnet": "10.0.100-alpha.1.25074.2" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25067.3" + "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25076.1" } }