Browse Source
Remove `Nito.AsyncEx.Coordination` package from `Volo.Abp.Core`.
pull/18860/head
maliming
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
0 additions and
1 deletions
-
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')) "> |
|
|
|
|