dotnet / maui

.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
https://dot.net/maui
MIT License
22.27k stars 1.76k forks source link

The version of package Microsoft.AspNetCore.Components.WebView.WindowsForms isn't update to 9.0.0. #25623

Closed v-Judy closed 2 weeks ago

v-Judy commented 3 weeks ago

Description

The version of package Microsoft.AspNetCore.Components.WebView.WindowsForms and Microsoft.AspNetCore.Components.WebView.WPF isn't update to 9.0.0.

Steps to Reproduce

  1. Create a 9.0 Windows Forms App (C#) project
  2. Add the public and private feed for 9.0 GA
  3. Right click the project --> choose Manage NuGet Packages --> Search for Microsoft.AspNetCore.Components.WebView.WindowsForms(check the Include prerelease option and select the Package source as All)

Actual Results:

The latest version of Microsoft.AspNetCore.Components.WebView.WindowsForms is 9.0.0-rtm.24530.8 Image

Expected Results

The version of package Microsoft.AspNetCore.Components.WebView.WindowsForms should be 9.0.0

Link to public reproduction project repository

No response

Version with bug

Unknown/Other

Is this a regression from previous behavior?

No, this is something new

Last version that worked well

9.0.0-rc.2.24477.1

Affected platforms

Windows

Affected platform versions

No response

Did you find any workaround?

No response

Relevant log output

No response

jfversluis commented 3 weeks ago

@Eilon @mkArtakMSFT

Redth commented 3 weeks ago

@v-Judy looks like you are maybe not referencing the correct nuget shipping feeds for MAUI packages?

v-Judy commented 2 weeks ago

@v-Judy looks like you are maybe not referencing the correct nuget shipping feeds for MAUI packages?

The feeds that I referenced for MAUI packages show as follow(also add the token for the private feed): Image

After I add these feeds, I search the package Microsoft.AspNetCore.Components.WebView version contains 9.0.0 Image

I also checked the template about this package, it also isn't 9.0.0. Image

mkArtakMSFT commented 2 weeks ago

From an earlier conversation with @samhouts this seems to be resolved, and was due to the packages being looked in a custom feed, not the one where all built packages were published to.