Add support for using C# 14 in solution

This commit is contained in:
Patrik Svensson
2025-11-12 21:43:53 +01:00
parent c8c72b9d72
commit b2f961a197

View File

@@ -1,7 +1,7 @@
<Project>
<PropertyGroup Label="Settings">
<Deterministic>true</Deterministic>
<LangVersion>12</LangVersion>
<LangVersion>14</LangVersion>
<DebugSymbols>true</DebugSymbols>
<DebugType>embedded</DebugType>
<MinVerSkip Condition="'$(Configuration)' == 'Debug'">true</MinVerSkip>