Skip to content

Commit 793a347

Browse files
adrastogiAditya Rastogi
andauthored
Add runtime ID for C# Console App (#559)
Co-authored-by: Aditya Rastogi <adityar@ntdev.microsoft.com>
1 parent 0cea4c7 commit 793a347

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Samples/WindowsML/cs/CSharpConsoleDesktop/CSharpConsoleDesktop/CSharpConsoleDesktop.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
<OutputType>Exe</OutputType>
55
<WindowsPackageType>None</WindowsPackageType>
66
<SelfContained>True</SelfContained>
7+
<RuntimeIdentifier Condition="'$(Platform)' == 'x64'">win-x64</RuntimeIdentifier>
8+
<RuntimeIdentifier Condition="'$(Platform)' == 'ARM64'">win-arm64</RuntimeIdentifier>
79
</PropertyGroup>
810

911
<ItemGroup>

0 commit comments

Comments
 (0)