diff --git a/Mailjet.Client/Mailjet.Client.csproj b/Mailjet.Client/Mailjet.Client.csproj index 4b37ff8..49d3900 100644 --- a/Mailjet.Client/Mailjet.Client.csproj +++ b/Mailjet.Client/Mailjet.Client.csproj @@ -1,7 +1,7 @@  - netstandard1.1 + netstandard2.0 False 3.0.0 @@ -36,6 +36,7 @@ + diff --git a/Mailjet.ConsoleApplication/Mailjet.ConsoleApplication.csproj b/Mailjet.ConsoleApplication/Mailjet.ConsoleApplication.csproj index dff07fa..eff4676 100644 --- a/Mailjet.ConsoleApplication/Mailjet.ConsoleApplication.csproj +++ b/Mailjet.ConsoleApplication/Mailjet.ConsoleApplication.csproj @@ -2,7 +2,7 @@ Exe - netcoreapp3.1 + net6.0 diff --git a/Mailjet.Tests/Mailjet.Tests.csproj b/Mailjet.Tests/Mailjet.Tests.csproj index d85bdca..d6d7bc6 100644 --- a/Mailjet.Tests/Mailjet.Tests.csproj +++ b/Mailjet.Tests/Mailjet.Tests.csproj @@ -1,7 +1,7 @@  - netcoreapp3.1 + net6.0