updated vs for mac tab (#13829)
* updated vs for mac tab * fixed 2.0 to 2.2 * Update razor-pages-start.md * Update razor-pages-start.md * changed 2.2 to 3.0pull/13852/head
parent
fc4d4e408f
commit
3eeee75a40
|
@ -87,15 +87,22 @@ At the end of this tutorial, you'll have a working Razor Pages web app that you'
|
|||
|
||||
# [Visual Studio for Mac](#tab/visual-studio-mac)
|
||||
|
||||
From a terminal, run the following command:
|
||||
* Select **File** > **New Solution**.
|
||||
|
||||
<!-- TODO: update these instruction once mac support 2.2 projects -->
|
||||
![macOS New solution](../first-mvc-app/start-mvc/_static/new_project_vsmac.png)
|
||||
|
||||
```console
|
||||
dotnet new webapp -o RazorPagesMovie
|
||||
```
|
||||
* Select **.NET Core** > **App** > **Web Application** > **Next**.
|
||||
|
||||
![macOS New project dialog](razor-pages-start/_static/webapp.png)
|
||||
|
||||
* In the **Configure your new ASP.NET Core Web API** dialog, set the **Target Framework** to **.NET Core 3.0**.
|
||||
|
||||
![macOS .NET Core 3.0 selection](razor-pages-start/_static/targetframework3.png)
|
||||
|
||||
* Name the project **RazorPagesMovie**, and then select **Create**.
|
||||
|
||||
![nameproj](razor-pages-start/_static/RazorPagesMovie.png)
|
||||
|
||||
The preceding commands use the [.NET Core CLI](/dotnet/core/tools/dotnet) to create a Razor Pages project.
|
||||
|
||||
## Open the project
|
||||
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 232 KiB |
Binary file not shown.
After Width: | Height: | Size: 117 KiB |
Binary file not shown.
After Width: | Height: | Size: 115 KiB |
Binary file not shown.
After Width: | Height: | Size: 294 KiB |
Loading…
Reference in New Issue