зеркало из https://github.com/dotnet/sdk.git
372a651272 | ||
---|---|---|
.. | ||
Microsoft.DotNet.Common.ItemTemplates | ||
Microsoft.DotNet.Common.ProjectTemplates.10.0 | ||
README.md |
README.md
Common project and item templates
.NET default templates are located in several repositories.
This folder contains common project and item templates:
- Console App (
console
) - Class Library (
classlib
) - .NET
gitignore
(gitignore
) - Editor config (
editorconfig
) and some others
The issues for the content of these templates should be opened in dotnet/sdk repo with label Area-Templates
.
The other templates are located in the following repositories:
Templates | Repository |
---|---|
ASP.NET and Blazor templates | dotnet/aspnetcore |
ASP.NET Single Page Application templates | dotnet/spa-templates |
WPF templates | dotnet/wpf |
Windows Forms templates | dotnet/winforms |
Test templates | dotnet/test-templates |
MAUI templates | dotnet/maui |
Issues for the template content should be opened in the corresponding repository.