From 882b2a00319555ee8dec04997add319c16ebffcc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jochen=20Kirst=C3=A4tter?= <7329802+jochenkirstaetter@users.noreply.github.com> Date: Thu, 29 Aug 2024 19:15:00 +0400 Subject: [PATCH] remove support for .NET 7 --- src/Mscc.GenerativeAI/Mscc.GenerativeAI.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mscc.GenerativeAI/Mscc.GenerativeAI.csproj b/src/Mscc.GenerativeAI/Mscc.GenerativeAI.csproj index 0121d05..ab3ab38 100644 --- a/src/Mscc.GenerativeAI/Mscc.GenerativeAI.csproj +++ b/src/Mscc.GenerativeAI/Mscc.GenerativeAI.csproj @@ -1,7 +1,7 @@  - netstandard2.0;net472;net6.0;net7.0;net8.0 + netstandard2.0;net472;net6.0;net8.0 Library latest false