WiseTechGlobal / WTG.Analyzers

Analyzers from WiseTech Global to enforce our styles, behaviours, and prevent common mistakes.
Other
16 stars 3 forks source link

Fix NU5128 warning. #98

Closed brian-reichle closed 4 years ago

brian-reichle commented 4 years ago

If I update NuGet.CommandLine or start using dotnet pack, then I start getting the NU5128 warning. This fixes the warning in preparation for whichever approach we eventually decide to take.

WARNING: NU5128: Some target frameworks declared in the dependencies group of the nuspec and the lib/ref folder do not have exact matches in the other location.

Also, since WTG.Analyzers.TestFramework is already building a netstandard2.0 version, I figured we might as well stick it in the nuget package too.