Skip to content

Commit

Permalink
fix: Update LangVersion to 12.0 from Preview
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminMichaelis committed Nov 14, 2023
1 parent f49cad4 commit 9b6bf2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<LangVersion>preview</LangVersion>
<LangVersion>12.0</LangVersion>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<AccelerateBuildsInVisualStudio>true</AccelerateBuildsInVisualStudio>
Expand All @@ -14,4 +14,4 @@
<OutputPath Condition="'$(WSL_DISTRO_NAME)'!=''">.\bin\Linux\$(Configuration)\</OutputPath>
<NullableWarnings>CS8600,CS8601,CS8602,CS8603,CS8604,CS8610,CS8614,CS8618,CS8622,CS8625,CS8653,CS8714</NullableWarnings>
</PropertyGroup>
</Project>
</Project>

0 comments on commit 9b6bf2b

Please sign in to comment.