Skip to content

Commit

Permalink
Merge pull request #612 from jcoc611-microsoft/user/juosori/Markdown_…
Browse files Browse the repository at this point in the history
…Upgrade_Dependencies

MarkdownTextBlock: Upgrade dependencies to latest
  • Loading branch information
Arlodotexe authored Nov 27, 2024
2 parents e85d867 + e4fbac8 commit 501882d
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
</ItemGroup>
<ItemGroup>
<!--<PackageReference Include="ColorCode.Core" Version="2.0.14" />-->
<PackageReference Include="HtmlAgilityPack" Version="1.11.48" />
<PackageReference Include="Markdig" Version="0.31.0" />
<PackageReference Include="Roman-Numerals" Version="2.0.0" />
<PackageReference Include="HtmlAgilityPack" Version="1.11.71" />
<PackageReference Include="Markdig" Version="0.38.0" />
<PackageReference Include="Roman-Numerals" Version="2.0.1" />
</ItemGroup>
<ItemGroup Condition="'$(IsUwp)' == 'true'">
<Using Include="Windows.UI" />
Expand Down

0 comments on commit 501882d

Please sign in to comment.