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