Skip to content
This repository has been archived by the owner on Apr 11, 2020. It is now read-only.

Commit

Permalink
Add quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
sayedihashimi committed Sep 15, 2017
1 parent cb91d07 commit 98be1c9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions missing-template.md
Expand Up @@ -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)

0 comments on commit 98be1c9

Please sign in to comment.