Browse Source
Upgrade Castle.Core.AsyncInterceptor to 2.0
pull/9244/head
maliming
5 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.Castle.Core/Volo.Abp.Castle.Core.csproj
|
|
|
@ -16,7 +16,7 @@ |
|
|
|
|
|
|
|
<ItemGroup> |
|
|
|
<PackageReference Include="Castle.Core" Version="4.4.1" /> |
|
|
|
<PackageReference Include="Castle.Core.AsyncInterceptor" Version="2.0.21-alpha" /> |
|
|
|
<PackageReference Include="Castle.Core.AsyncInterceptor" Version="2.0.0" /> |
|
|
|
</ItemGroup> |
|
|
|
|
|
|
|
<ItemGroup> |
|
|
|
|