From 2b6bc5752faa11ab0324415d1af9dbd2553dd89f Mon Sep 17 00:00:00 2001 From: Dmytro Svystun Date: Tue, 26 Sep 2023 01:49:34 +0300 Subject: [PATCH 1/2] upgraded to netstandard2.0 --- Mailjet.Client/Mailjet.Client.csproj | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 @@ + From 1297370437bb3c1ac3d3fd6c87440a8f15181b0e Mon Sep 17 00:00:00 2001 From: Dmytro Svystun Date: Tue, 28 Nov 2023 00:52:25 +0100 Subject: [PATCH 2/2] updated target frameworks --- Mailjet.ConsoleApplication/Mailjet.ConsoleApplication.csproj | 2 +- Mailjet.Tests/Mailjet.Tests.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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