dotnet new console -n YourProjectName.Consoledotnet sln add YourProjectName.Console/YourProjectName.Console.csprojdotnet run --project YourProjectName.Consoledotnet sln remove YourProjectName.App/YourProjectName.App.csprojdotnet pack -c Release
dotnet nuget push bin/Release/Potato.NET.SQLite.1.0.0.nupkg --api-key xxxxxxxxxxxxxxxxxxxxxxxx --source https://api.nuget.org/v3/index.json