Revert "Add netstandard2.0 target to OnnxRuntime.Managed (#8600)" (#8648)

This reverts commit e673d2e050.
This commit is contained in:
Dmitri Smirnov 2021-08-09 10:08:07 -07:00 committed by GitHub
parent 6dd59a1117
commit aaeb781132
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>netstandard1.1;netstandard2.0</TargetFrameworks>
<TargetFramework>netstandard1.1</TargetFramework>
<Platforms>AnyCPU;x86</Platforms>
<LangVersion>7.2</LangVersion>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>