diff options
| author | transtrike <transtrike@gmail.com> | 2020-12-10 11:28:23 +0200 |
|---|---|---|
| committer | transtrike <transtrike@gmail.com> | 2020-12-10 11:28:23 +0200 |
| commit | 4e4ad8b4ba9938cc3f32bce3c606d73560267604 (patch) | |
| tree | 811559069901902256e8cf96fbcb850548367069 /API/API.csproj | |
| parent | cec7ddcbfaf46443b14bc0bc119cc8b0ff5579b0 (diff) | |
| download | DevHive-4e4ad8b4ba9938cc3f32bce3c606d73560267604.tar DevHive-4e4ad8b4ba9938cc3f32bce3c606d73560267604.tar.gz DevHive-4e4ad8b4ba9938cc3f32bce3c606d73560267604.zip | |
Testig API with HTTP Post in User
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"/> |
