Changed code gen to use latest lang version

This commit is contained in:
Samuele Lorefice
2025-02-27 23:44:10 +01:00
parent 7a0ad7e968
commit 30cdc7a23d
2 changed files with 3 additions and 1 deletions

View File

@@ -5,7 +5,7 @@
<Nullable>disable</Nullable>
<RootNamespace>CodeGenerator</RootNamespace>
<OutputType>Exe</OutputType>
<LangVersion>9</LangVersion>
<LangVersion>default</LangVersion>
</PropertyGroup>
<ItemGroup>