chore: language level 10 for all projects

This commit is contained in:
goat 2022-02-13 04:49:33 +01:00
parent 9156f85fff
commit 8c66acf950
No known key found for this signature in database
GPG key ID: 7773BB5B43BA52E5
4 changed files with 19 additions and 21 deletions

View file

@ -3,7 +3,7 @@
<AssemblyName>Dalamud.CorePlugin</AssemblyName>
<TargetFramework>net5.0-windows</TargetFramework>
<Platforms>x64</Platforms>
<LangVersion>9.0</LangVersion>
<LangVersion>10.0</LangVersion>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<ProduceReferenceAssembly>false</ProduceReferenceAssembly>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>