From 7dade5d05b67f4da8cc9ab949d576159682aff20 Mon Sep 17 00:00:00 2001 From: Yi Zhang Date: Thu, 14 Dec 2023 14:44:11 +0800 Subject: [PATCH] Readd basetargets in Microsoft.ML.OnnxRuntime.csproj (#18789) ### Description ### Motivation and Context Now, the nightly Microsoft.ML.Onnxruntime.Managed Nuget Packag couldn't be added in dotnet console program in VS2022 with target framework .NET 6.0. I just restore it to previous setting to make it work. --- .../Microsoft.ML.OnnxRuntime/Microsoft.ML.OnnxRuntime.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csharp/src/Microsoft.ML.OnnxRuntime/Microsoft.ML.OnnxRuntime.csproj b/csharp/src/Microsoft.ML.OnnxRuntime/Microsoft.ML.OnnxRuntime.csproj index 0c74a23204d4f..1d15383239baf 100644 --- a/csharp/src/Microsoft.ML.OnnxRuntime/Microsoft.ML.OnnxRuntime.csproj +++ b/csharp/src/Microsoft.ML.OnnxRuntime/Microsoft.ML.OnnxRuntime.csproj @@ -6,7 +6,7 @@ true - netstandard2.0 + netstandard2.0;netcoreapp3.1;net6.0