Skip to content

Commit

Permalink
Update Getting Started to preview 8
Browse files Browse the repository at this point in the history
  • Loading branch information
MihaZupan committed Jan 15, 2021
1 parent 5b48e37 commit 5e90b78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docfx/articles/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ title: Getting Started with YARP

YARP is designed as a library that provides the core proxy functionality which you can then customize by adding or replacing modules. YARP is currently provided as a NuGet package and code snippets. We plan on providing a project template and pre-built exe in the future.

YARP 1.0.0 Preview 7 supports ASP.NET Core 3.1 and 5.0.0. You can download the .NET 5 SDK from https://dotnet.microsoft.com/download/dotnet/5.0. .NET 5.0 on Windows requires Visual Studio 2019 v16.8 or newer.
YARP 1.0.0 Preview 8 supports ASP.NET Core 3.1 and 5.0.0. You can download the .NET 5 SDK from https://dotnet.microsoft.com/download/dotnet/5.0. .NET 5.0 on Windows requires Visual Studio 2019 v16.8 or newer.

### Create a new project

Expand Down Expand Up @@ -35,7 +35,7 @@ And then add:

```XML
<ItemGroup>
<PackageReference Include="Microsoft.ReverseProxy" Version="1.0.0-preview.7.*" />
<PackageReference Include="Microsoft.ReverseProxy" Version="1.0.0-preview.8.*" />
</ItemGroup>
```

Expand Down

0 comments on commit 5e90b78

Please sign in to comment.