Browse Source

correct define tag

af/merge-core
Scott Williams 9 years ago
parent
commit
d56cb87615
  1. 2
      src/ImageSharp/Image.cs
  2. 4
      src/ImageSharp/Image/Image{TColor}.cs
  3. 3
      src/ImageSharp/project.json

2
src/ImageSharp/Image.cs

@ -44,7 +44,7 @@ namespace ImageSharp
{
}
#if !NETSTANDARD11
#if !NETSTANDARD1_1
/// <summary>
/// Initializes a new instance of the <see cref="Image"/> class.
/// </summary>

4
src/ImageSharp/Image/Image{TColor}.cs

@ -63,7 +63,7 @@ namespace ImageSharp
this.Load(stream);
}
#if !NETSTANDARD11
#if !NETSTANDARD1_1
/// <summary>
/// Initializes a new instance of the <see cref="Image{TColor}"/> class.
/// </summary>
@ -245,7 +245,7 @@ namespace ImageSharp
return this;
}
#if !NETSTANDARD11
#if !NETSTANDARD1_1
/// <summary>
/// Saves the image to the given stream using the currently loaded image format.
/// </summary>

3
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",

Loading…
Cancel
Save