Browse Source

Fix build error

master
Savorboard 3 years ago
parent
commit
3f9fcc0e03
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/DotNetCore.CAP/CAP.Builder.cs

+ 1
- 0
src/DotNetCore.CAP/CAP.Builder.cs View File

@@ -1,6 +1,7 @@
// Copyright (c) .NET Core Community. All rights reserved. // Copyright (c) .NET Core Community. All rights reserved.
// Licensed under the MIT License. See License.txt in the project root for license information. // Licensed under the MIT License. See License.txt in the project root for license information.


using DotNetCore.CAP.Filter;
using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.DependencyInjection.Extensions; using Microsoft.Extensions.DependencyInjection.Extensions;




Loading…
Cancel
Save