2022-10-13 20:19:43 +08:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2021-09-08 10:44:29 +08:00
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<OutputType>Exe</OutputType>
|
2021-11-09 14:13:00 +08:00
|
|
|
|
<TargetFramework>net6.0</TargetFramework>
|
2021-09-08 10:44:29 +08:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemGroup>
|
2022-09-02 08:10:27 +08:00
|
|
|
|
<PackageReference Include="EFCore.BulkExtensions" Version="6.5.6" />
|
2022-10-13 20:19:43 +08:00
|
|
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="6.0.10" />
|
2021-11-09 14:13:00 +08:00
|
|
|
|
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="6.0.0" />
|
2021-09-08 10:44:29 +08:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2022-11-09 11:39:43 +08:00
|
|
|
|
<ProjectReference Include="..\..\src2_6\ShardingCore.2_6\ShardingCore.2_6.csproj" />
|
2021-09-08 10:44:29 +08:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
</Project>
|