Skip to content

Commit

Permalink
Bump System.Diagnostics.DiagnosticSource from 8.0.0 to 8.0.1 (#641)
Browse files Browse the repository at this point in the history
* Bump System.Diagnostics.DiagnosticSource from 8.0.0 to 8.0.1

Bumps [System.Diagnostics.DiagnosticSource](https://github.com/dotnet/runtime) from 8.0.0 to 8.0.1.
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v8.0.0...v8.0.1)

---
updated-dependencies:
- dependency-name: System.Diagnostics.DiagnosticSource
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update changelog

Signed-off-by: dependabot[bot] <support@github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and dependabot[bot] committed May 13, 2024
1 parent 27260de commit ace014d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
- Bumps `FSharp.Core` from 8.0.100 to 8.0.200
- Bumps `xunit.runner.visualstudio` from 2.5.8 to 2.8.0
- Bumps `CSharpier.Core` from 0.27.3 to 0.28.2
- Bumps `System.Diagnostics.DiagnosticSource` from 8.0.0 to 8.0.1

## [1.7.1]
### Fixed
Expand Down
2 changes: 1 addition & 1 deletion src/OpenSearch.Net/OpenSearch.Net.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
<PackageReference Include="System.Buffers" Version="4.5.1" />
<PackageReference Include="System.Diagnostics.DiagnosticSource" Version="8.0.0" />
<PackageReference Include="System.Diagnostics.DiagnosticSource" Version="8.0.1" />

<PackageReference Condition="'$(TargetFramework)' == 'netstandard2.0'" Include="System.Reflection.Emit" Version="4.7.0" />
<PackageReference Condition="'$(TargetFramework)' == 'netstandard2.0'" Include="System.Reflection.Emit.Lightweight" Version="4.7.0" />
Expand Down
2 changes: 1 addition & 1 deletion tests/Tests.ScratchPad/Tests.ScratchPad.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="System.Diagnostics.DiagnosticSource" Version="8.0.0" />
<PackageReference Include="System.Diagnostics.DiagnosticSource" Version="8.0.1" />
<PackageReference Include="BenchMarkDotNet" Version="0.13.12" />
</ItemGroup>
</Project>

0 comments on commit ace014d

Please sign in to comment.