Update getting-started.md for a .NET tooling change (#2742)
dotnet new -t web is no longer valid, using dotnet new web instead.pull/2750/head
parent
b596456f87
commit
0a47cd084f
|
@ -21,7 +21,7 @@ uid: getting-started
|
||||||
```console
|
```console
|
||||||
mkdir aspnetcoreapp
|
mkdir aspnetcoreapp
|
||||||
cd aspnetcoreapp
|
cd aspnetcoreapp
|
||||||
dotnet new -t web
|
dotnet new web
|
||||||
```
|
```
|
||||||
|
|
||||||
3. Restore the packages:
|
3. Restore the packages:
|
||||||
|
|
Loading…
Reference in New Issue