Skip to content

Commit

Permalink
Remove deprecated AutoMapper DI package. Update AutoMapper.
Browse files Browse the repository at this point in the history
  • Loading branch information
ebeeton committed Apr 16, 2024
1 parent 85f38d6 commit a5e8d19
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Buddhabrot.Core/Buddhabrot.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Destructurama.Attributed" Version="3.0.0" />
<PackageReference Include="Destructurama.Attributed" Version="4.0.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="Serilog" Version="2.12.0" />
<PackageReference Include="Serilog" Version="3.1.1" />
<PackageReference Include="SixLabors.ImageSharp" Version="3.1.4" />
</ItemGroup>

Expand Down
3 changes: 1 addition & 2 deletions Buddhabrot/Buddhabrot.API.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="AutoMapper" Version="12.0.1" />
<PackageReference Include="AutoMapper.Extensions.Microsoft.DependencyInjection" Version="12.0.1" />
<PackageReference Include="AutoMapper" Version="13.0.1" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="7.0.5" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="7.0.5" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="7.0.5">
Expand Down

0 comments on commit a5e8d19

Please sign in to comment.