Skip to content

Commit

Permalink
use latest language version
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Turtsevich committed Jul 10, 2023
1 parent 0885775 commit e630f15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ProjectionTools.Tests/ProjectionTools.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<LangVersion>11.0</LangVersion>
<LangVersion>latest</LangVersion>
<ImplicitUsings>true</ImplicitUsings>
<CoverletOutputFormat>opencover</CoverletOutputFormat>
<Threshold>90</Threshold>
Expand Down
2 changes: 1 addition & 1 deletion ProjectionTools/ProjectionTools.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<Summary>Primitives for building reusable LINQ projections and specifications/predicates</Summary>
<TargetFramework>netstandard2.0</TargetFramework>
<LangVersion>11.0</LangVersion>
<LangVersion>latest</LangVersion>
<Nullable>enable</Nullable>
<ImplicitUsings>true</ImplicitUsings>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
Expand Down

0 comments on commit e630f15

Please sign in to comment.