From 717da90c01017fbd600ab4ca0e66176451d46446 Mon Sep 17 00:00:00 2001 From: TekH Date: Wed, 11 Mar 2026 11:07:33 +0100 Subject: [PATCH] Add .NET 7.0 support and update project dependencies Added net7.0 to TargetFrameworks in EnvelopeGenerator.Web.csproj and introduced a conditional ItemGroup with required package references for .NET 7.0 compatibility. Also removed clipboard2.svg from the list of included static files. --- .../EnvelopeGenerator.Web.csproj | 28 +++++++++++++++++-- 1 file changed, 26 insertions(+), 2 deletions(-) diff --git a/EnvelopeGenerator.Web/EnvelopeGenerator.Web.csproj b/EnvelopeGenerator.Web/EnvelopeGenerator.Web.csproj index f2d2c9fe..926b4f88 100644 --- a/EnvelopeGenerator.Web/EnvelopeGenerator.Web.csproj +++ b/EnvelopeGenerator.Web/EnvelopeGenerator.Web.csproj @@ -1,7 +1,7 @@  - net8.0;net9.0 + net7.0;net8.0;net9.0 enable enable EnvelopeGenerator.Web @@ -626,7 +626,6 @@ - @@ -2093,6 +2092,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + +