Skip to content

Commit

Permalink
Merge pull request #36 from jstedfast/dependabot/nuget/System.Buffers…
Browse files Browse the repository at this point in the history
…-4.6.0

Bump System.Buffers from 4.5.1 to 4.6.0
  • Loading branch information
jstedfast authored Nov 18, 2024
2 parents 7048684 + c5002cd commit 79cd3dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HtmlKit/HtmlKit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
</PropertyGroup>

<ItemGroup Condition=" $(TargetFramework.StartsWith('net4')) Or $(TargetFramework.StartsWith('netstandard2.')) ">
<PackageReference Include="System.Buffers" Version="4.5.1" />
<PackageReference Include="System.Buffers" Version="4.6.0" />
<PackageReference Include="System.Memory" Version="4.5.5" />
</ItemGroup>

Expand Down

0 comments on commit 79cd3dd

Please sign in to comment.