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