Skip to content

Commit

Permalink
Upgrade to C# 12
Browse files Browse the repository at this point in the history
  • Loading branch information
smoogipoo committed Feb 2, 2024
1 parent 6e4d528 commit f06642c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!-- Contains required properties for osu!framework projects. -->
<Project>
<PropertyGroup Label="C#">
<LangVersion>10.0</LangVersion>
<LangVersion>12.0</LangVersion>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<Nullable>enable</Nullable>
</PropertyGroup>
Expand Down

0 comments on commit f06642c

Please sign in to comment.