From 7a3486c3ee6ea365b686427440d1d8030642ef4d Mon Sep 17 00:00:00 2001 From: George Wu Date: Thu, 20 Oct 2022 12:34:36 -0700 Subject: [PATCH] enable arm32/arm64 target for .net apps built against OnnxRuntime.ML.OnnxRuntime (#13385) couldn't build arm64 .net app due to target file not allowing it. --- .../targets/netstandard/targets.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/csharp/src/Microsoft.ML.OnnxRuntime/targets/netstandard/targets.xml b/csharp/src/Microsoft.ML.OnnxRuntime/targets/netstandard/targets.xml index b8bb5efc7c..5702bc65eb 100644 --- a/csharp/src/Microsoft.ML.OnnxRuntime/targets/netstandard/targets.xml +++ b/csharp/src/Microsoft.ML.OnnxRuntime/targets/netstandard/targets.xml @@ -6,12 +6,12 @@ the PlatformTarget is empty, and you don't know until runtime (i.e. which dotnet.exe) what processor architecture will be used. --> - + Text="Microsoft.ML.OnnxRuntime only supports the AnyCPU, x64, arm32, arm64 and x86 platforms at this time."/> - \ No newline at end of file +