From e673d2e0504533541afde15c7da81d537dc5c871 Mon Sep 17 00:00:00 2001 From: Georg Jung Date: Thu, 5 Aug 2021 10:39:25 +0200 Subject: [PATCH] Add netstandard2.0 target to OnnxRuntime.Managed (#8600) --- .../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 a63afa22e2..331432da72 100644 --- a/csharp/src/Microsoft.ML.OnnxRuntime/Microsoft.ML.OnnxRuntime.csproj +++ b/csharp/src/Microsoft.ML.OnnxRuntime/Microsoft.ML.OnnxRuntime.csproj @@ -1,7 +1,7 @@  - netstandard1.1 + netstandard1.1;netstandard2.0 AnyCPU;x86 7.2 true