We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38693da commit 7b37b86Copy full SHA for 7b37b86
1 file changed
commands/dotnet-init.md
@@ -43,7 +43,7 @@ Analyze the current directory to determine if this is an existing or greenfield
43
- Ask: "Project name?"
44
- Scaffold the solution structure:
45
- dotnet new sln -n ProjectName
46
- - dotnet new web/worker/classlib as appropriate
+ - dotnet new web-api/worker/classlib as appropriate
47
- Set up Directory.Build.props with .NET 10 defaults
48
- Create src/ and tests/ folder structure
49
```
0 commit comments