Skip to content

Commit

Permalink
Merge pull request #67 from slubowsky/master
Browse files Browse the repository at this point in the history
upgrade to automapper 12.0
  • Loading branch information
jbogard authored Oct 13, 2022
2 parents c9644a8 + d70fb02 commit e173021
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="AutoMapper.Extensions.Microsoft.DependencyInjection" Version="11.0.0" />
<PackageReference Include="AutoMapper.Extensions.Microsoft.DependencyInjection" Version="12.0.0" />
<PackageReference Include="FluentAssertions" Version="5.4.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.11.0" />
<PackageReference Include="xunit" Version="2.4.1" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="AutoMapper.Collection" Version="[8.0.0,9.0.0)" />
<PackageReference Include="AutoMapper.Extensions.ExpressionMapping" Version="[5.0.0,6.0.0)" />
<PackageReference Include="AutoMapper.Collection" Version="[9.0.0,10.0.0)" />
<PackageReference Include="AutoMapper.Extensions.ExpressionMapping" Version="[6.0.0,7.0.0)" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit e173021

Please sign in to comment.