Skip to content

Commit

Permalink
Merge pull request #169 from JackD83/master
Browse files Browse the repository at this point in the history
Fixed language version for props file
  • Loading branch information
neuecc authored Jul 17, 2024
2 parents 1ff70ad + e520373 commit 38dad79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -797,7 +797,7 @@ Installation steps:
- ```xml
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<LangVersion>10</LangVersion>
<LangVersion>10.0</LangVersion>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>
Expand Down

0 comments on commit 38dad79

Please sign in to comment.