Browse Source

Remove `Nito.AsyncEx.Coordination` package from `Volo.Abp.Core`.

pull/18860/head
maliming 2 years ago
committed by GitHub
parent
commit
5f5085a485
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      framework/src/Volo.Abp.Core/Volo.Abp.Core.csproj

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