Skip to content

Commit

Permalink
Bump Injectio from 3.3.0 to 4.0.0
Browse files Browse the repository at this point in the history
Bumps [Injectio](https://github.com/loresoft/Injectio) from 3.3.0 to 4.0.0.
- [Release notes](https://github.com/loresoft/Injectio/releases)
- [Commits](loresoft/Injectio@v3.3.0...v4.0.0)

---
updated-dependencies:
- dependency-name: Injectio
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 15, 2024
1 parent f57a930 commit 204d669
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<PackageReference Include="FluentValidation.AspNetCore" Version="11.3.0" />
<PackageReference Include="Hangfire.AspNetCore" Version="1.8.15" />
<PackageReference Include="Hangfire.SqlServer" Version="1.8.15" />
<PackageReference Include="Injectio" Version="3.3.0" PrivateAssets="all" />
<PackageReference Include="Injectio" Version="4.0.0" PrivateAssets="all" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="9.0.0" />
<PackageReference Include="Serilog.AspNetCore" Version="8.0.3" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="7.0.0" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<ItemGroup>
<PackageReference Include="FluentValidation.AspNetCore" Version="11.3.0" />
<PackageReference Include="Injectio" Version="3.3.0" />
<PackageReference Include="Injectio" Version="4.0.0" />
<PackageReference Include="Serilog.AspNetCore" Version="8.0.3" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="7.0.0" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion test/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<ItemGroup>
<PackageReference Include="Bogus" Version="35.6.1" />
<PackageReference Include="FluentAssertions" Version="6.12.2" />
<PackageReference Include="Injectio" Version="3.3.0" PrivateAssets="All" />
<PackageReference Include="Injectio" Version="4.0.0" PrivateAssets="All" />
<PackageReference Include="XUnit.Hosting" Version="2.0.0" />
</ItemGroup>

Expand Down

0 comments on commit 204d669

Please sign in to comment.