From 73f040f245c54ef2e4253113153e1a92baff5354 Mon Sep 17 00:00:00 2001 From: 2Captcha Date: Wed, 29 Mar 2023 21:35:17 +0300 Subject: [PATCH] update target frameworks --- TwoCaptcha.Examples/TwoCaptcha.Examples.csproj | 2 +- TwoCaptcha.Tests/TwoCaptcha.Tests.csproj | 3 +-- TwoCaptcha/TwoCaptcha.csproj | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/TwoCaptcha.Examples/TwoCaptcha.Examples.csproj b/TwoCaptcha.Examples/TwoCaptcha.Examples.csproj index 1411fa8..51c1117 100644 --- a/TwoCaptcha.Examples/TwoCaptcha.Examples.csproj +++ b/TwoCaptcha.Examples/TwoCaptcha.Examples.csproj @@ -1,7 +1,7 @@ - netcoreapp3.1 + netcoreapp3.1;net5.0;net6.0;net7.0 false Exe diff --git a/TwoCaptcha.Tests/TwoCaptcha.Tests.csproj b/TwoCaptcha.Tests/TwoCaptcha.Tests.csproj index c81af75..c851b0f 100644 --- a/TwoCaptcha.Tests/TwoCaptcha.Tests.csproj +++ b/TwoCaptcha.Tests/TwoCaptcha.Tests.csproj @@ -1,8 +1,7 @@ - netcoreapp3.1 - + netcoreapp3.1;net5.0;net6.0;net7.0 false diff --git a/TwoCaptcha/TwoCaptcha.csproj b/TwoCaptcha/TwoCaptcha.csproj index 98f653d..66da926 100644 --- a/TwoCaptcha/TwoCaptcha.csproj +++ b/TwoCaptcha/TwoCaptcha.csproj @@ -7,7 +7,7 @@ 2captcha - netcoreapp3.1 + netcoreapp3.1;net5.0;net6.0;net7.0