Revert "merge of doc into root of master"

This reverts commit 98be1c9be1.
This commit is contained in:
Andrew Hall (DEVDIV) 2017-11-14 17:08:46 -08:00
Родитель c5cab525c9
Коммит 34a0d59fcd
1 изменённых файлов: 4 добавлений и 4 удалений

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

@ -16,21 +16,21 @@ the 1.1 templates with one, or more, of the commands below.
### To install 1.1 web templates
```
dotnet new -i "Microsoft.DotNet.Web.ProjectTemplates.1.x::1.0.0-*"
dotnet new -i Microsoft.DotNet.Web.ProjectTemplates.1.x::1.0.0-*
```
### To install 1.1 class library and console templates
```
dotnet new -i "Microsoft.DotNet.Common.ProjectTemplates.1.x::1.0.0-*"
dotnet new -i Microsoft.DotNet.Common.ProjectTemplates.1.x::1.0.0-*
```
### To install 1.1 unit test templates
```
dotnet new -i "Microsoft.DotNet.Test.ProjectTemplates.1.x::1.0.0-*"
dotnet new -i Microsoft.DotNet.Test.ProjectTemplates.1.x::1.0.0-*
```
After installing the desired templates, you should be able to re-run the command to create the project.
For general help see the [dotnet new docs](https://docs.microsoft.com/dotnet/articles/core/tools/dotnet-new)
For general help see the [dotnet new docs](https://docs.microsoft.com/dotnet/articles/core/tools/dotnet-new)