Skip to content

Commit d82a3bd

Browse files
kratzky2Captcha
andauthored
update target frameworks (#21)
Co-authored-by: 2Captcha <support@2captcha.com>
1 parent 3ada16c commit d82a3bd

3 files changed

Lines changed: 3 additions & 4 deletions

File tree

TwoCaptcha.Examples/TwoCaptcha.Examples.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
22

33
<PropertyGroup>
4-
<TargetFramework>netcoreapp3.1</TargetFramework>
4+
<TargetFrameworks>netcoreapp3.1;net5.0;net6.0;net7.0</TargetFrameworks>
55
<IsPackable>false</IsPackable>
66
<OutputType>Exe</OutputType>
77
</PropertyGroup>

TwoCaptcha.Tests/TwoCaptcha.Tests.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
22

33
<PropertyGroup>
4-
<TargetFramework>netcoreapp3.1</TargetFramework>
5-
4+
<TargetFrameworks>netcoreapp3.1;net5.0;net6.0;net7.0</TargetFrameworks>
65
<IsPackable>false</IsPackable>
76
</PropertyGroup>
87

TwoCaptcha/TwoCaptcha.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<Company>2captcha</Company>
88
</PropertyGroup>
99
<PropertyGroup>
10-
<TargetFramework>netcoreapp3.1</TargetFramework>
10+
<TargetFrameworks>netcoreapp3.1;net5.0;net6.0;net7.0</TargetFrameworks>
1111
</PropertyGroup>
1212
<ItemGroup>
1313
<None Include="..\README.md" pack="true" PackagePath="." />

0 commit comments

Comments
 (0)