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>
|
|
|
|
<PackageReference Include="ChronusJob" Version="1.0.5" />
|
2021-11-09 14:13:00 +08:00
|
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="6.0.0" />
|
2021-02-02 17:37:41 +08:00
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
2021-08-21 13:12:44 +08:00
|
|
|
<ProjectReference Include="..\..\src\ShardingCore\ShardingCore.csproj" />
|
2021-02-02 17:37:41 +08:00
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
</Project>
|