tdwright / contabs

Simple yet flexible tables for console apps.
MIT License
54 stars 20 forks source link

Fix packaging #12

Closed Kukkimonsuta closed 6 years ago

Kukkimonsuta commented 6 years ago

1) as you've found out, you should use dotnet pack or msbuild /t:pack or Pack from rclick menu on project in VS and not nuget.exe 2) the dependencies you are talking about is just compat layer that should not concern you unless you are still using packages.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:

tdwright commented 6 years ago

Hi @Kukkimonsuta. Thanks so much for this. I'll get it tested tonight!

tdwright commented 6 years ago

👍 @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