diff --git a/src/ImageSharp/Image.cs b/src/ImageSharp/Image.cs
index 284a7c29b..bdb6b49a9 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 0931a12da..33d6a6965 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 7b2dbed08..639773377 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",