Switch common template location to sdk

This commit is contained in:
Marc Paine 2024-06-20 11:06:40 -07:00 коммит произвёл GitHub
Родитель c8801a4b4e
Коммит 3483276c7d
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -1,12 +1,12 @@
# dotnet-templates (read-only)
This repository contained various .NET templates for Visual Studio. At this time, all templates have been moved into their respective repos or the https://github.com/dotnet/sdk repo. Any templates used for testing have been moved into the Visual Studio internal repo. See https://github.com/dotnet/templates/pull/846 for more details.
This repository contained various .NET templates for Visual Studio. At this time, all templates have been moved into their respective repos or the [dotnet/sdk](https://github.com/dotnet/sdk) repo. Any templates used for testing have been moved into the Visual Studio internal repo. See https://github.com/dotnet/templates/pull/846 for more details.
Issues for the templates should be opened in following repositories:
| Templates | Repository |
|---|---|
|Common project (classlib, console) and item templates|[dotnet/templating](https://github.com/dotnet/templating)|
|Common project (classlib, console) and item templates|[dotnet/sdk](https://github.com/dotnet/sdk)|
|ASP.NET and Blazor templates|[dotnet/aspnetcore](https://github.com/dotnet/aspnetcore)|
|WPF templates|[dotnet/wpf](https://github.com/dotnet/wpf)|
|Windows Forms templates|[dotnet/winforms](https://github.com/dotnet/winforms)|