diff --git a/NuGet.config b/NuGet.config index 9f4127a7b2..7d005347e1 100644 --- a/NuGet.config +++ b/NuGet.config @@ -6,7 +6,6 @@ - diff --git a/eng/Version.Details.props b/eng/Version.Details.props index 7b35118492..90129c2b3a 100644 --- a/eng/Version.Details.props +++ b/eng/Version.Details.props @@ -6,7 +6,7 @@ This file should be imported by eng/Versions.props - 11.0.0-beta.26062.101 + 11.0.0-beta.26066.105 diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 94644722fc..8a895690a0 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,12 +1,12 @@ - + - + https://github.com/dotnet/dotnet - 7b9ad20ba1d45df5a99fdd9dedbf3bfe6a6fc24f + e069e8eee8566d7b1aa6f8f34833f8db7a0eb018 diff --git a/eng/Versions.props b/eng/Versions.props index d0ecd58f3b..272df2104f 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -4,7 +4,7 @@ 3.0.0 - alpha + preview 1 diff --git a/global.json b/global.json index 74582944bd..97aead6bd7 100644 --- a/global.json +++ b/global.json @@ -1,11 +1,11 @@ { "sdk": { - "version": "11.0.100-alpha.1.25618.104", + "version": "11.0.100-alpha.1.26064.118", "allowPrerelease": true, "rollForward": "major" }, "tools": { - "dotnet": "11.0.100-alpha.1.25618.104", + "dotnet": "11.0.100-alpha.1.26064.118", "runtimes": { "dotnet": [ "8.0.22" @@ -13,6 +13,6 @@ } }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.26062.101" + "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.26066.105" } }