Skip to content

Commit

Permalink
Update .csproj to get rid of nullability warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
filipnavara committed Oct 8, 2022
1 parent 226b5f9 commit 422fcb8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<LangVersion>latest</LangVersion>
<Nullable>annotations</Nullable>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 422fcb8

Please sign in to comment.