sdk-dotnet icon indicating copy to clipboard operation
sdk-dotnet copied to clipboard

nuget package incompatible with PackageReference

Open marvhen opened this issue 4 years ago • 0 comments

Per the PackageReference migration documentation:

...assemblies present at the root of lib folder without a target framework specific sub-folder are ignored. NuGet looks for a sub-folder matching the target framework moniker (TFM) corresponding to the project’s target framework and installs the matching assemblies into the project.

Are there any plans to update the .nuspec to place the dll in a target framework sub-folder?

marvhen avatar Aug 19 '21 12:08 marvhen