Skip to content

Commit

Permalink
Use latest version of C#
Browse files Browse the repository at this point in the history
- Nullable warnings
  • Loading branch information
Tony Bark committed Mar 11, 2021
1 parent a2f4186 commit bb729da
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/TS3ScriptingMod/TS3ScriptingMod.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

<PropertyGroup>
<TargetFramework>net20</TargetFramework>
<LangVersion>latest</LangVersion>
<Nullable>warnings</Nullable>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
</PropertyGroup>

Expand Down

0 comments on commit bb729da

Please sign in to comment.