1-dotnet new console -o test
it will create a console project in the directory test
2- dotnet restore
3- dotnet build
4- dotnet run
5- dotnet test
6- dotnet pack
7- dotnet clean
8- dotnet sln
9- dotnet add/remove reference
10-dotnet add/remove package
it will create a console project in the directory test
2- dotnet restore
3- dotnet build
4- dotnet run
5- dotnet test
6- dotnet pack
7- dotnet clean
8- dotnet sln
9- dotnet add/remove reference
10-dotnet add/remove package