2021-02-02 17:37:41 +08:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk.Web">
|
|
|
|
|
|
|
|
<PropertyGroup>
|
2021-11-09 14:13:00 +08:00
|
|
|
<TargetFramework>net6.0</TargetFramework>
|
2021-02-02 17:37:41 +08:00
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
2022-09-02 08:10:27 +08:00
|
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="6.0.8" />
|
2021-02-02 17:37:41 +08:00
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
2022-11-09 11:39:43 +08:00
|
|
|
<ProjectReference Include="..\..\src2_6\ShardingCore.2_6\ShardingCore.2_6.csproj" />
|
2021-02-02 17:37:41 +08:00
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
</Project>
|