Skip to content

Commit

Permalink
Update AutoMapper from 12 to 13
Browse files Browse the repository at this point in the history
  • Loading branch information
ousiax committed Mar 14, 2024
1 parent 41537e4 commit 2e5a1bc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<PackageVersion Include="Alyio.AspNetCore.ApiMessages" Version="8.0.0" />
<PackageVersion Include="Alyio.Extensions" Version="2.3.0" />
<PackageVersion Include="Alyio.Extensions.Http.Logging" Version="3.0.0" />
<PackageVersion Include="AutoMapper.Extensions.Microsoft.DependencyInjection" Version="12.0.1" />
<PackageVersion Include="AutoMapper" Version="13.0.1" />
<PackageVersion Include="CommunityToolkit.Mvvm" Version="8.2.2" />
<PackageVersion Include="Dapper" Version="2.1.35" />
<PackageVersion Include="MediatR" Version="12.2.0" />
Expand Down
2 changes: 1 addition & 1 deletion src/Leo.Data.Domain/Leo.Data.Domain.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<ItemGroup>
<PackageReference Include="AutoMapper.Extensions.Microsoft.DependencyInjection" />
<PackageReference Include="AutoMapper" />
<PackageReference Include="System.Text.Json" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion src/Leo.UI.Services/Leo.UI.Services.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<PackageReference Include="Microsoft.Extensions.Http" />
<PackageReference Include="Microsoft.Identity.Client" />
<PackageReference Include="System.Net.Http.Json" />
<PackageReference Include="AutoMapper.Extensions.Microsoft.DependencyInjection" />
<PackageReference Include="AutoMapper" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 2e5a1bc

Please sign in to comment.