@@ -20,14 +20,14 @@ The following table shows the templates that come pre-installed with the .NET SD
20
20
| MVC ViewImports | [ ` viewimports ` ] ( ../docs/core/tools/dotnet-new-sdk-templates.md#namespace ) | [ C#] | Web/ASP.NET | 2.0 |
21
21
| MVC ViewStart | ` viewstart ` | [ C#] | Web/ASP.NET | 2.0 |
22
22
| Blazor Web App | [ ` blazor ` ] ( ../docs/core/tools/dotnet-new-sdk-templates.md#blazor ) | [ C#] | Web/Blazor | 8.0.100 |
23
- | Blazor WebAssembly Standalone App | [ ` blazorwasm ` ] ( ../docs/core/tools/dotnet-new-sdk-templates.md#blazorwasm ) | [ C#] | Web/Blazor/WebAssembly/PWA | 3.1.300 |
23
+ | Blazor WebAssembly Standalone App | [ ` blazorwasm ` ] ( ../docs/core/tools/dotnet-new-sdk-templates.md#blazorwasm ) | [ C#] | Web/Blazor/WebAssembly/PWA | 3.1.300 |
24
24
| ASP.NET Core Empty | [ ` web ` ] ( ../docs/core/tools/dotnet-new-sdk-templates.md#web ) | [ C#] , F# | Web/Empty | 1.0 |
25
25
| ASP.NET Core Web App (Model-View-Controller) | [ ` mvc ` ] ( ../docs/core/tools/dotnet-new-sdk-templates.md#web-options ) | [ C#] , F# | Web/MVC | 1.0 |
26
26
| ASP.NET Core Web App | [ ` webapp, razor ` ] ( ../docs/core/tools/dotnet-new-sdk-templates.md#web-options ) | [ C#] | Web/MVC/Razor Pages | 2.2, 2.0 |
27
27
| Razor Class Library | [ ` razorclasslib ` ] ( ../docs/core/tools/dotnet-new-sdk-templates.md#razorclasslib ) | [ C#] | Web/Razor/Library/Razor Class Library | 2.1 |
28
28
| ASP.NET Core Web API | [ ` webapi ` ] ( ../docs/core/tools/dotnet-new-sdk-templates.md#webapi ) | [ C#] , F# | Web/Web API/API/Service/WebAPI | 1.0 |
29
29
| ASP.NET Core API | [ ` webapiaot ` ] ( ../docs/core/tools/dotnet-new-sdk-templates.md#webapiaot ) | [ C#] | Web/Web API/API/Service | 8.0 |
30
- | ASP.NET Core API controller | [ ` apicontroller ` ] ( ../docs/core/tools/dotnet-new-sdk-templates.md#apicontroller ) | [ C#] | Web/ASP.NET | 8.0 |
30
+ | ASP.NET Core API controller | [ ` apicontroller ` ] ( ../docs/core/tools/dotnet-new-sdk-templates.md#apicontroller ) | [ C#] | Web/ASP.NET | 8.0 |
31
31
| ASP.NET Core gRPC Service | [ ` grpc ` ] ( ../docs/core/tools/dotnet-new-sdk-templates.md#web-others ) | [ C#] | Web/gRPC | 3.0 |
32
32
| dotnet gitignore file | ` gitignore ` | | Config | 3.0 |
33
33
| global.json file | [ ` globaljson ` ] ( ../docs/core/tools/dotnet-new-sdk-templates.md#globaljson ) | | Config | 2.0 |
@@ -36,7 +36,7 @@ The following table shows the templates that come pre-installed with the .NET SD
36
36
| Web Config | ` webconfig ` | | Config | 1.0 |
37
37
| Solution File | ` sln ` | | Solution | 1.0 |
38
38
| Protocol Buffer File | [ ` proto ` ] ( ../docs/core/tools/dotnet-new-sdk-templates.md#namespace ) | | Web/gRPC | 3.0 |
39
- | EditorConfig file | ` editorconfig ` (../docs/core/tools/dotnet-new-sdk-templates.md#editorconfig) | | Config | 6.0 |
39
+ | EditorConfig file | [ ` editorconfig ` ] ( ../docs/core/tools/dotnet-new-sdk-templates.md#editorconfig ) | | Config | 6.0 |
40
40
41
41
The following table shows templates that have been discontinued and no longer come pre-installed with the .NET SDK. Click on the short name link to see the specific template options.
42
42
0 commit comments