Added Imagesharp to the website stuff
This commit is contained in:
@@ -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) =>
|
||||
|
||||
Reference in New Issue
Block a user