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.
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.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.