File tree 3 files changed +3
-4
lines changed
3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
2
2
3
3
<PropertyGroup >
4
- <TargetFramework >netcoreapp3.1</ TargetFramework >
4
+ <TargetFrameworks >netcoreapp3.1;net5.0;net6.0;net7.0</ TargetFrameworks >
5
5
<IsPackable >false</IsPackable >
6
6
<OutputType >Exe</OutputType >
7
7
</PropertyGroup >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
2
2
3
3
<PropertyGroup >
4
- <TargetFramework >netcoreapp3.1</TargetFramework >
5
-
4
+ <TargetFrameworks >netcoreapp3.1;net5.0;net6.0;net7.0</TargetFrameworks >
6
5
<IsPackable >false</IsPackable >
7
6
</PropertyGroup >
8
7
Original file line number Diff line number Diff line change 7
7
<Company >2captcha</Company >
8
8
</PropertyGroup >
9
9
<PropertyGroup >
10
- <TargetFramework >netcoreapp3.1</ TargetFramework >
10
+ <TargetFrameworks >netcoreapp3.1;net5.0;net6.0;net7.0</ TargetFrameworks >
11
11
</PropertyGroup >
12
12
<ItemGroup >
13
13
<None Include =" ..\README.md" pack =" true" PackagePath =" ." />
You can’t perform that action at this time.
0 commit comments