Skip to content

Commit 6a3ebc5

Browse files
SEO-172685-asp-net-core-redirection-tool-fixes-1
1 parent dd778cf commit 6a3ebc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aspnet-core/GettingStarted/Getting-Started-1-0-1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ The following steps helps to create a ASP.NET Core web application to configure
142142

143143

144144

145-
* In the command prompt we have an options to develop a below listed types of projects. The default type as console application. If you want to create any other specific type project, need to specify the **-****t** (template) key in command before the project type name. To know more about the project options and its syntax declarations refer the [.NET](https://docs.microsoft.com/en-us/dotnet/articles/core/tools/dotnet-new#) link.
145+
* In the command prompt we have an options to develop a below listed types of projects. The default type as console application. If you want to create any other specific type project, need to specify the **-****t** (template) key in command before the project type name. To know more about the project options and its syntax declarations refer the [.NET](https://learn.microsoft.com/en-us/dotnet/core/tools/dotnet-new) link.
146146

147147
{% highlight text %}
148148

0 commit comments

Comments
 (0)