移除RuntimeIdentifier配置,让用户手动选择

移除<RuntimeIdentifier>win-x64</RuntimeIdentifier>配置
让用户在Visual Studio发布界面中手动选择运行时
这样可以避免配置冲突,确保发布设置正确生效

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
yuuko 2025-11-24 16:54:26 +08:00
parent 9c96a10295
commit 276f277310

View File

@ -14,7 +14,6 @@
<PublishSingleFile>true</PublishSingleFile>
<PublishReadyToRun>true</PublishReadyToRun>
<IncludeNativeLibrariesForSelfExtract>true</IncludeNativeLibrariesForSelfExtract>
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
</PropertyGroup>
<ItemGroup>