Skip to content

Commit 00f2eb0

Browse files
committed
Updated framework target and language version
1 parent 070ac05 commit 00f2eb0

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

samples/PickAll.Sample/PickAll.Sample.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</ItemGroup>
66
<PropertyGroup>
77
<OutputType>Exe</OutputType>
8-
<TargetFramework>net5.0</TargetFramework>
8+
<TargetFramework>net8.0</TargetFramework>
99
<LangVersion>9.0</LangVersion>
1010
<Authors>gsscoder</Authors>
1111
<Product>PickAll</Product>

src/PickAll/PickAll.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project Sdk="Microsoft.NET.Sdk" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<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>
66
<Title>.NET agile and extensible web searching API</Title>
77
<Description>.NET agile and extensible web searching API</Description>
88
<Version>1.3.1</Version>

tests/PickAll.Specs/PickAll.Specs.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
<ProjectReference Include="../../src/PickAll/PickAll.csproj" />
55
</ItemGroup>
66
<PropertyGroup>
7-
<TargetFramework>net5.0</TargetFramework>
8-
<LangVersion>9.0</LangVersion>
7+
<TargetFramework>net8.0</TargetFramework>
8+
<LangVersion>13.0</LangVersion>
99
<IsPackable>false</IsPackable>
1010
</PropertyGroup>
1111
<Import Project="..\..\.paket\Paket.Restore.targets" />

0 commit comments

Comments
 (0)