Closed Galacticai closed 6 months ago
This improves a bunch of stuff and prepares for the nuget package to be created
use pack command option to pack a nuget package
dotnet pack or right click on the project and select pack (you will quickly have a nuget package file
dotnet pack
This improves a bunch of stuff and prepares for the nuget package to be created
use pack command option to pack a nuget package
dotnet pack
or right click on the project and select pack (you will quickly have a nuget package fileImportant: make sure it is made in Release mode other wise it might default to debug (not sure about packing)