Skip to content

Commit

Permalink
Update lang version to 9 and enable nullable
Browse files Browse the repository at this point in the history
  • Loading branch information
pakdev committed Aug 25, 2023
1 parent 7db4984 commit 57019c7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
<NILibraryTargetFramework>net6.0</NILibraryTargetFramework>
<NIExecutableTargetFramework>net6.0</NIExecutableTargetFramework>
<NIAnalyzersTargetFramework>netstandard2.0</NIAnalyzersTargetFramework>

<Nullable>enable</Nullable>
<LangVersion>9.0</LangVersion>
</PropertyGroup>

<PropertyGroup>
Expand Down

0 comments on commit 57019c7

Please sign in to comment.