Skip to content

Commit 86c7e6e

Browse files
Update templates.md (#40624)
Fix link for `editorconfig` template row
1 parent 74cf8dc commit 86c7e6e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

includes/templates.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@ The following table shows the templates that come pre-installed with the .NET SD
2020
| MVC ViewImports | [`viewimports`](../docs/core/tools/dotnet-new-sdk-templates.md#namespace) | [C#] | Web/ASP.NET | 2.0 |
2121
| MVC ViewStart | `viewstart` | [C#] | Web/ASP.NET | 2.0 |
2222
| 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 |
2424
| ASP.NET Core Empty | [`web`](../docs/core/tools/dotnet-new-sdk-templates.md#web) | [C#], F# | Web/Empty | 1.0 |
2525
| 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 |
2626
| 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 |
2727
| Razor Class Library | [`razorclasslib`](../docs/core/tools/dotnet-new-sdk-templates.md#razorclasslib) | [C#] | Web/Razor/Library/Razor Class Library | 2.1 |
2828
| 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 |
2929
| 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 |
3131
| ASP.NET Core gRPC Service | [`grpc`](../docs/core/tools/dotnet-new-sdk-templates.md#web-others) | [C#] | Web/gRPC | 3.0 |
3232
| dotnet gitignore file | `gitignore` | | Config | 3.0 |
3333
| 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
3636
| Web Config | `webconfig` | | Config | 1.0 |
3737
| Solution File | `sln` | | Solution | 1.0 |
3838
| 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 |
4040

4141
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.
4242

0 commit comments

Comments
 (0)