C#C
C#3y ago
rcnespoli

❔ Could I create two folder using dotnet new webapi?

if I have this scenario, For example:
src/Club.Api, src/Club.Infra, src/Club.Test and I want create src/Player.Api, src/Player.Infra, src/Player.Test, could I create the src/Player.Api and src/Club using command: dotnet new webapi on both folders?
Those will "linked" to same solution file
Was this page helpful?