Merge pull request #903 from maxz/v5.4.1-publish-self-contained

Fix regression in the publishing pipeline for v5.4
This commit is contained in:
2026-02-14 00:31:22 +00:00
committed by GitHub

View File

@@ -19,6 +19,8 @@
<Title>Aaru</Title>
<ApplicationVersion>$(Version)</ApplicationVersion>
<RuntimeIdentifiers>linux-arm64;linux-arm;linux-x64;osx-x64;win-arm64;win-x64;win-x86</RuntimeIdentifiers>
<PublishSelfContained>true</PublishSelfContained>
<PublishSingleFile>true</PublishSingleFile>
<TargetLatestRuntimePatch>true</TargetLatestRuntimePatch>
<LangVersion>12</LangVersion>
</PropertyGroup>