Supporting multiple versions of NuGet package in one library / NuGet package

前端 未结 3 1016
谎友^
谎友^ 2020-12-19 01:36

What I want

I want my library to work with a range of versions of a NuGet package with breaking changes in API between the changes. I haven\'t investigated it furt

3条回答
  •  猫巷女王i
    2020-12-19 02:22

    This is not a complete answer but I noticed on your GitHub issue page that you are referencing both .NET Standard and .NET Framework libraries in your project. This is known to NOT work correctly.

    Quoting .NET Standard team's announcement,

    .. Another symptom is warnings at build time regarding assembly versions ..

    which may be what you are running into.

提交回复
热议问题