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/fundamentals/servers/yarp/getting-started.md
+3-5Lines changed: 3 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ title: YARP Getting Started with YARP
4
4
description: YARP Getting Started with YARP
5
5
author: samsp-msft
6
6
ms.author: samsp
7
-
ms.date: 2/6/2025
7
+
ms.date: 3/6/2025
8
8
ms.topic: article
9
9
content_well_notification: AI-contribution
10
10
ai-usage: ai-assisted
@@ -20,19 +20,17 @@ YARP 2.3.0 supports ASP.NET Core 8.0 and newer.
20
20
21
21
You can download the .NET SDK from https://dotnet.microsoft.com/download/dotnet/.
22
22
23
-
Visual Studio support for .NET 8 is included in Visual Studio 2022 17.8.
24
-
25
23
## Create a new project
26
24
27
25
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).
28
26
29
27
Start by creating an "Empty" ASP.NET Core application using the command line:
30
28
31
29
```dotnetcli
32
-
dotnet new web -n MyProxy -f net8.0
30
+
dotnet new web -n MyProxy
33
31
```
34
32
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.
0 commit comments