Skip to content

potatoscript/dotnet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

✅ Create a Console Project

dotnet new console -n YourProjectName.Console

✅ Add the Console App to Your Solution

dotnet sln add YourProjectName.Console/YourProjectName.Console.csproj

✅ Run and Test

dotnet run --project YourProjectName.Console

✅ Remove the Old WPF Project

dotnet sln remove YourProjectName.App/YourProjectName.App.csproj

✅ Create dll library package and upload to nuget.org

dotnet 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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published