commiting recent changes

This commit is contained in:
Aneliya Konarcheva
2021-03-07 13:53:10 +02:00
parent f8ee73f50b
commit ea95b4ad6b
11 changed files with 12 additions and 153 deletions

View File

@@ -6,6 +6,11 @@
<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="3.1.12" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="3.1.12" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="3.1.12">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
</ItemGroup>
</Project>