diff --git a/src/NLog.MailKit/NLog.MailKit.csproj b/src/NLog.MailKit/NLog.MailKit.csproj index dd9753f..bd49b8e 100644 --- a/src/NLog.MailKit/NLog.MailKit.csproj +++ b/src/NLog.MailKit/NLog.MailKit.csproj @@ -1,14 +1,14 @@  - netstandard1.3;netstandard1.5;net40;netstandard2.0 - 2.2 + netstandard1.3;netstandard1.5;net45;netstandard2.0 + 3.0 Julian Verdurmen NLog - NLog Mail Target for .NET Core & .NET Standard, and .NET 4+ using MailKit. + NLog Mail Target for .NET Core & .NET Standard, and .NET 4.5+ using MailKit. This package add the mail target to NLog and has the same options as the original Mail Target. -If the mail target was already available on your platform (.NET Standard 2+, .NET 4+), +If the mail target was already available on your platform (.NET Standard 2+, .NET 4.5), this package will overwrite the original Mail Target. Compared to the original MailTarget, the following options aren't implemented: @@ -26,6 +26,7 @@ Compared to the original MailTarget, the following options aren't implemented: NLog.snk False + 3.0: MailKit 2.0, Update NLog. Minimal support for .NET moved from 4.0 to 4.5 2.2 NLog 4.5, updated mailkit, netstandard1.3 2.1.1 Remove dependency to NLog 5 @@ -49,18 +50,9 @@ Small breaking change, SmtpAuthenticationMode has been moved to this dll. RELEASE - + - - - - - - - - - - - + + diff --git a/test/NLog.MailKit.Tests/NLog.MailKit.Tests.csproj b/test/NLog.MailKit.Tests/NLog.MailKit.Tests.csproj index 95ddb4d..589d6fd 100644 --- a/test/NLog.MailKit.Tests/NLog.MailKit.Tests.csproj +++ b/test/NLog.MailKit.Tests/NLog.MailKit.Tests.csproj @@ -5,10 +5,13 @@ - + - - + + + all + runtime; build; native; contentfiles; analyzers +