Skip to content

Commit

Permalink
Bump AutoMapper.Extensions.Microsoft.DependencyInjection and AutoMapper
Browse files Browse the repository at this point in the history
Bumps [AutoMapper.Extensions.Microsoft.DependencyInjection](https://github.com/AutoMapper/AutoMapper.Extensions.Microsoft.DependencyInjection) and [AutoMapper](https://github.com/AutoMapper/AutoMapper). These dependencies needed to be updated together.

Updates `AutoMapper.Extensions.Microsoft.DependencyInjection` from 11.0.0 to 12.0.1
- [Release notes](https://github.com/AutoMapper/AutoMapper.Extensions.Microsoft.DependencyInjection/releases)
- [Commits](AutoMapper/AutoMapper.Extensions.Microsoft.DependencyInjection@v11.0.0...v12.0.1)

Updates `AutoMapper` from 11.0.1 to 12.0.1
- [Release notes](https://github.com/AutoMapper/AutoMapper/releases)
- [Changelog](https://github.com/AutoMapper/AutoMapper/blob/master/docs/API-Changes.md)
- [Commits](AutoMapper/AutoMapper@v11.0.1...v12.0.1)

---
updated-dependencies:
- dependency-name: AutoMapper.Extensions.Microsoft.DependencyInjection
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: AutoMapper
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 1, 2024
1 parent 18c0a37 commit 46160a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions WebFramework/WebFramework.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@

<ItemGroup>
<PackageReference Include="Autofac.Extensions.DependencyInjection" Version="7.2.0" />
<PackageReference Include="AutoMapper" Version="11.0.1" />
<PackageReference Include="AutoMapper.Extensions.Microsoft.DependencyInjection" Version="11.0.0" />
<PackageReference Include="AutoMapper" Version="12.0.1" />
<PackageReference Include="AutoMapper.Extensions.Microsoft.DependencyInjection" Version="12.0.1" />
<PackageReference Include="ElmahCore" Version="2.1.1" />
<PackageReference Include="ElmahCore.Sql" Version="2.1.1" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="6.0.1" />
Expand Down

0 comments on commit 46160a3

Please sign in to comment.