File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 5
5
</ItemGroup >
6
6
<PropertyGroup >
7
7
<OutputType >Exe</OutputType >
8
- <TargetFramework >net5 .0</TargetFramework >
8
+ <TargetFramework >net8 .0</TargetFramework >
9
9
<LangVersion >9.0</LangVersion >
10
10
<Authors >gsscoder</Authors >
11
11
<Product >PickAll</Product >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<Project Sdk =" Microsoft.NET.Sdk" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
3
<PropertyGroup >
4
- <TargetFrameworks >netstandard2.0;netcoreapp3.1;net5 .0</TargetFrameworks >
5
- <LangVersion >9 .0</LangVersion >
4
+ <TargetFrameworks >netstandard2.1;net8 .0</TargetFrameworks >
5
+ <LangVersion >13 .0</LangVersion >
6
6
<Title >.NET agile and extensible web searching API</Title >
7
7
<Description >.NET agile and extensible web searching API</Description >
8
8
<Version >1.3.1</Version >
Original file line number Diff line number Diff line change 4
4
<ProjectReference Include =" ../../src/PickAll/PickAll.csproj" />
5
5
</ItemGroup >
6
6
<PropertyGroup >
7
- <TargetFramework >net5 .0</TargetFramework >
8
- <LangVersion >9 .0</LangVersion >
7
+ <TargetFramework >net8 .0</TargetFramework >
8
+ <LangVersion >13 .0</LangVersion >
9
9
<IsPackable >false</IsPackable >
10
10
</PropertyGroup >
11
11
<Import Project =" ..\..\.paket\Paket.Restore.targets" />
You can’t perform that action at this time.
0 commit comments