From 8c31f27dd122a617126a241676688f4f9f4bc2a0 Mon Sep 17 00:00:00 2001 From: Rachel Guo <35738743+YUNQIUGUO@users.noreply.github.com> Date: Mon, 29 Apr 2024 15:39:48 -0700 Subject: [PATCH] Catalyst nuget package .NET changes only (#20424) ### Description https://github.com/microsoft/onnxruntime/pull/20418 Add back Catalyst changes only for now. ### Motivation and Context Co-authored-by: rachguo --- .../Microsoft.ML.OnnxRuntime.csproj | 6 ++-- .../targets/net6.0-maccatalyst/README.md | 3 ++ .../targets/net6.0-maccatalyst/_._ | 0 .../c-api-noopenmp-packaging-pipelines.yml | 2 +- .../azure-pipelines/templates/c-api-cpu.yml | 2 +- .../nuget/generate_nuspec_for_native_nuget.py | 28 +++++++++++++++++++ 6 files changed, 36 insertions(+), 5 deletions(-) create mode 100644 csharp/src/Microsoft.ML.OnnxRuntime/targets/net6.0-maccatalyst/README.md create mode 100644 csharp/src/Microsoft.ML.OnnxRuntime/targets/net6.0-maccatalyst/_._ diff --git a/csharp/src/Microsoft.ML.OnnxRuntime/Microsoft.ML.OnnxRuntime.csproj b/csharp/src/Microsoft.ML.OnnxRuntime/Microsoft.ML.OnnxRuntime.csproj index 1d15383239baf..e96e2d1535902 100644 --- a/csharp/src/Microsoft.ML.OnnxRuntime/Microsoft.ML.OnnxRuntime.csproj +++ b/csharp/src/Microsoft.ML.OnnxRuntime/Microsoft.ML.OnnxRuntime.csproj @@ -39,7 +39,7 @@ - $(MobileTargets);net6.0-android;net6.0-ios + $(MobileTargets);net6.0-android;net6.0-ios;net6.0-maccatalyst true true - true + true