AuthorizeNet / sdk-dotnet

.Net SDK for Authorize.Net API
Other
149 stars 205 forks source link

nuget package incompatible with PackageReference #290

Open marvhen opened 3 years ago

marvhen commented 3 years ago

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?