dotnet new sln --name SolutionName
dotnet new console --output src/ProjectName
dotnet new nunit --output tests/ProjectName.Tests
dotnet sln add tests/ProjectName.Tests
dotnet sln add src/ProjectName
Created
August 25, 2023 15:39
-
-
Save joaofx/8b897e33e77f30cb345911cef5e2d72c to your computer and use it in GitHub Desktop.
New .NET Solution
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment