diff options
Diffstat (limited to 'API/API.csproj')
| -rw-r--r-- | API/API.csproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/API/API.csproj b/API/API.csproj index 63231c1..f596657 100644 --- a/API/API.csproj +++ b/API/API.csproj @@ -10,6 +10,8 @@ <PackageReference Include="Microsoft.EntityFrameworkCore" Version="5.0.1"/> <PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="5.0.0"/> <PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="5.0.0"/> + <PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="5.0.1"/> + <PackageReference Include="Newtonsoft.Json" Version="12.0.3"/> </ItemGroup> <ItemGroup> <ProjectReference Include="..\Models\Models.csproj"/> |
