sharding/samples/Sample.Migrations/Sample.Migrations.csproj

20 lines
621 B
XML
Raw Permalink Normal View History

<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
2021-11-09 14:13:00 +08:00
<TargetFramework>net6.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
2022-09-02 08:10:27 +08:00
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="6.0.8" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="6.0.8">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\src6\ShardingCore6\ShardingCore6.csproj" />
</ItemGroup>
</Project>