From f363fde95aa695dd0f2c8c906cba747e3dce8deb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Tsch=C3=A4pp=C3=A4t?= Date: Fri, 10 Jan 2025 21:56:06 +0100 Subject: [PATCH] Add .NET 8.0 target --- 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 1ff216e..d9d8244 100644 --- a/MountSend/MountSend.csproj +++ b/MountSend/MountSend.csproj @@ -1,9 +1,9 @@ - net48 Exe false + net48;net8.0 diff --git a/MountSendLib/MountSendLib.csproj b/MountSendLib/MountSendLib.csproj index 5d7228f..85d4705 100644 --- a/MountSendLib/MountSendLib.csproj +++ b/MountSendLib/MountSendLib.csproj @@ -1,7 +1,7 @@ - netstandard2.0;net48 + netstandard2.0;net48;net8.0 10MicronMountSend true