Skip to content

Commit 7b37b86

Browse files
authored
Update dotnet-init.md to reflect new project templates
1 parent 38693da commit 7b37b86

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

commands/dotnet-init.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Analyze the current directory to determine if this is an existing or greenfield
4343
- Ask: "Project name?"
4444
- Scaffold the solution structure:
4545
- dotnet new sln -n ProjectName
46-
- dotnet new web/worker/classlib as appropriate
46+
- dotnet new web-api/worker/classlib as appropriate
4747
- Set up Directory.Build.props with .NET 10 defaults
4848
- Create src/ and tests/ folder structure
4949
```

0 commit comments

Comments
 (0)