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 f596657..663d7ed 100644 --- a/API/API.csproj +++ b/API/API.csproj @@ -12,6 +12,8 @@ <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"/> + <PackageReference Include="AutoMapper" Version="10.1.1"/> + <PackageReference Include="AutoMapper.Extensions.Microsoft.DependencyInjection" Version="8.1.0"/> </ItemGroup> <ItemGroup> <ProjectReference Include="..\Models\Models.csproj"/> |
