You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: aspnetcore/blazor/tutorials/movie-database-app/part-1.md
+2-20Lines changed: 2 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,36 +59,18 @@ In Visual Studio:
59
59
60
60
* Confirm that the **Location** for the app is suitable. Set the **Place solution and project in the same directory** checkbox to match your preferred solution file location. Select the **Next** button.
61
61
62
-
:::moniker range=">= aspnetcore-9.0"
63
-
64
-
* In the **Additional information** dialog, use the following settings:
65
-
66
-
***Framework**: Select **.NET 9.0 (Standard Term Support)**.
***Do not use top-level statements**: Not selected
73
-
* Select **Create**.
74
-
75
-
:::moniker-end
76
-
77
-
:::moniker range="< aspnetcore-9.0"
78
-
79
62
* In the **Additional information** dialog, use the following settings:
80
63
81
-
***Framework**: Select **.NET 8.0 (Long Term Support)**.
64
+
***Framework**: Confirm that the [latest framework](https://dotnet.microsoft.com/download/dotnet) is selected. If Visual Studio's **Framework** dropdown list doesn't include the latest available .NET framework, [update Visual Studio](/visualstudio/install/update-visual-studio) and restart the tutorial.
***Do not use top-level statements**: Not selected
71
+
***Use the .dev.localhost TLD in the application URL**: Not selected
88
72
* Select **Create**.
89
73
90
-
:::moniker-end
91
-
92
74
The Visual Studio instructions in parts of this tutorial series use EF Core commands to add database migrations and update the database. EF Core commands are issued using [Visual Studio Connected Services](/visualstudio/azure/overview-connected-services). More information is provided later in this tutorial series.
***Do not use top-level statements**: Not selected
97
+
***Use the .dev.localhost TLD in the application URL**: Not selected
97
98
* Select **Create**.
98
99
99
100
# [Visual Studio Code](#tab/visual-studio-code)
@@ -116,13 +117,14 @@ In VS Code:
116
117
117
118
After the preceding changes are made, the **Command Palette** shows the following:
118
119
119
-
***Framework**: Set to the latest public non-preview release of .NET.
120
+
***Framework**: Confirm that the [latest framework](https://dotnet.microsoft.com/download/dotnet) is selected. If Visual Studio's **Framework** dropdown list doesn't include the latest available .NET framework, [update Visual Studio](/visualstudio/install/update-visual-studio) and restart the tutorial.
0 commit comments