Skip to content

Commit 03316be

Browse files
committed
Update the server downloads page
1 parent 7c275de commit 03316be

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc-net/download.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ redirect_from: "/old/documentation/download.html"
1717
This is the easiest way to build a Breeze application if you are using Visual Studio.
1818

1919

20-
## Get the Nuget Packages for .NET core (2 through 7)
20+
## Get the Nuget Packages for .NET core (2 through 8)
2121

2222
<a href="https://www.nuget.org/packages/Breeze.AspNetCore.NetCore/"
2323
target="_blank">Breeze.AspNetCore.NetCore</a><br />
@@ -28,7 +28,7 @@ redirect_from: "/old/documentation/download.html"
2828
<a href="https://www.nuget.org/packages/Breeze.Persistence.NH/" target="_blank">Breeze.Persistence.NH</a>
2929

3030

31-
## Get the Nuget Packages for .NET Framework 4.7.x
31+
## Get the Nuget Packages for .NET Framework 4.7.x and 4.8
3232

3333
<a href="https://www.nuget.org/packages/Breeze.Server.WebApi2/" target="_blank">Breeze.Server.WebApi2</a><br />
3434
<a href="https://www.nuget.org/packages/Breeze.Server.ContextProvider/"
@@ -53,7 +53,7 @@ redirect_from: "/old/documentation/download.html"
5353
<a href="https://github.com/Breeze/breeze.server.net/tree/master/DotNet" target="_blank">.NET 5 and up</a><br>
5454
<a href="https://github.com/Breeze/breeze.server.net/tree/master/AspNetCore-v3" target="_blank">.NET Core 3/ASP.NET Core 3</a><br>
5555
<a href="https://github.com/Breeze/breeze.server.net/tree/master/AspNetCore" target="_blank">.NET Core 2/ASP.NET Core 2</a><br>
56-
<a href="https://github.com/Breeze/breeze.server.net/tree/master/AspNet" target="_blank">.NET Framework 4.7.x</a><br>
56+
<a href="https://github.com/Breeze/breeze.server.net/tree/master/AspNet" target="_blank">.NET Framework 4.7 and 4.8</a><br>
5757

5858
# Prerequisites
5959
Many of the demos and samples were built with ASP.NET WebAPI, but can be converted to other server technologies.

0 commit comments

Comments
 (0)