build(Wino.Server.csproj): specify RuntimeIdentifiers (#621)

This commit is contained in:
Grigory
2025-04-06 14:33:08 +05:00
committed by GitHub
parent 83be587c1a
commit b77be0a5e9

View File

@@ -9,6 +9,7 @@
<CsWinRTComponent>true</CsWinRTComponent>
<CsWinRTWindowsMetadata>10.0.22621.0</CsWinRTWindowsMetadata>
<Platforms>x64;x86;ARM64</Platforms>
<RuntimeIdentifiers>win-x86;win-x64;win-arm64</RuntimeIdentifiers>
<IsAotCompatible>false</IsAotCompatible>
</PropertyGroup>
<PropertyGroup>