Skip to content

Commit

Permalink
Fix build IAspectValidatorBuilder (#135)
Browse files Browse the repository at this point in the history
* Fix build IAspectValidatorBuilder
  • Loading branch information
liuhaoyang authored Sep 11, 2018
1 parent 178eb27 commit ee8aff7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/version.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<VersionMajor>1</VersionMajor>
<VersionMinor>0</VersionMinor>
<VersionPatch>0</VersionPatch>
<VersionPatch>1</VersionPatch>
<VersionQuality></VersionQuality>
<VersionPrefix>$(VersionMajor).$(VersionMinor).$(VersionPatch)</VersionPrefix>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ internal static IServiceCollection TryAddDynamicProxyServices(this IServiceColle
throw new ArgumentNullException(nameof(services));
}

//services.ConfigureDynamicProxy();
services.ConfigureDynamicProxy();

services.TryAddTransient(typeof(IManyEnumerable<>), typeof(ManyEnumerable<>));
services.TryAddScoped<IServiceResolver, MsdiServiceResolver>();
Expand Down

0 comments on commit ee8aff7

Please sign in to comment.