Browse Source

Merge pull request #18860 from abpframework/maliming-patch-3

Remove `Nito.AsyncEx.Coordination` package from `Volo.Abp.Core`.
pull/18891/head
Halil İbrahim Kalkan 2 years ago
committed by GitHub
parent
commit
d604e92321
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      Directory.Packages.props
  2. 1
      framework/src/Volo.Abp.Core/Volo.Abp.Core.csproj

1
Directory.Packages.props

@ -107,7 +107,6 @@
<PackageVersion Include="NEST" Version="7.17.5" />
<PackageVersion Include="Newtonsoft.Json" Version="13.0.3" />
<PackageVersion Include="Nito.AsyncEx.Context" Version="5.1.2" />
<PackageVersion Include="Nito.AsyncEx.Coordination" Version="5.1.2" />
<PackageVersion Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="8.0.0" />
<PackageVersion Include="NSubstitute" Version="5.1.0" />
<PackageVersion Include="NuGet.Versioning" Version="6.7.0" />

1
framework/src/Volo.Abp.Core/Volo.Abp.Core.csproj

@ -31,7 +31,6 @@
<PackageReference Include="System.Linq.Dynamic.Core" />
<PackageReference Include="System.Linq.Queryable" />
<PackageReference Include="JetBrains.Annotations" />
<PackageReference Include="Nito.AsyncEx.Coordination" />
<PackageReference Include="Nito.AsyncEx.Context" />
</ItemGroup>
<ItemGroup Condition=" '$(TargetFrameworkIdentifier)' == '.NETStandard' And $([MSBuild]::VersionGreaterThanOrEquals($(TargetFrameworkVersion), '2.1')) ">

Loading…
Cancel
Save