include win10-x64 identifier for vs debugging

This commit is contained in:
Collin M. Barrett 2020-02-08 18:21:36 -06:00
parent 1c2ae12027
commit 978d0f97ff
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@
<PublishReadyToRun>true</PublishReadyToRun>
<PublishReadyToRunShowWarnings>true</PublishReadyToRunShowWarnings>
<OutputType>Exe</OutputType>
<RuntimeIdentifier>linux-musl-x64</RuntimeIdentifier>
<RuntimeIdentifiers>win10-x64;linux-musl-x64</RuntimeIdentifiers>
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
<DockerComposeProjectPath>..\..\docker-compose.dcproj</DockerComposeProjectPath>
</PropertyGroup>

View file

@ -5,7 +5,7 @@
<PublishTrimmed>true</PublishTrimmed>
<PublishReadyToRun>true</PublishReadyToRun>
<PublishReadyToRunShowWarnings>true</PublishReadyToRunShowWarnings>
<RuntimeIdentifier>linux-musl-x64</RuntimeIdentifier>
<RuntimeIdentifiers>win10-x64;linux-musl-x64</RuntimeIdentifiers>
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
<DockerComposeProjectPath>..\..\docker-compose.dcproj</DockerComposeProjectPath>
</PropertyGroup>