From 85482ffeb3aee04876e14d89e7f6e78e10bef723 Mon Sep 17 00:00:00 2001 From: liangshiwei Date: Wed, 9 Feb 2022 10:45:51 +0800 Subject: [PATCH] Upgrade Rebus.ServiceProvider to the latest --- .../src/Volo.Abp.EventBus.Rebus/Volo.Abp.EventBus.Rebus.csproj | 2 +- .../Volo/Abp/EventBus/Rebus/AbpEventBusRebusModule.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/framework/src/Volo.Abp.EventBus.Rebus/Volo.Abp.EventBus.Rebus.csproj b/framework/src/Volo.Abp.EventBus.Rebus/Volo.Abp.EventBus.Rebus.csproj index 2506d796bf..d946e0a256 100644 --- a/framework/src/Volo.Abp.EventBus.Rebus/Volo.Abp.EventBus.Rebus.csproj +++ b/framework/src/Volo.Abp.EventBus.Rebus/Volo.Abp.EventBus.Rebus.csproj @@ -20,7 +20,7 @@ - + diff --git a/framework/src/Volo.Abp.EventBus.Rebus/Volo/Abp/EventBus/Rebus/AbpEventBusRebusModule.cs b/framework/src/Volo.Abp.EventBus.Rebus/Volo/Abp/EventBus/Rebus/AbpEventBusRebusModule.cs index e65d86f3c5..e5c045f316 100644 --- a/framework/src/Volo.Abp.EventBus.Rebus/Volo/Abp/EventBus/Rebus/AbpEventBusRebusModule.cs +++ b/framework/src/Volo.Abp.EventBus.Rebus/Volo/Abp/EventBus/Rebus/AbpEventBusRebusModule.cs @@ -1,8 +1,8 @@ using Microsoft.Extensions.DependencyInjection; +using Rebus.Config; using Rebus.Handlers; using Rebus.Pipeline; using Rebus.Pipeline.Receive; -using Rebus.ServiceProvider; using Volo.Abp.Modularity; namespace Volo.Abp.EventBus.Rebus;