Skip to content

Commit 8c75167

Browse files
committed
adjusted uninstall output
1 parent e0c10e0 commit 8c75167

File tree

3 files changed

+0
-11
lines changed

3 files changed

+0
-11
lines changed

docs/core/install/templates.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,6 @@ The `{folder-path}` specified on the command becomes the template package identi
8282

8383
```console
8484
dotnet new uninstall
85-
Template Instantiation Commands for .NET CLI
86-
8785
Currently installed items:
8886

8987
... cut to save space ...
@@ -102,8 +100,6 @@ Currently installed items:
102100

103101
```console
104102
dotnet new uninstall
105-
Template Instantiation Commands for .NET CLI
106-
107103
Currently installed items:
108104

109105
... cut to save space ...
@@ -160,8 +156,6 @@ By using the standard uninstall command without a package identifier, you can se
160156

161157
```console
162158
dotnet new uninstall
163-
Template Instantiation Commands for .NET CLI
164-
165159
Currently installed items:
166160

167161
... cut to save space ...

docs/core/tools/custom-templates.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,8 +204,6 @@ dotnet new uninstall
204204
That command returns something similar to the following output:
205205

206206
```console
207-
Template Instantiation Commands for .NET CLI
208-
209207
Currently installed items:
210208
Microsoft.Azure.WebJobs.ProjectTemplates
211209
Version: 4.0.1942

docs/core/tutorials/cli-templates-create-template-package.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -162,9 +162,6 @@ No matter how you installed the template package, either with the _.nupkg_ file
162162

163163
```dotnetcli
164164
C:\working> dotnet new uninstall
165-
166-
Template Instantiation Commands for .NET CLI
167-
168165
Currently installed items:
169166
... cut to save space ...
170167

0 commit comments

Comments
 (0)