During installation of SDK 8.0 P2, workload baseline manifests are still P1
See original GitHub issueDescribe the bug
During installation of SDK 8.0 P2, some components still have the P1 branding.
Microsoft.NET.Sdk.iOS.Manifest-8.0.100-preview.1(x64) Microsoft.NET.Sdk.tvOS.Manifest-8.0.100-preview.1(x64) Microsoft.NET.Sdk.Androis.Manifest-8.0.100-preview.1(x64) Microsoft.NET.Sdk.MacOS.Manifest-8.0.100-preview.1(x64) Microsoft.NET.Sdk.MacCatalyst.Manifest-8.0.100-preview.1(x64) Microsoft.NET.Sdk.Maui.Manifest-8.0.100-preview.1(x64)
To Reproduce
Download 8.0 Preview 2 SDK FB and run the installer
Exceptions
All components should be updated to 8.0 Preview 2
Further technical details
The output of dotnet --info
.NET SDK:
Version: 8.0.100-preview.2.23157.25
Commit: 54801b2435
Runtime Environment: OS Name: Windows OS Version: 10.0.22621 OS Platform: Windows RID: win10-x64 Base Path: C:\Program Files\dotnet\sdk\8.0.100-preview.2.23157.25\
Host: Version: 8.0.0-preview.2.23128.3 Architecture: x64 Commit: 30b879924a
.NET SDKs installed: 7.0.300-preview.23122.5 [C:\Program Files\dotnet\sdk] 8.0.100-preview.2.23157.25 [C:\Program Files\dotnet\sdk]
.NET runtimes installed: Microsoft.AspNetCore.App 6.0.14 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App] Microsoft.AspNetCore.App 7.0.3 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App] Microsoft.AspNetCore.App 8.0.0-preview.2.23153.2 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App] Microsoft.NETCore.App 6.0.14 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App] Microsoft.NETCore.App 7.0.3 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App] Microsoft.NETCore.App 8.0.0-preview.2.23128.3 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App] Microsoft.WindowsDesktop.App 6.0.14 [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App] Microsoft.WindowsDesktop.App 7.0.3 [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App] Microsoft.WindowsDesktop.App 8.0.0-preview.2.23128.5 [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App]
Issue Analytics
- State:
- Created 6 months ago
- Comments:5 (3 by maintainers)
Top GitHub Comments
FYI, I think these packs will always be behind 1 release: https://github.com/dotnet/installer/pull/15867
Otherwise, we have to put nightly builds in – which has other ill effects.
It does not appear that we have to do it. I just ran through the shipped .NET 8 Preview 2 release and it grabbed the latest manifests from NuGet just fine.
Unless there is a problem, I would be OK not updating these until we get to RCs. What do you think?