dotnet / installer

.NET SDK Installer
https://github.com/dotnet/sdk
1.27k stars 446 forks source link

.NET 9 Preview 1 MAUI baseline manifests need to be updated. #17897

Closed v-elenafeng closed 8 months ago

v-elenafeng commented 11 months ago

Describe the bug

During installation of SDK 9.0 Preview 1, some components still have the 8.0 rc1 branding.

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

To Reproduce

Download 9.0 Preview 1 SDK and run the installer menifests

Exceptions

All components should be updated to match .NET 9.

Further technical details

.NET SDK: Version: 9.0.100-alpha.1.23579.33 Commit: 9e34468470 Workload version: 9.0.100-manifests.a9224107

Runtime Environment: OS Name: Windows OS Version: 10.0.25398 OS Platform: Windows RID: win-x64 Base Path: C:\Program Files\dotnet\sdk\9.0.100-alpha.1.23579.33\

.NET workloads installed: Workload version: 9.0.100-manifests.a9224107 [wasm-tools-net7] Installation Source: VS 17.9.34328.156 Manifest Version: 9.0.0-alpha.1.23577.7/9.0.100-alpha.1 Manifest Path: C:\Program Files\dotnet\sdk-manifests\9.0.100-alpha.1\microsoft.net.workload.mono.toolchain.net7\9.0.0-alpha.1.23577.7\WorkloadManifest.json Install Type: Msi

[aspire] Installation Source: VS 17.9.34328.156 Manifest Version: 8.0.0-preview.1.23557.2/8.0.100 Manifest Path: C:\Program Files\dotnet\sdk-manifests\8.0.100\microsoft.net.sdk.aspire\8.0.0-preview.1.23557.2\WorkloadManifest.json Install Type: Msi

Host: Version: 9.0.0-alpha.1.23577.7 Architecture: x64 Commit: a26802aa57

.NET SDKs installed: 8.0.100 [C:\Program Files\dotnet\sdk] 9.0.100-alpha.1.23579.33 [C:\Program Files\dotnet\sdk]

.NET runtimes installed: Microsoft.AspNetCore.App 6.0.25 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App] Microsoft.AspNetCore.App 7.0.14 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App] Microsoft.AspNetCore.App 8.0.0 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App] Microsoft.AspNetCore.App 9.0.0-alpha.1.23577.26 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App] Microsoft.NETCore.App 6.0.25 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App] Microsoft.NETCore.App 7.0.14 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App] Microsoft.NETCore.App 8.0.0 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App] Microsoft.NETCore.App 9.0.0-alpha.1.23577.7 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App] Microsoft.WindowsDesktop.App 6.0.25 [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App] Microsoft.WindowsDesktop.App 7.0.14 [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App] Microsoft.WindowsDesktop.App 8.0.0 [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App] Microsoft.WindowsDesktop.App 9.0.0-alpha.1.23576.1 [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App]

marcpopMSFT commented 11 months ago

We're probably still a couple of months away from having 9.0 workloads just yet. CC @jonathanpeppers

jonathanpeppers commented 11 months ago

We got Android, iOS, macOS, MacCatalyst, tvOS workloads on .NET 9 so far. We are just now today starting on the MAUI workload, as it depends on these.

v-elenafeng commented 10 months ago

@jonathanpeppers Just wanted to confirm if the manifests will be updated for Preview 1?

jonathanpeppers commented 10 months ago

We were going to start with 9.0.100-alpha.1 manifests here: https://github.com/dotnet/installer/pull/18109

We can probably get actual .NET 9 Preview 1 manifests after branching/branding.

muhammad-abdulloh commented 9 months ago

We were going to start with 9.0.100-alpha.1 manifests here: #18109

We can probably get actual .NET 9 Preview 1 manifests after branching/branding.

where is dotnet 9 preview

v-elenafeng commented 9 months ago

@jonathanpeppers Checked this using a coherent build, it stays 9.0.100-alpha.1.

v-elenafeng commented 8 months ago

SDK 9.0 Preview 1 was shipped with MAUI baseline manifests 9.0.100-alpha.1. And now in Preview 2, the manifests have been updated to 9.0-Preview 1. Given that it's always 1 version behind. So close this issue as expected behavior.