warn that `dotnet new -t web` (#3037)
* warn that `dotnet new -t web` * Update getting-started.mdpull/3049/head
parent
6f26b346d7
commit
487fff47e3
|
@ -24,6 +24,8 @@ uid: getting-started
|
|||
dotnet new web
|
||||
```
|
||||
|
||||
Note: Previous versions of .NET Core required a `t` parameter, that is `dotnet new -t web`. If you get an error running `dotnet new web`, install the latest [.NET Core](https://microsoft.com/net/core). `dotnet` (with no parameters) will display the .NET Core version.
|
||||
|
||||
3. Restore the packages:
|
||||
|
||||
```console
|
||||
|
|
Loading…
Reference in New Issue