New IRuntimeHash to fix type scanning in netcore in order to look at the right runtime bits to creaet a hash for
This commit is contained in:
@@ -8,8 +8,8 @@ namespace Umbraco.Tests.Integration.Implementations
|
||||
|
||||
public class TestHostingEnvironment : AspNetCoreHostingEnvironment, Umbraco.Core.Hosting.IHostingEnvironment
|
||||
{
|
||||
public TestHostingEnvironment(IHostingSettings hostingSettings, IWebHostEnvironment webHostEnvironment, IHttpContextAccessor httpContextAccessor)
|
||||
: base(hostingSettings, webHostEnvironment, httpContextAccessor)
|
||||
public TestHostingEnvironment(IHostingSettings hostingSettings, IWebHostEnvironment webHostEnvironment)
|
||||
: base(hostingSettings, webHostEnvironment)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user