diff --git a/docs/en/Migration-Guides/Abp-8_0.md b/docs/en/Migration-Guides/Abp-8_0.md index 4cc9a51633..e90d9f04f0 100644 --- a/docs/en/Migration-Guides/Abp-8_0.md +++ b/docs/en/Migration-Guides/Abp-8_0.md @@ -16,6 +16,7 @@ The following NuGet libraries have been upgraded: | Autofac | 7.0.0 | 7.1.0 | | Autofac.Extras.DynamicProxy | 6.0.1 | 7.1.0 | | AutoMapper | 12.0.0 | 12.0.1 | +| AsyncKeyedLock | 6.2.1 | 6.2.2 | | AWSSDK.S3 | 3.7.9.2 | 3.7.205.9 | | AWSSDK.SecurityToken | 3.7.1.151 | 3.7.202.4 | | Azure.Storage.Blobs | 12.15.0 | 12.18.0 | diff --git a/framework/src/Volo.Abp.DistributedLocking.Abstractions/Volo.Abp.DistributedLocking.Abstractions.csproj b/framework/src/Volo.Abp.DistributedLocking.Abstractions/Volo.Abp.DistributedLocking.Abstractions.csproj index 3e4b7406c9..c91c88fcb1 100644 --- a/framework/src/Volo.Abp.DistributedLocking.Abstractions/Volo.Abp.DistributedLocking.Abstractions.csproj +++ b/framework/src/Volo.Abp.DistributedLocking.Abstractions/Volo.Abp.DistributedLocking.Abstractions.csproj @@ -18,7 +18,7 @@ - +