Skip to content

Commit

Permalink
fix readme (#206)
Browse files Browse the repository at this point in the history
  • Loading branch information
huoshan12345 committed Feb 15, 2020
1 parent 5477010 commit 3fd27bd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ Core support for aspect-interceptor, dependency injection integration, web appli
* [Reflection extension in AspectCore](https://github.com/dotnetcore/AspectCore-Framework/blob/master/docs/reflection-extensions.md)

## Components 
* [Autofac Adapter](https://github.com/dotnetcore/AspectCore-Framework/tree/master/extras/src/AspectCore.Extensions.Autofac)
* [DataValidation](https://github.com/dotnetcore/AspectCore-Framework/tree/master/datavalidation)
* [IoC & DynamicProxy](https://github.com/dotnetcore/AspectCore-Framework/tree/master/core)
* [Microsoft.Extensions.DependencyInjection Adapter](https://github.com/dotnetcore/AspectCore-Framework/tree/master/extras/src/AspectCore.Extensions.DependencyInjection)
* [Reflection](https://github.com/dotnetcore/AspectCore-Framework/tree/master/reflection)  
* [Autofac Adapter](https://github.com/dotnetcore/AspectCore-Framework/tree/master/src/AspectCore.Extensions.Autofac)
* [DataValidation](https://github.com/dotnetcore/AspectCore-Framework/tree/master/src/AspectCore.Extensions.DataValidation)
* [IoC & DynamicProxy](https://github.com/dotnetcore/AspectCore-Framework/tree/master/src/AspectCore.Core)
* [Microsoft.Extensions.DependencyInjection Adapter](https://github.com/dotnetcore/AspectCore-Framework/tree/master/src/AspectCore.Extensions.DependencyInjection)
* [Reflection](https://github.com/dotnetcore/AspectCore-Framework/tree/master/src/AspectCore.Extensions.Reflection)  

## Who is using
* [ButterflyAPM Client](https://github.com/ButterflyAPM/butterfly-csharp)
Expand Down

0 comments on commit 3fd27bd

Please sign in to comment.