Set language version to preview for now
Some checks failed
Build Dalamud / Build on Windows (push) Waiting to run
Build Dalamud / Check API Compatibility (push) Blocked by required conditions
Build Dalamud / Deploy dalamud-distrib staging (push) Blocked by required conditions
Rollup changes to next version / check (api14) (push) Failing after 7s
Tag Build / Tag Build (push) Successful in 3s

Fixes a docfx error, since they haven't upgraded to a Roslyn version that knows C# 14
This commit is contained in:
goaaats 2025-12-17 00:50:14 +01:00
parent 46954e6add
commit f142fb1058

View file

@ -5,7 +5,9 @@
<TargetFramework>net10.0-windows</TargetFramework>
<PlatformTarget>x64</PlatformTarget>
<Platforms>x64</Platforms>
<LangVersion>14.0</LangVersion>
<!-- preview, as docfx is late at upgrading Roslyn versions -->
<LangVersion>preview</LangVersion>
<!-- Disable Intel CET. Causes crashes on unpatched Windows 10 systems. -->
<!-- https://github.com/dotnet/runtime/issues/108589 -->