From 03316be664b8949175a7fde6a547b2778a1da6d7 Mon Sep 17 00:00:00 2001 From: Steve Schmitt Date: Thu, 16 Nov 2023 02:08:24 -0800 Subject: [PATCH] Update the server downloads page --- doc-net/download.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc-net/download.md b/doc-net/download.md index f0f10eb..d2401d1 100644 --- a/doc-net/download.md +++ b/doc-net/download.md @@ -17,7 +17,7 @@ redirect_from: "/old/documentation/download.html" This is the easiest way to build a Breeze application if you are using Visual Studio. -## Get the Nuget Packages for .NET core (2 through 7) +## Get the Nuget Packages for .NET core (2 through 8) Breeze.AspNetCore.NetCore
@@ -28,7 +28,7 @@ redirect_from: "/old/documentation/download.html" Breeze.Persistence.NH -## Get the Nuget Packages for .NET Framework 4.7.x +## Get the Nuget Packages for .NET Framework 4.7.x and 4.8 Breeze.Server.WebApi2
.NET 5 and up
.NET Core 3/ASP.NET Core 3
.NET Core 2/ASP.NET Core 2
- .NET Framework 4.7.x
+ .NET Framework 4.7 and 4.8
# Prerequisites Many of the demos and samples were built with ASP.NET WebAPI, but can be converted to other server technologies.