From 0aa8ebbc78a2833310062125124e90c188193384 Mon Sep 17 00:00:00 2001 From: Sayed Ibrahim Hashimi Date: Mon, 22 May 2023 13:58:02 -0400 Subject: [PATCH] removing Preview Feature from dev tunnels, it is no longer required (#29334) --- aspnetcore/test/dev-tunnels.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/aspnetcore/test/dev-tunnels.md b/aspnetcore/test/dev-tunnels.md index a86db33a6a..18bf004bd5 100644 --- a/aspnetcore/test/dev-tunnels.md +++ b/aspnetcore/test/dev-tunnels.md @@ -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