[CI] Update for cross-platform support (#209)

* [CI] Update for cross-platform support

* [CI] fix check
This commit is contained in:
Berk
2026-07-15 16:07:36 +03:00
committed by GitHub
parent fa2616d224
commit c69ac6ddab
4 changed files with 29 additions and 66 deletions
-1
View File
@@ -25,7 +25,6 @@ SPDX-License-Identifier: GPL-2.0-or-later
<EnableCompressionInSingleFile>true</EnableCompressionInSingleFile>
<ImplicitUsings>enable</ImplicitUsings>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<Version>0.0.1</Version>
<ServerGarbageCollection>true</ServerGarbageCollection>
<ConcurrentGarbageCollection>true</ConcurrentGarbageCollection>
<TieredPGO>true</TieredPGO>
-1
View File
@@ -9,7 +9,6 @@ SPDX-License-Identifier: GPL-2.0-or-later
the executable is started without arguments. -->
<PropertyGroup>
<GenerateDocumentationFile>false</GenerateDocumentationFile>
<Version>0.0.1</Version>
<!-- Required by the source-generated LibraryImport stubs in the linked
controller readers below. -->
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>