Move db context out of the main api project

This commit is contained in:
2021-12-28 19:40:29 -08:00
parent 5d206ded1b
commit 7cd388c85b
4 changed files with 76 additions and 1 deletions

View File

@@ -0,0 +1,12 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="6.0.1" />
</ItemGroup>
</Project>