We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cea4c7 commit 793a347Copy full SHA for 793a347
Samples/WindowsML/cs/CSharpConsoleDesktop/CSharpConsoleDesktop/CSharpConsoleDesktop.csproj
@@ -4,6 +4,8 @@
4
<OutputType>Exe</OutputType>
5
<WindowsPackageType>None</WindowsPackageType>
6
<SelfContained>True</SelfContained>
7
+ <RuntimeIdentifier Condition="'$(Platform)' == 'x64'">win-x64</RuntimeIdentifier>
8
+ <RuntimeIdentifier Condition="'$(Platform)' == 'ARM64'">win-arm64</RuntimeIdentifier>
9
</PropertyGroup>
10
11
<ItemGroup>
0 commit comments