Skip to content

Commit

Permalink
Bump AutoMapper, Microsoft.Extensions.Options, Microsoft.Extensions.D…
Browse files Browse the repository at this point in the history
…ependencyInjection.Abstractions and Microsoft.Bcl.AsyncInterfaces

Bumps [AutoMapper](https://github.com/AutoMapper/AutoMapper), Microsoft.Extensions.Options, Microsoft.Extensions.DependencyInjection.Abstractions and Microsoft.Bcl.AsyncInterfaces. These dependencies needed to be updated together.

Updates `AutoMapper` from 12.0.0 to 13.0.1
- [Release notes](https://github.com/AutoMapper/AutoMapper/releases)
- [Commits](AutoMapper/AutoMapper@v12.0.0...v13.0.1)

Updates `Microsoft.Extensions.Options` from 2.1.0 to 6.0.0

Updates `Microsoft.Extensions.DependencyInjection.Abstractions` from 2.1.0 to 6.0.0

Updates `Microsoft.Bcl.AsyncInterfaces` from 1.1.1 to 6.0.0

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 7, 2024
1 parent 3a4f976 commit 272caf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ess/src/API/EMBC.ESS/EMBC.ESS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="AutoMapper" Version="12.0.0" />
<PackageReference Include="AutoMapper" Version="13.0.1" />
<PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.435">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down

0 comments on commit 272caf9

Please sign in to comment.