Skip to content

Commit 97e9815

Browse files
committed
Update YARP NuGet references in Getting Started
1 parent 0fd1782 commit 97e9815

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ We plan on providing a project template and pre-built exe in the future.
1919
YARP is implemented on top of .NET Core infrastructure and is usable on Windows, Linux or MacOS.
2020
Development can be done with the SDK and your favorite editor, [Microsoft Visual Studio](https://visualstudio.microsoft.com/vs/) or [Visual Studio Code](https://code.visualstudio.com/).
2121

22-
YARP 2.1.0 supports ASP.NET Core 6.0 and newer, including ASP.NET Core 8.0.
22+
YARP 2.3.0 supports ASP.NET Core 8.0 and newer.
2323
You can download the .NET SDK from https://dotnet.microsoft.com/download/dotnet/.
2424

2525
Visual Studio support for .NET 8 is included in Visual Studio 2022 17.8.
@@ -40,7 +40,7 @@ Or create a new ASP.NET Core web application in Visual Studio 2022, and choose "
4040

4141
```XML
4242
<ItemGroup>
43-
<PackageReference Include="Yarp.ReverseProxy" Version="2.1.0" />
43+
<PackageReference Include="Yarp.ReverseProxy" Version="2.3.0" />
4444
</ItemGroup>
4545
```
4646

0 commit comments

Comments
 (0)