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-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,7 +67,7 @@ In Visual Studio:
67
67
Convert this block back over to 9.0 Standard Term Support. -->
68
68
69
69
> [!CAUTION]
70
-
> A regression prevents the .NET 9.0 framework from working for this tutorial series at this time. You can use the 9.0 SDK and the latest version of Visual Studio or Visual Studio Code, but select the **.NET 8.0 (Long Term Support)** framework when creating the app in the following settings.
70
+
> A regression prevents the .NET 9.0 framework from working for this tutorial series at this time. You can use the 9.0 SDK and the latest version of Visual Studio, but select the **.NET 8.0 (Long Term Support)** framework when creating the app in the following settings.
71
71
72
72
***Framework**: Select **.NET 8.0 (Long Term Support)**.
73
73
***Authentication type**: **None**
@@ -123,7 +123,7 @@ Create a new project:
123
123
Remove this moniker range block to revert. -->
124
124
125
125
> [!CAUTION]
126
-
> A regression prevents the .NET 9.0 framework from working for this tutorial series at this time. You can use the 9.0 SDK, but specify the **.NET 8.0 (Long Term Support)** framework in the next step.
126
+
> A regression prevents the .NET 9.0 framework from working for this tutorial series at this time. You can use the 9.0 SDK and the latest version of Visual Studio Code, but specify the **.NET 8.0 (Long Term Support)** framework in the next step when you create the app.
127
127
128
128
* Select **Show all template options**. Select **Framework** followed by **.NET 8.0**.
0 commit comments