mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-01-02 05:43:40 +01:00
refactor: switch all projects to C# 10
This commit is contained in:
parent
681be5b743
commit
13cf3d93dc
3 changed files with 3 additions and 3 deletions
|
|
@ -4,7 +4,7 @@
|
|||
<TargetFramework>net5.0-windows</TargetFramework>
|
||||
<PlatformTarget>x64</PlatformTarget>
|
||||
<Platforms>x64;AnyCPU</Platforms>
|
||||
<LangVersion>9.0</LangVersion>
|
||||
<LangVersion>10.0</LangVersion>
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup Label="Feature">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue