You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/core/tools/dotnet-new.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ The command calls the [template engine](https://github.com/dotnet/templating) to
37
37
38
38
The template to instantiate when the command is invoked. Each template might have specific options you can pass. For more information, see [Template options](#template-options).
39
39
40
-
You can run [`dotnet new --list` option](dotnet-new-list.md) to see a list of all installed templates. If the `TEMPLATE` value isn't an exact match on text in the **Templates** or **Short Name** column from the returned table, a substring match is performed on those two columns.
40
+
You can run [`dotnet new --list`](dotnet-new-list.md) to see a list of all installed templates.
41
41
42
42
Starting with .NET Core 3.0 SDK and ending with .NET Core 5.0.300 SDK, the CLI searches for templates in NuGet.org when you invoke the `dotnet new` command in the following conditions:
0 commit comments