This commit is contained in:
Pieter-Jan Briers
2022-12-17 14:15:58 +01:00
committed by GitHub
parent d1eb70da07
commit de486207b3
9 changed files with 17 additions and 17 deletions

View File

@@ -1,8 +1,8 @@
<Project>
<!-- Engine-specific properties. Content should not use this file. -->
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<LangVersion>10</LangVersion>
<TargetFramework>net7.0</TargetFramework>
<LangVersion>11</LangVersion>
<Nullable>enable</Nullable>
<WarningsAsErrors>nullable</WarningsAsErrors>
</PropertyGroup>