Skip to content

Commit

Permalink
Bump Foundatio.Extensions.Hosting and System.Text.Json
Browse files Browse the repository at this point in the history
Bumps [Foundatio.Extensions.Hosting](https://github.com/FoundatioFx/Foundatio) and [System.Text.Json](https://github.com/dotnet/runtime). These dependencies needed to be updated together.

Updates `Foundatio.Extensions.Hosting` from 11.0.7-alpha.0.3 to 11.0.7-alpha.0.5
- [Release notes](https://github.com/FoundatioFx/Foundatio/releases)
- [Commits](https://github.com/FoundatioFx/Foundatio/commits)

Updates `System.Text.Json` from 9.0.0 to 8.0.5
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v9.0.0...v8.0.5)

---
updated-dependencies:
- dependency-name: Foundatio.Extensions.Hosting
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: System.Text.Json
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 30, 2024
1 parent 532f909 commit a303173
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Exceptionless.Core/Exceptionless.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<ItemGroup>
<PackageReference Include="AutoMapper" Version="13.0.1" />
<PackageReference Include="FluentValidation" Version="11.11.0" />
<PackageReference Include="Foundatio.Extensions.Hosting" Version="11.0.7-alpha.0.3" />
<PackageReference Include="Foundatio.Extensions.Hosting" Version="11.0.7-alpha.0.5" />
<PackageReference Include="Foundatio.JsonNet" Version="11.0.7-alpha.0.3" />
<PackageReference Include="MiniValidation" Version="0.9.1" />
<PackageReference Include="NEST.JsonNetSerializer" Version="7.17.5" />
Expand Down

0 comments on commit a303173

Please sign in to comment.