diff --git a/ImageSharp.Web.sln b/ImageSharp.Web.sln index 4e1781f..8c81ddf 100644 --- a/ImageSharp.Web.sln +++ b/ImageSharp.Web.sln @@ -16,6 +16,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "_root", "_root", "{C317F1B1 Directory.Build.targets = Directory.Build.targets LICENSE = LICENSE README.md = README.md + SixLabors.ImageSharp.Web.props = SixLabors.ImageSharp.Web.props shared-infrastructure\SixLabors.ruleset = shared-infrastructure\SixLabors.ruleset shared-infrastructure\SixLabors.Tests.ruleset = shared-infrastructure\SixLabors.Tests.ruleset shared-infrastructure\stylecop.json = shared-infrastructure\stylecop.json diff --git a/SixLabors.ImageSharp.Web.props b/SixLabors.ImageSharp.Web.props index 2d95d7d..1f42eb9 100644 --- a/SixLabors.ImageSharp.Web.props +++ b/SixLabors.ImageSharp.Web.props @@ -2,7 +2,7 @@ - + diff --git a/samples/ImageSharp.Web.Sample/Pages/_ViewImports.cshtml b/samples/ImageSharp.Web.Sample/Pages/_ViewImports.cshtml index f5dfabe..0571403 100644 --- a/samples/ImageSharp.Web.Sample/Pages/_ViewImports.cshtml +++ b/samples/ImageSharp.Web.Sample/Pages/_ViewImports.cshtml @@ -1,3 +1,6 @@ +@using SixLabors.ImageSharp +@using SixLabors.ImageSharp.Processing +@using SixLabors.ImageSharp.Web @using ImageSharp.Web.Sample @namespace ImageSharp.Web.Sample.Pages @addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers