How to know will nuget package work on .NET Core?

前端 未结 2 1074
面向向阳花
面向向阳花 2021-02-19 21:02

I would expect some kind of filter to exists on website or in console.

2条回答
  •  庸人自扰
    2021-02-19 21:12

    Setup a .NET Core project in the version you want. I keep 1.1 and 2.0 projects around for futzing with this. Then try and add the nuget to the project.

    For instance, ASPOSE will NOT add to a 1.1 project, but will add to a 2.0 project.

    Easiest route in the short term until they fix this somehow.

    Obviously this is no guarantee it still works but gives you a good idea if its api compat.

提交回复
热议问题