Skip to content

Commit 53dc80a

Browse files
Update getting-started.md (#34875)
1 parent 7a61109 commit 53dc80a

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

aspnetcore/fundamentals/servers/yarp/getting-started.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: YARP Getting Started with YARP
44
description: YARP Getting Started with YARP
55
author: samsp-msft
66
ms.author: samsp
7-
ms.date: 2/6/2025
7+
ms.date: 3/6/2025
88
ms.topic: article
99
content_well_notification: AI-contribution
1010
ai-usage: ai-assisted
@@ -20,19 +20,17 @@ YARP 2.3.0 supports ASP.NET Core 8.0 and newer.
2020

2121
You can download the .NET SDK from https://dotnet.microsoft.com/download/dotnet/.
2222

23-
Visual Studio support for .NET 8 is included in Visual Studio 2022 17.8.
24-
2523
## Create a new project
2624

2725
A complete version of the project built using the steps below can be found at [Basic YARP Sample](https://github.com/microsoft/reverse-proxy/tree/release/latest/samples/BasicYarpSample).
2826

2927
Start by creating an "Empty" ASP.NET Core application using the command line:
3028

3129
```dotnetcli
32-
dotnet new web -n MyProxy -f net8.0
30+
dotnet new web -n MyProxy
3331
```
3432

35-
Alternatively, create a new ASP.NET Core web application in Visual Studio 2022, choosing "Empty" for the project template.
33+
Alternatively, create a new ASP.NET Core web application in Visual Studio 2022, choosing "Empty" for the project template.
3634

3735
## Add the package reference
3836

0 commit comments

Comments
 (0)