문제

Why is nuget.org not listing supported frameworks for a package? Isn't this information important?

To be more specific, I am talking about the package page

https://nuget.org/packages/[PackageName]/

If this would get displayed on the page, I assume the NuGet manager in Visual Studio will be able to display it too. I will be able to know exactly what platforms the package targets

도움이 되었습니까?

해결책

Since your original question was

Why is nuget.org not listing supported frameworks for a package?

It's apparently considered P3 but it is planned for the major gallery redesign.

다른 팁

I can't tell you why NuGet Gallery doesn't implement this feature. Since it's open source and hosted on GitHub, you are free to implement it yourself and send a pull request to the authors.

For now you can use NuGet Package Explorer to do it manually. Just choose Open a package from online feed option from the main menu and find your package. NPE will download and display its contents for you. You can see which frameworks are supported there.

enter image description here

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top