Skip to content

Commit fcf3070

Browse files
authored
Merge pull request #14 from cnblogs/rename-namespace
refactor: rename namespace
2 parents 542c57e + c7fa4a6 commit fcf3070

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Cnblogs.Architecture.Ddd.EventBus.Dapr/EndPointExtensions.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
using System.Reflection;
22
using Cnblogs.Architecture.Ddd.EventBus.Abstractions;
33
using Cnblogs.Architecture.Ddd.EventBus.Dapr;
4-
using Microsoft.AspNetCore.Builder;
4+
using Microsoft.AspNetCore.Routing;
55
using Microsoft.Extensions.DependencyInjection;
66
using Microsoft.Extensions.Options;
77

88
// ReSharper disable once CheckNamespace
9-
namespace Microsoft.AspNetCore.Routing;
9+
namespace Microsoft.AspNetCore.Builder;
1010

1111
/// <summary>
1212
/// 用于事件订阅的扩展方法。

0 commit comments

Comments
 (0)