Skip to content

Commit d82a3bd

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

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed
 

‎TwoCaptcha.Examples/TwoCaptcha.Examples.csproj

+1-1
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

+1-2
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

+1-1
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)