Skip to content

Commit bf395e8

Browse files
authored
Surface .dev.localhost TLD Visual Studio option (#35952)
1 parent 057c854 commit bf395e8

File tree

2 files changed

+8
-24
lines changed

2 files changed

+8
-24
lines changed

aspnetcore/blazor/tutorials/movie-database-app/part-1.md

Lines changed: 2 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -59,36 +59,18 @@ In Visual Studio:
5959

6060
* 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.
6161

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)**.
67-
* **Authentication type**: **None**
68-
* **Configure for HTTPS**: Selected
69-
* **Interactive render mode**: **Server**
70-
* **Interactivity location**: **Per page/component**
71-
* **Include sample pages**: Selected
72-
* **Do not use top-level statements**: Not selected
73-
* Select **Create**.
74-
75-
:::moniker-end
76-
77-
:::moniker range="< aspnetcore-9.0"
78-
7962
* In the **Additional information** dialog, use the following settings:
8063

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.
8265
* **Authentication type**: **None**
8366
* **Configure for HTTPS**: Selected
8467
* **Interactive render mode**: **Server**
8568
* **Interactivity location**: **Per page/component**
8669
* **Include sample pages**: Selected
8770
* **Do not use top-level statements**: Not selected
71+
* **Use the .dev.localhost TLD in the application URL**: Not selected
8872
* Select **Create**.
8973

90-
:::moniker-end
91-
9274
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.
9375

9476
:::zone-end

aspnetcore/blazor/tutorials/signalr-blazor.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ In Visual Studio:
9494
* **Interactivity location**: **Per page/component**
9595
* **Include sample pages**: Selected
9696
* **Do not use top-level statements**: Not selected
97+
* **Use the .dev.localhost TLD in the application URL**: Not selected
9798
* Select **Create**.
9899

99100
# [Visual Studio Code](#tab/visual-studio-code)
@@ -116,13 +117,14 @@ In VS Code:
116117

117118
After the preceding changes are made, the **Command Palette** shows the following:
118119

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.
120121
* **Authentication type**: **None**
121-
* **Configure for HTTPS**: **true**
122+
* **Configure for HTTPS**: Selected
122123
* **Interactive render mode**: **WebAssembly**
123124
* **Interactivity location**: **Per page/component**
124-
* **Include sample pages**: **true**
125-
* **Do not use top-level statements**: **false**
125+
* **Include sample pages**: Selected
126+
* **Do not use top-level statements**: Not selected
127+
* **Use the .dev.localhost TLD in the application URL**: Not selected
126128

127129
* Select **Create project** from the **Command Palette**.
128130

0 commit comments

Comments
 (0)