warn that `dotnet new -t web` (#3037)

* warn that `dotnet new -t web`

* Update getting-started.md
pull/3049/head
Rick Anderson 2017-03-23 08:30:10 -10:00 committed by GitHub
parent 6f26b346d7
commit 487fff47e3
1 changed files with 2 additions and 0 deletions

View File

@ -23,6 +23,8 @@ uid: getting-started
cd aspnetcoreapp cd aspnetcoreapp
dotnet new web 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: 3. Restore the packages: