Closed v-Judy closed 2 weeks ago
@Eilon @mkArtakMSFT
@v-Judy looks like you are maybe not referencing the correct nuget shipping feeds for MAUI packages?
@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):
After I add these feeds, I search the package Microsoft.AspNetCore.Components.WebView
version contains 9.0.0
I also checked the template about this package, it also isn't 9.0.0.
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.
Description
The version of package
Microsoft.AspNetCore.Components.WebView.WindowsForms
andMicrosoft.AspNetCore.Components.WebView.WPF
isn't update to 9.0.0.Steps to Reproduce
Manage NuGet Packages
--> Search forMicrosoft.AspNetCore.Components.WebView.WindowsForms
(check theInclude prerelease
option and select thePackage source
asAll
)Actual Results:
The latest version of
Microsoft.AspNetCore.Components.WebView.WindowsForms
is 9.0.0-rtm.24530.8Expected Results
The version of package
Microsoft.AspNetCore.Components.WebView.WindowsForms
should be 9.0.0Link 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