Browse Source
Merge pull request #1756 from abpframework/maliming/patch-3
Upgrade Autofac.
pull/1775/head
Halil İbrahim Kalkan
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
framework/src/Volo.Abp.Autofac/Volo.Abp.Autofac.csproj
|
|
|
@ -15,7 +15,7 @@ |
|
|
|
|
|
|
|
<ItemGroup> |
|
|
|
<PackageReference Include="Autofac.Extras.DynamicProxy" Version="4.5.0" /> |
|
|
|
<PackageReference Include="Autofac" Version="4.9.3" /> |
|
|
|
<PackageReference Include="Autofac" Version="4.9.4" /> |
|
|
|
</ItemGroup> |
|
|
|
|
|
|
|
<ItemGroup> |
|
|
|
|