sharding/samples/Sample.BulkConsole/Sample.BulkConsole.csproj

17 lines
546 B
XML
Raw Permalink Normal View History

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>
<ProjectReference Include="..\..\src6\ShardingCore6\ShardingCore6.csproj" />
2021-09-08 10:44:29 +08:00
</ItemGroup>
</Project>