How to generate your own nuget package
The nuget documentation is already well done that there does not need to have it explained again. This is the method I use that works well:
https://docs.nuget.org/create/using-a-gui-to-build-packages
The important thing to remember is to create a lib folder inside NuGet Package Explorer add your library files in that folder.
Recent Comments