18 lines
536 B
XML
18 lines
536 B
XML
<Project Sdk="Microsoft.NET.Sdk.Web">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net6.0</TargetFramework>
|
|
<DocumentationFile>obj\Debug\net6.0\Sample.SqlServerShardingDataSource.xml</DocumentationFile>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="6.0.0" />
|
|
<PackageReference Include="Namotion.Reflection" Version="2.0.5" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\..\src\ShardingCore\ShardingCore.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|