Skip to content

Commit

Permalink
Allow LangVersion 12 in UnitTests project
Browse files Browse the repository at this point in the history
  • Loading branch information
jstedfast committed Jan 3, 2025
1 parent f16687a commit b2a5f4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UnitTests/UnitTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<LangVersion>10</LangVersion>
<LangVersion>12</LangVersion>
<AssemblyName>UnitTests</AssemblyName>
<DebugSymbols>true</DebugSymbols>
<DebugType>Full</DebugType>
Expand Down

0 comments on commit b2a5f4a

Please sign in to comment.