From a9214bb3656f80576bba9f6e4d4cc6c741cf2d75 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Wed, 25 Sep 2024 13:53:28 -0400 Subject: [PATCH] Explicitly depend on System.Runtime.CompilerServices.Unsafe 6.0.0 ...for net4.x and netstandard2.x --- MailKit/MailKit.csproj | 4 ++++ MailKit/MailKitLite.csproj | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/MailKit/MailKit.csproj b/MailKit/MailKit.csproj index eb27bb1b97..b95480bfb0 100644 --- a/MailKit/MailKit.csproj +++ b/MailKit/MailKit.csproj @@ -55,6 +55,10 @@ + + + + diff --git a/MailKit/MailKitLite.csproj b/MailKit/MailKitLite.csproj index 8ec4e7166a..ea6192d73a 100644 --- a/MailKit/MailKitLite.csproj +++ b/MailKit/MailKitLite.csproj @@ -60,6 +60,10 @@ + + + +