Skip to content

Commit

Permalink
build(deps): update Autofac requirement from 6.* to 7.* in /src (#999)
Browse files Browse the repository at this point in the history
Updates the requirements on [Autofac](https://github.com/autofac/Autofac) to permit the latest version.
- [Release notes](https://github.com/autofac/Autofac/releases)
- [Commits](autofac/Autofac@v6.0.0...v7.0.0)

---
updated-dependencies:
- dependency-name: Autofac
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 1, 2023
1 parent 1629179 commit 34d38da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Splat.Autofac/Splat.Autofac.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Autofac" Version="6.*" />
<PackageReference Include="Autofac" Version="7.*" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 34d38da

Please sign in to comment.