From 139cd3935f968b377ac1fac4a7afbfe4e485d476 Mon Sep 17 00:00:00 2001 From: Shannon Date: Tue, 24 Mar 2020 12:00:48 +1100 Subject: [PATCH] oops --- src/Umbraco.Tests.Common/TestHelperBase.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/Umbraco.Tests.Common/TestHelperBase.cs b/src/Umbraco.Tests.Common/TestHelperBase.cs index f336d0922d..536bebee56 100644 --- a/src/Umbraco.Tests.Common/TestHelperBase.cs +++ b/src/Umbraco.Tests.Common/TestHelperBase.cs @@ -1,9 +1,6 @@ using System; using System.IO; using System.Reflection; -using LightInject; -using LightInject.Microsoft.DependencyInjection; -using Microsoft.Extensions.Hosting; using Moq; using Umbraco.Core; using Umbraco.Core.Cache;