Skip to content

Commit

Permalink
Bump Autofac from 8.1.0 to 8.2.0 in /source
Browse files Browse the repository at this point in the history
Bumps [Autofac](https://github.com/autofac/Autofac) from 8.1.0 to 8.2.0.
- [Release notes](https://github.com/autofac/Autofac/releases)
- [Commits](autofac/Autofac@v8.1.0...v8.2.0)

---
updated-dependencies:
- dependency-name: Autofac
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 24, 2024
1 parent 9f6a235 commit 556b841
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions source/ECF.AutoFac/ECF.AutoFac.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,21 @@

<ItemGroup Condition="'$(TargetFramework)' == 'net6.0'">
<PackageReference Include="Autofac" Version="8.1.1" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="6.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="9.0.0" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net7.0'">
<PackageReference Include="Autofac" Version="8.1.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="7.0.0" />
<PackageReference Include="Autofac" Version="8.2.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="9.0.0" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net8.0'">
<PackageReference Include="Autofac" Version="8.1.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="8.0.1" />
<PackageReference Include="Autofac" Version="8.2.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="9.0.0" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net9.0'">
<PackageReference Include="Autofac" Version="8.1.0" />
<PackageReference Include="Autofac" Version="8.2.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="9.0.0" />
</ItemGroup>

Expand Down

0 comments on commit 556b841

Please sign in to comment.