From 684e900e960cc5fbb2fcd1dd9e80ccb43a9fc310 Mon Sep 17 00:00:00 2001 From: Dmitri Smirnov Date: Mon, 22 May 2023 17:33:46 -0700 Subject: [PATCH] Remove NETSTANDARD1.1 moniker and NETSTD1.1 specific code (#16018) ### Description Remove NETSTANDARD1.1 moniker and NETSTD1.1 specific code. We no longer target this platform. ### Motivation and Context NETSTANDARD1.1 target constraints the development and the modern libraries we would like to use in the code while it is apparently no longer required by customers. --- .../Microsoft.ML.OnnxRuntime.csproj | 4 +-- .../NativeOnnxValueHelper.shared.cs | 26 ------------------- 2 files changed, 2 insertions(+), 28 deletions(-) diff --git a/csharp/src/Microsoft.ML.OnnxRuntime/Microsoft.ML.OnnxRuntime.csproj b/csharp/src/Microsoft.ML.OnnxRuntime/Microsoft.ML.OnnxRuntime.csproj index 9a8cc269bf..981d802f47 100644 --- a/csharp/src/Microsoft.ML.OnnxRuntime/Microsoft.ML.OnnxRuntime.csproj +++ b/csharp/src/Microsoft.ML.OnnxRuntime/Microsoft.ML.OnnxRuntime.csproj @@ -21,7 +21,7 @@ --> PreNet6 - netstandard1.1;netstandard2.0;netcoreapp3.1;net6.0 + netstandard2.0;netcoreapp3.1;net6.0