Skip to content

Commit

Permalink
Upgrade C# language version to 9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
karashiiro committed Mar 16, 2021
1 parent a585bcf commit 14c7fe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DalamudPluginProjectTemplate.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>net472</TargetFramework>
<LangVersion>8.0</LangVersion>
<LangVersion>9.0</LangVersion>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
<FileVersion>1.0.0.0</FileVersion>
</PropertyGroup>
Expand Down

0 comments on commit 14c7fe9

Please sign in to comment.