Update language version.

This commit is contained in:
2024-04-30 05:02:17 +01:00
parent 0236f92041
commit 4f42f991ac
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<LangVersion>10</LangVersion>
<LangVersion>latest</LangVersion>
</PropertyGroup>
<PropertyGroup>

View File

@@ -2,7 +2,7 @@
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<LangVersion>10</LangVersion>
<LangVersion>latest</LangVersion>
</PropertyGroup>
<PropertyGroup>