fix: RunAnalyzersDuringBuild to False

This commit is contained in:
Mira 2023-10-03 13:44:38 +02:00
parent 3af891f809
commit b0f9c3263f
Signed by untrusted user who does not match committer: Xorog
GPG key ID: 983798ED9C3E7C36

View file

@ -6,6 +6,7 @@
<Nullable>enable</Nullable>
<Configurations>Debug;Release;x64</Configurations>
<Platforms>x64</Platforms>
<RunAnalyzersDuringBuild>False</RunAnalyzersDuringBuild>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">