From 408264a86e3c1f6ca93f1dfaa1c011dca39bd6af Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Thu, 28 Nov 2024 15:08:13 -0500 Subject: [PATCH] Revert Benchmarks and UnitTests back to net6.0 Until NUnit runs under the net8.0 runtime, we need to continue to target net6.0 for the UnitTests so that they continue to run in CI. --- Benchmarks/Benchmarks.csproj | 2 +- MimeKit/MimeKit.csproj | 2 +- UnitTests/UnitTests.csproj | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Benchmarks/Benchmarks.csproj b/Benchmarks/Benchmarks.csproj index 76bd52d955..596df6577d 100644 --- a/Benchmarks/Benchmarks.csproj +++ b/Benchmarks/Benchmarks.csproj @@ -1,7 +1,7 @@ - net8.0 + net6.0 true $(DefineConstants);MONO ..\MimeKit\mimekit.snk diff --git a/MimeKit/MimeKit.csproj b/MimeKit/MimeKit.csproj index e12bcb84dc..30fc7143c3 100644 --- a/MimeKit/MimeKit.csproj +++ b/MimeKit/MimeKit.csproj @@ -8,7 +8,7 @@ Jeffrey Stedfast <_LegacyFrameworks>net462;net47 <_LegacyFrameworks Condition=" Exists('C:\Windows') ">$(_LegacyFrameworks);net48 - $(_LegacyFrameworks);netstandard2.0;netstandard2.1;net8.0 + $(_LegacyFrameworks);netstandard2.0;netstandard2.1;net6.0;net8.0 true MimeKit MimeKit diff --git a/UnitTests/UnitTests.csproj b/UnitTests/UnitTests.csproj index 7934978955..072796a9c7 100644 --- a/UnitTests/UnitTests.csproj +++ b/UnitTests/UnitTests.csproj @@ -1,7 +1,7 @@ - net8.0 + net6.0 10 UnitTests true