简体   繁体   中英

How can I know the compatibility of the asp.net packages to .net core without .NET Portability Analyzer or VS

I have list of nuget packages used in asp.net application I have to migrate the app into .net core. How can I know the compatibility of the packages without .NET Portability Analyzer or VS. on nuget.org site only packages are shown not their framework.

You can see the Target Framework Monikers (TFMs) that each package supports on nuget.org under the Dependencies section of the package page.

Read more about Analyze your dependencies to port code to .NET Core here

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM