Update ShardingCore.2x.csproj

This commit is contained in:
xuejmnet 2022-09-02 08:41:46 +08:00 committed by GitHub
parent d5c8d8eb3d
commit f6d0818322
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 3 deletions

View File

@ -44,9 +44,8 @@
<Compile Remove="..\..\src\ShardingCore\ShardingTableConfig.cs" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="6.0.8" />
<!-- <PackageReference Include="System.Threading.Tasks.Extensions" Version="4.5.4" />-->
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="2.2.6" />
</ItemGroup>
</Project>