Skip to content

Commit

Permalink
[Update] Handlebars and HtmlAgilityPack dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
samatrhea committed Feb 12, 2024
1 parent faf592f commit f37e584
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ECoreNetto.Extensions/ECoreNetto.Extensions.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="HtmlAgilityPack" Version="1.11.54" />
<PackageReference Include="HtmlAgilityPack" Version="1.11.58" />
<PackageReference Include="System.Memory" Version="4.5.5" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion ECoreNetto.HandleBars/ECoreNetto.HandleBars.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Handlebars.Net.Helpers" Version="2.4.1.2" />
<PackageReference Include="Handlebars.Net.Helpers" Version="2.4.1.4" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit f37e584

Please sign in to comment.