sharding/samples/Sample.AutoCreateIfPresent/Sample.AutoCreateIfPresent....

20 lines
620 B
XML
Raw Permalink Normal View History

<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
2022-06-16 17:01:11 +08:00
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
2022-09-02 08:10:27 +08:00
<PackageReference Include="Pomelo.EntityFrameworkCore.MySql" Version="6.0.2" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.4.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\src6\ShardingCore6\ShardingCore6.csproj" />
</ItemGroup>
</Project>