From 200a1ff41b09ddc1ff91726f5f4fe56a34f8fd71 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Thu, 28 Nov 2024 15:29:57 -0500 Subject: [PATCH] Revert UnitTests back to net6.0 to fix CI unit tests Turns out that NUnit uses the net6.0 runtime and fails in CI because the net6.0 runtime obviously can't run net8.0 assemblies. --- MailKit/MailKit.csproj | 2 +- UnitTests/UnitTests.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/MailKit/MailKit.csproj b/MailKit/MailKit.csproj index f2cea8401d..7fc599328b 100644 --- a/MailKit/MailKit.csproj +++ b/MailKit/MailKit.csproj @@ -6,7 +6,7 @@ 4.8.0 Jeffrey Stedfast 10 - netstandard2.0;netstandard2.1;net462;net47;net48;net8.0 + netstandard2.0;netstandard2.1;net462;net47;net48;net6.0;net8.0 true false MailKit diff --git a/UnitTests/UnitTests.csproj b/UnitTests/UnitTests.csproj index c8c48038c7..894d64f3dc 100644 --- a/UnitTests/UnitTests.csproj +++ b/UnitTests/UnitTests.csproj @@ -1,7 +1,7 @@ - net8.0 + net6.0 10 UnitTests true