Skip to content

Commit

Permalink
Revert "Bump System.Buffers from 4.5.1 to 4.6.0 (#856)"
Browse files Browse the repository at this point in the history
This reverts commit f8a2158.

Signed-off-by: Thomas Farr <[email protected]>
  • Loading branch information
Xtansia committed Dec 9, 2024
1 parent 76dcfa2 commit 4681c6a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
- Bumps `FSharp.Core` from 8.0.400 to 8.0.401
- Bumps `JetBrains.Annotations` from 2024.2.0 to 2024.3.0
- Bumps `xunit` from 2.8.0 to 2.9.2
- Bumps `System.Buffers` from 4.5.1 to 4.6.0
- Bumps `NSwag.Core` from 14.1.0 to 14.2.0
- Bumps `Argu` from 6.2.4 to 6.2.5

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 @@ -23,7 +23,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
<PackageReference Include="System.Buffers" Version="4.6.0" />
<PackageReference Include="System.Buffers" Version="4.5.1" />
<PackageReference Include="System.Diagnostics.DiagnosticSource" Version="6.0.1" />

<PackageReference Condition="'$(TargetFramework)' == 'netstandard2.0'" Include="System.Reflection.Emit" Version="4.7.0" />
Expand Down

0 comments on commit 4681c6a

Please sign in to comment.