From 8912faacf2387b4064cffb8c7761d311452bf5c9 Mon Sep 17 00:00:00 2001 From: Scott Williams Date: Tue, 14 Feb 2017 09:43:56 +0000 Subject: [PATCH] correct define tag --- src/ImageSharp/Image.cs | 2 +- src/ImageSharp/Image/Image{TColor}.cs | 4 ++-- src/ImageSharp/project.json | 3 --- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/src/ImageSharp/Image.cs b/src/ImageSharp/Image.cs index 284a7c29b7..bdb6b49a92 100644 --- a/src/ImageSharp/Image.cs +++ b/src/ImageSharp/Image.cs @@ -44,7 +44,7 @@ namespace ImageSharp { } -#if !NETSTANDARD11 +#if !NETSTANDARD1_1 /// /// Initializes a new instance of the class. /// diff --git a/src/ImageSharp/Image/Image{TColor}.cs b/src/ImageSharp/Image/Image{TColor}.cs index 0931a12da6..33d6a69655 100644 --- a/src/ImageSharp/Image/Image{TColor}.cs +++ b/src/ImageSharp/Image/Image{TColor}.cs @@ -63,7 +63,7 @@ namespace ImageSharp this.Load(stream); } -#if !NETSTANDARD11 +#if !NETSTANDARD1_1 /// /// Initializes a new instance of the class. /// @@ -245,7 +245,7 @@ namespace ImageSharp return this; } -#if !NETSTANDARD11 +#if !NETSTANDARD1_1 /// /// Saves the image to the given stream using the currently loaded image format. /// diff --git a/src/ImageSharp/project.json b/src/ImageSharp/project.json index 7b2dbed08d..639773377e 100644 --- a/src/ImageSharp/project.json +++ b/src/ImageSharp/project.json @@ -68,9 +68,6 @@ } }, "netstandard1.1": { - "buildOptions": { - "define": [ "NETSTANDARD11" ] - }, "dependencies": { "System.Collections": "4.0.11", "System.Diagnostics.Debug": "4.0.11",