fix: 更新命名空间紧急修复编译失败错误

This commit is contained in:
Argo Zhang 2020-01-29 10:37:18 +08:00
parent fdfce4e56d
commit b7bede8921
No known key found for this signature in database
GPG Key ID: 152E398953DDF19F
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,4 @@
using Bootstrap.Admin.Tasks;
using Bootstrap.DataAccess;
using Bootstrap.DataAccess;
using Longbow.Web.SignalR;
using Microsoft.AspNetCore.Authorization;
using Microsoft.AspNetCore.Builder;
@ -8,6 +7,7 @@ using Microsoft.AspNetCore.HttpOverrides;
using Microsoft.AspNetCore.Mvc;
using Microsoft.AspNetCore.Mvc.Filters;
using Microsoft.AspNetCore.Mvc.Versioning;
using Microsoft.AspNetCore.SignalR;
using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Hosting;

View File

@ -1,6 +1,6 @@
using Longbow.Web.SignalR;
namespace Bootstrap.Admin.Tasks
namespace Microsoft.AspNetCore.SignalR
{
/// <summary>
/// 后台任务消息Hub