Skip to content

Commit

Permalink
Bump Serilog.Extensions.Hosting from 7.0.0 to 8.0.0 in /src (#44)
Browse files Browse the repository at this point in the history
Bumps
[Serilog.Extensions.Hosting](https://github.com/serilog/serilog-extensions-hosting)
from 7.0.0 to 8.0.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/serilog/serilog-extensions-hosting/releases">Serilog.Extensions.Hosting's
releases</a>.</em></p>
<blockquote>
<h2>v8.0.0</h2>
<ul>
<li><a
href="https://redirect.github.com/serilog/serilog-extensions-hosting/issues/80">#80</a>
- update to .NET 8 and Serilog 3.1.1 (<a
href="https://github.com/nblumhardt"><code>@​nblumhardt</code></a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/serilog/serilog-extensions-hosting/commit/11a23e34f1c7aaafa5703dd7639ba6dc1171c7f6"><code>11a23e3</code></a>
Merge pull request <a
href="https://redirect.github.com/serilog/serilog-extensions-hosting/issues/81">#81</a>
from serilog/dev</li>
<li><a
href="https://github.com/serilog/serilog-extensions-hosting/commit/2b8e22185718393e4cdcfb00a8d9fef85930762f"><code>2b8e221</code></a>
Merge pull request <a
href="https://redirect.github.com/serilog/serilog-extensions-hosting/issues/80">#80</a>
from nblumhardt/dotnet-8</li>
<li><a
href="https://github.com/serilog/serilog-extensions-hosting/commit/260e84d7de7a8b7cbdc76ce2c3d4cd13834d078b"><code>260e84d</code></a>
Install .NET 8 on build start</li>
<li><a
href="https://github.com/serilog/serilog-extensions-hosting/commit/f22e3fd700ee2b0fd55fca625b94ef6af5221c48"><code>f22e3fd</code></a>
Update to .NET 8 RTM and Serilog 3.1.1</li>
<li>See full diff in <a
href="https://github.com/serilog/serilog-extensions-hosting/compare/v7.0.0...v8.0.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Serilog.Extensions.Hosting&package-manager=nuget&previous-version=7.0.0&new-version=8.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

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 Nov 18, 2023
1 parent 2dc11ee commit 97e7cf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Miha.Shared/Miha.Shared.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<PackageReference Include="NodaTime.Serialization.SystemTextJson" Version="1.1.2" />
<PackageReference Include="Serilog" Version="3.1.1" />
<PackageReference Include="Serilog.Exceptions" Version="8.4.0" />
<PackageReference Include="Serilog.Extensions.Hosting" Version="7.0.0" />
<PackageReference Include="Serilog.Extensions.Hosting" Version="8.0.0" />
<PackageReference Include="Serilog.Formatting.Compact" Version="2.0.0" />
<PackageReference Include="Serilog.Settings.Configuration" Version="8.0.0" />
<PackageReference Include="Serilog.Sinks.Console" Version="5.0.0" />
Expand Down

0 comments on commit 97e7cf2

Please sign in to comment.