2021-11-07 11:29:37 +08:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk.Web">
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
2021-11-09 14:13:00 +08:00
|
|
|
|
<TargetFramework>net6.0</TargetFramework>
|
2021-11-07 11:29:37 +08:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2022-05-02 09:07:06 +08:00
|
|
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="6.0.4" />
|
2021-11-07 11:29:37 +08:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2022-05-02 09:07:06 +08:00
|
|
|
|
<ProjectReference Include="..\..\src\ShardingCore\ShardingCore.csproj" />
|
2021-11-07 11:29:37 +08:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
</Project>
|