Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/core/tools/dotnet-new-sdk-templates.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ The following table shows the templates that come preinstalled with the .NET SDK
| Directory.Build.targets file | [`buildtargets`](#buildtargets) | | Config | 8.0.100 |
| Dotnet local tool manifest file | `tool-manifest` | | Config | 3.0 |
| EditorConfig file | [`editorconfig`](#editorconfig) | | Config | 6.0 |
| .gitignore file | gitignore | | Config | 3.0 |
| global.json file | [`globaljson`](#globaljson) | | Config | 2.0 |
| MSTest Test Class | [`mstest-class`](#mstest-class) | [C#], F#, VB | Test/MSTest | 1.0 |
| MSTest Test Project | [`mstest`](#mstest) | [C#], F#, VB | Test/MSTest | 1.0 |
Expand Down
Loading