NuGet / NuGetGallery

NuGet Gallery is a package repository that powers https://www.nuget.org. Use this repo for reporting NuGet.org issues.
https://www.nuget.org/
Apache License 2.0
1.55k stars 641 forks source link

[Feature]: Show .Net 9 in list of frameworks #10265

Open IrinaPykhova opened 1 week ago

IrinaPykhova commented 1 week ago

Related Problem

.Net 9 is live, but nuget doesn't show it in list of supported frameworks for any package. For example: https://www.nuget.org/packages/C1.WPF.Schedule#supportedframeworks-body-tab https://www.nuget.org/packages/C1.ScheduleCore/#supportedframeworks-body-tab https://www.nuget.org/packages/C1.DataCollection/9.0.20242.202-preview image

The last shown version is .Net 8

The Elevator Pitch

please make sure that net9.0 and net9.0-platform is correctly computed and shown everywhere

Additional Context and Details

No response