Closed Guad closed 7 years ago
Now that you mention it, using net45
makes dotnet pack
spew an omnious Object reference not set to an instance of an object.
.
Changing it to net452 fixes it
@Guad run a dotnet restore
before dotnet pack
it'll get rid of the error
@tsolarin Right, works fine then.
@Guad Thank you!!! This will be going out in the next release /cc @sergiorykov
Simple change requested by #10 Tested this on another project of mine and worked fine.