Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add <NoWarn>$(NoWarn);NU5128</NoWarn>
One approach is to wrap your <dependencies> in the .nuspec file with: <group targetFramework=".NETFramework4.6.2"> The other approach is <NoWarn>$(NoWarn);NU5128</NoWarn> Since I didn't get anywhere with the first approach, I went with the 2nd. Refs: NuGet/docs.microsoft.com-nuget#1677 NuGet/Home#8583 (comment)
- Loading branch information