From 770c4df470d58bf61e15516063b5ef5455f18f1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BD=AD=E4=BC=9F?= Date: Sat, 16 Jul 2022 21:13:48 +0800 Subject: [PATCH] Fix CI error --- src/Autofac.Integration.Web/ContainerProvider.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Autofac.Integration.Web/ContainerProvider.cs b/src/Autofac.Integration.Web/ContainerProvider.cs index f62497a..5fb5497 100644 --- a/src/Autofac.Integration.Web/ContainerProvider.cs +++ b/src/Autofac.Integration.Web/ContainerProvider.cs @@ -23,8 +23,8 @@ // OTHER DEALINGS IN THE SOFTWARE. using System; -using System.Web; using System.Threading.Tasks; +using System.Web; using Autofac.Core.Lifetime; namespace Autofac.Integration.Web