Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

During the installation of SDK 8.0 RC2, the MAUI baseline manifests remain P6. #17311

Closed
v-elenafeng opened this issue Sep 6, 2023 · 2 comments

Comments

@v-elenafeng
Copy link

Describe the bug

During installation of SDK 8.0 RC2, some components still have the P6 branding.

Microsoft.NET.Sdk.iOS.Manifest-8.0.100-preview.6(x64)
Microsoft.NET.Sdk.tvOS.Manifest-8.0.100-preview.6(x64)
Microsoft.NET.Sdk.Androis.Manifest-8.0.100-preview.6(x64)
Microsoft.NET.Sdk.MacOS.Manifest-8.0.100-preview.6(x64)
Microsoft.NET.Sdk.MacCatalyst.Manifest-8.0.100-preview.6(x64)
Microsoft.NET.Sdk.Maui.Manifest-8.0.100-preview.6(x64)

To Reproduce

Download 8.0 RC2 SDK and run the installer
Minifests

Exceptions

All components should be updated to latest.

Further technical details

.NET SDK:
Version: 8.0.100-rc.2.23455.6
Commit: b609111

Runtime Environment:
OS Name: Windows
OS Version: 10.0.22621
OS Platform: Windows
RID: win-x64
Base Path: C:\Program Files\dotnet\sdk\8.0.100-rc.2.23455.6\

.NET workloads installed:
There are no installed workloads to display.

Host:
Version: 8.0.0-rc.2.23431.9
Architecture: x64
Commit: 3c48925a6c
RID: win-x64

.NET SDKs installed:
8.0.100-rc.1.23423.3 [C:\Program Files\dotnet\sdk]
8.0.100-rc.2.23455.6 [C:\Program Files\dotnet\sdk]

.NET runtimes installed:
Microsoft.AspNetCore.App 8.0.0-rc.1.23421.29 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App]
Microsoft.AspNetCore.App 8.0.0-rc.2.23454.12 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App]
Microsoft.NETCore.App 8.0.0-rc.1.23419.4 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
Microsoft.NETCore.App 8.0.0-rc.2.23431.9 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
Microsoft.WindowsDesktop.App 8.0.0-rc.1.23420.5 [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App]
Microsoft.WindowsDesktop.App 8.0.0-rc.2.23454.1 [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App]

@mattleibow
Copy link
Member

I think this is because the sdk and install is build before the workloads, so everything is lagging. It should be p7, but I think we have not yet updated the baseline here. Unfortunately, we can only update to v-1 since we need to build after this repo builds.

@marcpopMSFT
Copy link
Member

#17379

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants