Skip to content

Commit

Permalink
Merge pull request #370 from Cysharp/hotfix/FixNamespace
Browse files Browse the repository at this point in the history
Move namespace Microsoft.AspNetCore.Routing -> Microsoft.AspNetCore.Builder
  • Loading branch information
mayuki authored Nov 12, 2020
2 parents 52bee79 + ec07bf5 commit 7c5aa59
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,10 @@
using System.Reflection;
using System.Text;
using MagicOnion.Server.Glue;
using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.Routing;
using Microsoft.Extensions.DependencyInjection;

namespace Microsoft.AspNetCore.Routing
namespace Microsoft.AspNetCore.Builder
{
public static class MagicOnionEndpointRouteBuilderExtensions
{
Expand Down

0 comments on commit 7c5aa59

Please sign in to comment.