Skip to content

Commit

Permalink
Update dependency AutoMapper to v13 (#1799)
Browse files Browse the repository at this point in the history
* Update dependency AutoMapper to v13

* Updated to breaking changes in automapper +semver:minor

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: David Driscoll <[email protected]>
  • Loading branch information
renovate[bot] and david-driscoll authored Feb 7, 2024
1 parent 07bf215 commit dcd85f6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
3 changes: 1 addition & 2 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@
<PackageVersion Include="Rocket.Surgery.Nuke" Version="1.8.16" />
</ItemGroup>
<ItemGroup>
<PackageVersion Include="AutoMapper" Version="12.0.1" />
<PackageVersion Include="AutoMapper.Extensions.Microsoft.DependencyInjection" Version="12.0.1" />
<PackageVersion Include="AutoMapper" Version="13.0.0" />
<PackageVersion Include="FairyBread" Version="10.0.0" />
<PackageVersion Include="AppAny.HotChocolate.FluentValidation" Version="0.11.1" />
<PackageVersion Include="FluentValidation" Version="11.9.0" />
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>netstandard2.1;net6.0;net7.0;net8.0</TargetFrameworks>
<TargetFrameworks>net6.0;net7.0;net8.0</TargetFrameworks>
<PackageDescription />
<PackageTags>$(PackageTags)</PackageTags>
<RootNamespace>Rocket.Surgery.LaunchPad.Mapping</RootNamespace>
Expand Down
3 changes: 1 addition & 2 deletions src/Mapping/Rocket.Surgery.LaunchPad.Mapping.csproj
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>netstandard2.1;net6.0;net7.0;net8.0</TargetFrameworks>
<TargetFrameworks>net6.0;net7.0;net8.0</TargetFrameworks>
<PackageDescription />
<PackageTags>$(PackageTags)</PackageTags>
<IsTrimmable>false</IsTrimmable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="AutoMapper" />
<PackageReference Include="AutoMapper.Extensions.Microsoft.DependencyInjection" />
<PackageReference Include="System.Text.Json" />
<PackageReference Include="NodaTime" />
<PackageReference Include="Rocket.Surgery.Conventions" />
Expand Down

0 comments on commit dcd85f6

Please sign in to comment.