Skip to content

Commit

Permalink
.Net: Bump System.Diagnostics.DiagnosticSource from 8.0.0 to 8.0.1 in…
Browse files Browse the repository at this point in the history
… /dotnet (#6508)

Bumps
[System.Diagnostics.DiagnosticSource](https://github.com/dotnet/runtime)
from 8.0.0 to 8.0.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/dotnet/runtime/releases">System.Diagnostics.DiagnosticSource's
releases</a>.</em></p>
<blockquote>
<h2>.NET 8.0.1</h2>
<p><a
href="https://github.com/dotnet/core/releases/tag/v8.0.1">Release</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/dotnet/runtime/commit/bf5e279d9239bfef5bb1b8d6212f1b971c434606"><code>bf5e279</code></a>
Merge in 'release/8.0' changes</li>
<li><a
href="https://github.com/dotnet/runtime/commit/a6e4834d53ac591a4b3d4a213a8928ad685f7ad8"><code>a6e4834</code></a>
[release/8.0] Free the tls memory on thread termination (<a
href="https://redirect.github.com/dotnet/runtime/issues/95439">#95439</a>)</li>
<li><a
href="https://github.com/dotnet/runtime/commit/eddf880ac57b7f2c79a77592e3e6d24d1d02f112"><code>eddf880</code></a>
Merge in 'release/8.0' changes</li>
<li><a
href="https://github.com/dotnet/runtime/commit/89a236434ec0064b8b4425b0ea89e8ecdf834538"><code>89a2364</code></a>
[release/8.0] Downgrade ServicingVersion for
Microsoft.Extensions.Options to ...</li>
<li><a
href="https://github.com/dotnet/runtime/commit/d682195447d43c6840bf1e360a2e60a0afa60c41"><code>d682195</code></a>
Merge in 'release/8.0' changes</li>
<li><a
href="https://github.com/dotnet/runtime/commit/8557ef23f8b8d5b1c599e901d53ced04ee9a4d7c"><code>8557ef2</code></a>
Merge pull request <a
href="https://redirect.github.com/dotnet/runtime/issues/95148">#95148</a>
from carlossanlop/release/8.0-staging</li>
<li><a
href="https://github.com/dotnet/runtime/commit/aaa4b271d35527fb730cda3dca26a5ac8df18908"><code>aaa4b27</code></a>
Merge pull request <a
href="https://redirect.github.com/dotnet/runtime/issues/95082">#95082</a>
from dotnet-maestro-bot/merge/release/8.0-to-releas...</li>
<li><a
href="https://github.com/dotnet/runtime/commit/72e5ae975785990e904372573c93dd661279f662"><code>72e5ae9</code></a>
X509Chain.Build should throw when an internal error occurs</li>
<li><a
href="https://github.com/dotnet/runtime/commit/a20ee6f80ceb86e010802ae77559d096a0f7bc37"><code>a20ee6f</code></a>
[release/8.0-staging] Fix JsonArray.Add and ReplaceWith regressions. (<a
href="https://redirect.github.com/dotnet/runtime/issues/94882">#94882</a>)</li>
<li><a
href="https://github.com/dotnet/runtime/commit/4fc3df22ddcebcea46fc2727ef3a51870ec1ec38"><code>4fc3df2</code></a>
Fix incremental servicing condition (<a
href="https://redirect.github.com/dotnet/runtime/issues/95119">#95119</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/dotnet/runtime/compare/v8.0.0...v8.0.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=System.Diagnostics.DiagnosticSource&package-manager=nuget&previous-version=8.0.0&new-version=8.0.1)](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] committed Jun 4, 2024
1 parent 8828b86 commit 3ec13eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dotnet/Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<PackageVersion Include="Microsoft.Identity.Client" Version="4.61.0" />
<PackageVersion Include="Microsoft.ML.OnnxRuntime" Version="1.17.1" />
<PackageVersion Include="FastBertTokenizer" Version="1.0.28" />
<PackageVersion Include="System.Diagnostics.DiagnosticSource" Version="8.0.0" />
<PackageVersion Include="System.Diagnostics.DiagnosticSource" Version="8.0.1" />
<PackageVersion Include="System.Linq.Async" Version="6.0.1" />
<PackageVersion Include="System.Memory.Data" Version="8.0.0" />
<PackageVersion Include="System.Numerics.Tensors" Version="8.0.0" />
Expand Down

0 comments on commit 3ec13eb

Please sign in to comment.