Added Imagesharp to the website stuff

This commit is contained in:
Bjarke Berg
2020-02-24 11:26:34 +01:00
parent 5517186cb7
commit 1d6e423b98
9 changed files with 29 additions and 51 deletions

View File

@@ -13,7 +13,9 @@ namespace Umbraco.Web.UI.BackOffice
{
public static void Main(string[] args)
{
CreateHostBuilder(args).Build().Run();
CreateHostBuilder(args)
.Build()
.Run();
}
public static IHostBuilder CreateHostBuilder(string[] args) =>