Skip to content

Commit

Permalink
chore: Change C# Language version to 12
Browse files Browse the repository at this point in the history
Fixes #1540
  • Loading branch information
mikkelbu authored Dec 26, 2024
1 parent 3376740 commit c5956c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<LangVersion>11</LangVersion>
<LangVersion>12</LangVersion>
<DisableImplicitNuGetFallbackFolder>true</DisableImplicitNuGetFallbackFolder>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
<Company>NUnit Software</Company>
Expand Down

0 comments on commit c5956c0

Please sign in to comment.