Skip to content

Commit

Permalink
Merge pull request #39 from jstedfast/dependabot/nuget/multi-1a61948d80
Browse files Browse the repository at this point in the history
Bump System.Buffers and System.Memory
  • Loading branch information
jstedfast authored Nov 25, 2024
2 parents 4429ed1 + 1720192 commit 5ff6cdb
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 @@ -47,7 +47,7 @@

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

<ItemGroup>
Expand Down

0 comments on commit 5ff6cdb

Please sign in to comment.