diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 2dd793561..24227d8aa 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -47,37 +47,37 @@ https://github.com/dotnet/runtime 72b7d236ad634c2280c73499ebfc2b594995ec06 - + https://github.com/dotnet/aspnetcore - 062237e054487e2e53c186660e459eda69b75e59 + 9f72904328357d3747cd605b6e44b9d82065b9bb - + https://github.com/dotnet/aspnetcore - 062237e054487e2e53c186660e459eda69b75e59 + 9f72904328357d3747cd605b6e44b9d82065b9bb - + https://github.com/dotnet/aspnetcore - 062237e054487e2e53c186660e459eda69b75e59 + 9f72904328357d3747cd605b6e44b9d82065b9bb - + https://github.com/dotnet/aspnetcore - 062237e054487e2e53c186660e459eda69b75e59 + 9f72904328357d3747cd605b6e44b9d82065b9bb - + https://github.com/dotnet/efcore - 2352499b52cdfc95ddcfd81c4967e12512e00eee + 5c27c3c6ecad5d898ca37a733f8c2587c074e1a1 - + https://github.com/dotnet/aspnetcore - 062237e054487e2e53c186660e459eda69b75e59 + 9f72904328357d3747cd605b6e44b9d82065b9bb - + https://github.com/dotnet/aspnetcore - 062237e054487e2e53c186660e459eda69b75e59 + 9f72904328357d3747cd605b6e44b9d82065b9bb - + https://github.com/dotnet/aspnetcore - 062237e054487e2e53c186660e459eda69b75e59 + 9f72904328357d3747cd605b6e44b9d82065b9bb https://github.com/dotnet/test-templates @@ -91,13 +91,13 @@ https://github.com/dotnet/templating b89c3b306bbcdcf650f027736927254dfa053d9e - + https://github.com/dotnet/sdk - 927964ad361439cfc42255799722d6b97360ac7c + 8c0f92a2af63e5d42b78deaeb1784c7a7d23f8b5 - + https://github.com/dotnet/sdk - 927964ad361439cfc42255799722d6b97360ac7c + 8c0f92a2af63e5d42b78deaeb1784c7a7d23f8b5 diff --git a/eng/Versions.props b/eng/Versions.props index b3a108528..2920260fa 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -45,21 +45,21 @@ - 6.0.0-alpha.1.20526.6 - 6.0.0-alpha.1.20526.6 - 6.0.0-alpha.1.20526.6 - 6.0.0-alpha.1.20526.6 - 6.0.0-alpha.1.20526.6 - 6.0.0-alpha.1.20526.6 - 6.0.0-alpha.1.20526.6 + 6.0.0-alpha.1.20561.2 + 6.0.0-alpha.1.20561.2 + 6.0.0-alpha.1.20561.2 + 6.0.0-alpha.1.20561.2 + 6.0.0-alpha.1.20561.2 + 6.0.0-alpha.1.20561.2 + 6.0.0-alpha.1.20561.2 0.2.0 - 6.0.100-alpha.1.20561.16 - 6.0.100-alpha.1.20561.16 + 6.0.100-alpha.1.20566.1 + 6.0.100-alpha.1.20566.1 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) diff --git a/global.json b/global.json index e88ec845d..4afa25496 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "tools": { - "dotnet": "6.0.100-alpha.1.20561.19", + "dotnet": "6.0.100-alpha.1.20563.2", "runtimes": { "dotnet": [ "$(VSRedistCommonNetCoreSharedFrameworkx6460PackageVersion)" diff --git a/src/redist/targets/GenerateBundledVersions.targets b/src/redist/targets/GenerateBundledVersions.targets index 111130a1b..66d132554 100644 --- a/src/redist/targets/GenerateBundledVersions.targets +++ b/src/redist/targets/GenerateBundledVersions.targets @@ -288,7 +288,7 @@ Copyright (c) .NET Foundation. All rights reserved. TargetingPackName="Microsoft.AspNetCore.App.Ref" TargetingPackVersion="$(MicrosoftAspNetCoreAppRefPackageVersion)" RuntimePackNamePatterns="Microsoft.AspNetCore.App.Runtime.**RID**" - RuntimePackRuntimeIdentifiers="@(AspNetCore60RuntimePackRids, '%3B')" + RuntimePackRuntimeIdentifiers="@(AspNetCoreRuntimePackRids, '%3B')" />