Build win-x86 (#1384)

* Build win-x86

* Move to prop

* Correct RID
This commit is contained in:
Charles Gagnon
2022-02-03 13:43:40 -08:00
committed by GitHub
parent 75749a405f
commit c092b194da
8 changed files with 13 additions and 11 deletions

View File

@@ -14,7 +14,7 @@
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<PreserveCompilationContext>true</PreserveCompilationContext>
<DebugType>portable</DebugType>
<RuntimeIdentifiers>win-x64;ubuntu.14.04-x64;ubuntu.16.04-x64;centos.7-x64;rhel.7.2-x64;debian.8-x64;fedora.23-x64;opensuse.13.2-x64;osx.10.11-x64;osx-x64;linux-x64</RuntimeIdentifiers>
<RuntimeIdentifiers>$(ToolsServiceTargetRuntimes)</RuntimeIdentifiers>
</PropertyGroup>
<PropertyGroup>