Skip to content

Commit

Permalink
chore: bump LangVersion and TargetFramework in root Directory.Build.p…
Browse files Browse the repository at this point in the history
…rops
  • Loading branch information
Per Kops committed Apr 9, 2024
1 parent 451e60c commit 4e67684
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@

<PropertyGroup Label="Compile settings">
<Nullable>enable</Nullable>
<LangVersion>10.0</LangVersion>
<LangVersion>12.0</LangVersion>
<ImplicitUsings>enable</ImplicitUsings>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<NoWarn>1573,1591,1712,CA1014,NU5104</NoWarn>

Expand Down

0 comments on commit 4e67684

Please sign in to comment.