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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
0 additions and
2 deletions
-
Directory.Packages.props
-
framework/src/Volo.Abp.Core/Volo.Abp.Core.csproj
|
|
|
@ -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" /> |
|
|
|
|
|
|
|
@ -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')) "> |
|
|
|
|