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.54k stars 643 forks source link

Use `NuGet.Frameworks` constants for .NET 8 TFMs #9858

Closed advay26 closed 6 months ago

advay26 commented 6 months ago

Fixes https://github.com/NuGet/Engineering/issues/5112

We had worked on adding .NET 8 search filters to nuget.org (https://github.com/NuGet/Engineering/issues/5111), but couldn't use the appropriate constants from the NuGet.Frameworks package at the time, so had to create our own.

The latest version of this package (6.9.1) now has the constants we need, so we can remove our own constants.