Closed Kukkimonsuta closed 6 years ago
Hi @Kukkimonsuta. Thanks so much for this. I'll get it tested tonight!
👍 @Kukkimonsuta
That's working beautifully. I've merged in your commit. Thanks!
Have republished to NuGet: https://www.nuget.org/packages/ConTabs.tdwright/0.1.1
1) as you've found out, you should use
dotnet pack
ormsbuild /t:pack
orPack
from rclick menu on project in VS and notnuget.exe
2) the dependencies you are talking about is just compat layer that should not concern you unless you are still usingpackages.config
(PackageReference
is a thing now even in old.csproj
), however it is understandable that you want to avoid them either way - which is easily solved:netstandard2.0
net45