diff --git a/src/Directory.Build.props b/src/Directory.Build.props index 5e3ad489a..bcf444c75 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -23,8 +23,7 @@ - - + true diff --git a/src/ImageSharp/ImageSharp.csproj b/src/ImageSharp/ImageSharp.csproj index 0d803475a..be0e9032b 100644 --- a/src/ImageSharp/ImageSharp.csproj +++ b/src/ImageSharp/ImageSharp.csproj @@ -10,8 +10,7 @@ $(packageversion) 0.0.1 - - netcoreapp3.1 + netcoreapp3.1;netcoreapp2.1;netstandard2.1;netstandard2.0;netstandard1.3;net472 true true diff --git a/src/ImageSharp/Memory/Buffer2DExtensions.cs b/src/ImageSharp/Memory/Buffer2DExtensions.cs index 297d49816..b9a3d1d24 100644 --- a/src/ImageSharp/Memory/Buffer2DExtensions.cs +++ b/src/ImageSharp/Memory/Buffer2DExtensions.cs @@ -38,9 +38,6 @@ namespace SixLabors.ImageSharp.Memory /// /// Thrown when the backing group is discontiguous. /// - // TODO: Review all usages, should be only used with buffers which do not scale fully with image size! - // Remove [Obsolete], when done! - [Obsolete("TODO: Review all usages!")] internal static Span GetSingleSpan(this Buffer2D buffer) where T : struct { @@ -64,9 +61,6 @@ namespace SixLabors.ImageSharp.Memory /// /// Thrown when the backing group is discontiguous. /// - // TODO: Review all usages, should be only used with buffers which do not scale fully with image size! - // Remove [Obsolete], when done! - [Obsolete("TODO: Review all usages!")] internal static Memory GetSingleMemory(this Buffer2D buffer) where T : struct { diff --git a/tests/ImageSharp.Tests/ImageSharp.Tests.csproj b/tests/ImageSharp.Tests/ImageSharp.Tests.csproj index fdefa38e7..34cdca49a 100644 --- a/tests/ImageSharp.Tests/ImageSharp.Tests.csproj +++ b/tests/ImageSharp.Tests/ImageSharp.Tests.csproj @@ -2,8 +2,7 @@ - - netcoreapp3.1 + netcoreapp3.1;netcoreapp2.1;net472 True True SixLabors.ImageSharp.Tests