mirror of
https://github.com/cosinekitty/astronomy.git
synced 2025-12-28 10:09:26 -05:00
13 lines
344 B
Plaintext
13 lines
344 B
Plaintext
https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-new?tabs=netcore22
|
|
|
|
|
|
dotnet new sln -n csharp_test
|
|
dotnet new console -n csharp_test
|
|
dotnet sln csharp_test.sln add csharp_test
|
|
|
|
dotnet new classlib -n whatever
|
|
|
|
https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-add-reference
|
|
|
|
dotnet add app/app.csproj reference lib/lib.csproj
|