From eb4f9b5fbbc02cbed042bc52dee4ae60977f22df Mon Sep 17 00:00:00 2001 From: Bjarke Berg Date: Fri, 1 May 2020 15:55:39 +0200 Subject: [PATCH] Updated Imagesharp to rc1 --- .../UmbracoWebsiteServiceCollectionExtensions.cs | 7 ++----- src/Umbraco.Web.Website/Umbraco.Web.Website.csproj | 2 +- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/src/Umbraco.Web.Website/AspNetCore/UmbracoWebsiteServiceCollectionExtensions.cs b/src/Umbraco.Web.Website/AspNetCore/UmbracoWebsiteServiceCollectionExtensions.cs index 6d2ce5e7e4..3a327ef867 100644 --- a/src/Umbraco.Web.Website/AspNetCore/UmbracoWebsiteServiceCollectionExtensions.cs +++ b/src/Umbraco.Web.Website/AspNetCore/UmbracoWebsiteServiceCollectionExtensions.cs @@ -1,15 +1,12 @@ using System.Collections.Generic; using Microsoft.Extensions.DependencyInjection; -using Microsoft.Extensions.Logging; -using SixLabors.ImageSharp.Processing; -using SixLabors.ImageSharp.Web; +using SixLabors.ImageSharp.Memory; using SixLabors.ImageSharp.Web.Caching; using SixLabors.ImageSharp.Web.Commands; using SixLabors.ImageSharp.Web.DependencyInjection; -using SixLabors.ImageSharp.Web.Middleware; using SixLabors.ImageSharp.Web.Processors; using SixLabors.ImageSharp.Web.Providers; -using SixLabors.Memory; + using Umbraco.Core; using Umbraco.Core.Configuration; diff --git a/src/Umbraco.Web.Website/Umbraco.Web.Website.csproj b/src/Umbraco.Web.Website/Umbraco.Web.Website.csproj index 3a0e9e86e7..b388849106 100644 --- a/src/Umbraco.Web.Website/Umbraco.Web.Website.csproj +++ b/src/Umbraco.Web.Website/Umbraco.Web.Website.csproj @@ -15,6 +15,6 @@ - +