Dump migrations

This commit is contained in:
2021-12-31 00:12:38 -08:00
parent a64bd39266
commit 94c7c7ac1b
5 changed files with 73 additions and 41 deletions

View File

@@ -8,6 +8,11 @@
<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="6.0.1" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="6.0.1" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="6.0.1" />
</ItemGroup>
<ItemGroup>
<Folder Include="Migrations\" />
</ItemGroup>
</Project>