removing Preview Feature from dev tunnels, it is no longer required (#29334)

pull/29337/head
Sayed Ibrahim Hashimi 2023-05-22 13:58:02 -04:00 committed by GitHub
parent a6a9a4a6e9
commit 0aa8ebbc78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -22,8 +22,7 @@ Some of the scenarios that dev tunnels enable:
## Prerequisites
* [Visual Studio 2022](https://visualstudio.microsoft.com/vs/) version 17.5 or later with the **ASP.NET and web development** workload installed. You need to be signed in to Visual Studio to create and use dev tunnels. The feature isn't available in Visual Studio for Mac.
* Dev tunnels preview feature enabled. Select **Tools** > **Options** > **Environment** > **Preview Features** > **Enable dev tunnels for Web Applications**.
* [Visual Studio 2022](https://visualstudio.microsoft.com/vs/) version 17.6 or later with the **ASP.NET and web development** workload installed. You need to be signed in to Visual Studio to create and use dev tunnels. The feature isn't available in Visual Studio for Mac.
* One or more ASP.NET Core projects. This article uses a solution with two sample projects to demonstrate the feature.
## Create a tunnel