Browse Source
Update `System.Linq.Dynamic.Core` to 1.3.3.
pull/17052/head
maliming
3 years ago
No known key found for this signature in database
GPG Key ID: A646B9CB645ECEA4
1 changed files with
1 additions and
1 deletions
-
framework/src/Volo.Abp.Core/Volo.Abp.Core.csproj
|
|
|
@ -28,7 +28,7 @@ |
|
|
|
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="$(MicrosoftPackageVersion)" /> |
|
|
|
<PackageReference Include="System.Text.Encodings.Web" Version="$(MicrosoftPackageVersion)" /> |
|
|
|
<PackageReference Include="System.Runtime.Loader" Version="4.3.0" /> |
|
|
|
<PackageReference Include="System.Linq.Dynamic.Core" Version="1.2.18" /> |
|
|
|
<PackageReference Include="System.Linq.Dynamic.Core" Version="1.3.3" /> |
|
|
|
<PackageReference Include="System.Linq.Queryable" Version="4.3.0" /> |
|
|
|
<PackageReference Include="JetBrains.Annotations" Version="2022.1.0" /> |
|
|
|
<PackageReference Include="Nito.AsyncEx.Coordination" Version="5.1.2" /> |
|
|
|
|