From 09a43a53ce9d675cf89ceea49ddd2cc34fae3380 Mon Sep 17 00:00:00 2001 From: "Eric St. John" Date: Wed, 27 Apr 2016 13:41:59 -0700 Subject: Make System.Numerics.Vectors target netstandard1.0 Previously we targeted netstandard 1.3 because this contract was added inbox to .NET 4.6, however we need not constrain this to 1.3 since the implementation can be used back to NET 4.5/wp8/wpa81. This updates BuildToolsVersion to stop forcing NS1.3 for this contract, and retargets the library to netstandard1.0. --- .../ref/System.Numerics.Vectors.csproj | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) (limited to 'src/System.Numerics.Vectors/ref/System.Numerics.Vectors.csproj') diff --git a/src/System.Numerics.Vectors/ref/System.Numerics.Vectors.csproj b/src/System.Numerics.Vectors/ref/System.Numerics.Vectors.csproj index 0f1eabbce1..138a08c7e7 100644 --- a/src/System.Numerics.Vectors/ref/System.Numerics.Vectors.csproj +++ b/src/System.Numerics.Vectors/ref/System.Numerics.Vectors.csproj @@ -4,20 +4,10 @@ 4.1.1.0 Library - .NETStandard,Version=v1.1 - - true + .NETStandard,Version=v1.0 + netstandard1.0 - - - netstandard1.1 - - - portable-net45+win8 - - - -- cgit v1.2.3