Nuget pack for multiple frameworks
nuget.exe doesn't support packing PackageReference projects, and SDK projects are always PackageReference.
You should pack using either dotnet pack
or msbuild -t:pack
nuget.exe doesn't support packing PackageReference projects, and SDK projects are always PackageReference.
You should pack using either dotnet pack
or msbuild -t:pack