diff --git a/SrcSet.Core/ImageExtensions.cs b/SrcSet.Core/ImageExtensions.cs index f006806..2903862 100644 --- a/SrcSet.Core/ImageExtensions.cs +++ b/SrcSet.Core/ImageExtensions.cs @@ -1,3 +1,6 @@ +using SixLabors.ImageSharp; +using SixLabors.ImageSharp.Processing; + namespace SrcSet.Core; public static class ImageExtensions diff --git a/SrcSet.Core/SizeExtensions.cs b/SrcSet.Core/SizeExtensions.cs index 421d429..c570363 100644 --- a/SrcSet.Core/SizeExtensions.cs +++ b/SrcSet.Core/SizeExtensions.cs @@ -1,3 +1,5 @@ +using SixLabors.ImageSharp; + namespace SrcSet.Core; public static class SizeExtensions diff --git a/SrcSet.Core/SrcSet.Core.csproj b/SrcSet.Core/SrcSet.Core.csproj index ab49ce7..ec96323 100644 --- a/SrcSet.Core/SrcSet.Core.csproj +++ b/SrcSet.Core/SrcSet.Core.csproj @@ -1,27 +1,27 @@ - - - SrcSet.Core - A library to create sets of responsive images for the web - 5.0.0 - ecoAPM LLC - ecoAPM LLC - ecoAPM LLC - SrcSet - net8.0 - README.md - https://github.com/ecoAPM/SrcSet - MIT - https://github.com/ecoAPM/SrcSet - true - true - true - enable - enable - - - - - - - + + + SrcSet.Core + A library to create sets of responsive images for the web + 5.0.0 + ecoAPM LLC + ecoAPM LLC + ecoAPM LLC + SrcSet + net8.0 + README.md + https://github.com/ecoAPM/SrcSet + MIT + https://github.com/ecoAPM/SrcSet + true + true + true + enable + enable + + + + + + + \ No newline at end of file diff --git a/SrcSet.Core/SrcSetManager.cs b/SrcSet.Core/SrcSetManager.cs index 9f6f3bc..f4c31b3 100644 --- a/SrcSet.Core/SrcSetManager.cs +++ b/SrcSet.Core/SrcSetManager.cs @@ -1,3 +1,5 @@ +using SixLabors.ImageSharp; + namespace SrcSet.Core; public sealed class SrcSetManager