Skip to content

Commit

Permalink
build(deps): add automapper for map from requests to commands
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlosPavajeau committed Jul 8, 2021
1 parent 4a3bf3c commit ec6b9f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Armory.Api/Armory.Api.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="AutoMapper.Extensions.Microsoft.DependencyInjection" Version="8.1.1" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="5.0.7" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="5.0.7">
<PrivateAssets>all</PrivateAssets>
Expand Down

0 comments on commit ec6b9f3

Please sign in to comment.