From 590f60016c2279e5b631457c31fb428c4548588c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Tsch=C3=A4pp=C3=A4t?= Date: Fri, 10 Jan 2025 21:01:04 +0100 Subject: [PATCH] Remove .NET Framework 4.5 support (replaced by 4.8) --- MountSend/MountSend.csproj | 2 +- MountSendLib/MountSendLib.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/MountSend/MountSend.csproj b/MountSend/MountSend.csproj index b86ef14..f857f0f 100644 --- a/MountSend/MountSend.csproj +++ b/MountSend/MountSend.csproj @@ -9,7 +9,7 @@ Properties MountSend MountSend - v4.5 + v4.8 512 true diff --git a/MountSendLib/MountSendLib.csproj b/MountSendLib/MountSendLib.csproj index 8eb9e40..f540061 100644 --- a/MountSendLib/MountSendLib.csproj +++ b/MountSendLib/MountSendLib.csproj @@ -1,7 +1,7 @@ - netstandard2.0;net45 + netstandard2.0;net48 MountSend 3.3.0 Per Frejvall, Julien Tschäppät