If I go to multiple target frameworks, it no longer produces a nuget package. I am able to get one with an explicit dotnet pack, but not the automatic one after building. If I knock my project back to a single framework target, it creates a nuget package on build as expected.
If I go to multiple target frameworks, it no longer produces a nuget package. I am able to get one with an explicit
dotnet pack, but not the automatic one after building. If I knock my project back to a single framework target, it creates a nuget package on build as expected.