From aaeb78113299cb34f4ece188a80f0fb6b4f13edd Mon Sep 17 00:00:00 2001 From: Dmitri Smirnov Date: Mon, 9 Aug 2021 10:08:07 -0700 Subject: [PATCH] Revert "Add netstandard2.0 target to OnnxRuntime.Managed (#8600)" (#8648) This reverts commit e673d2e0504533541afde15c7da81d537dc5c871. --- .../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 331432da72..a63afa22e2 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;netstandard2.0 + netstandard1.1 AnyCPU;x86 7.2 true