Skip to content

Commit

Permalink
Merge branch 'a-gubskiy:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
a-gubskiy authored Nov 18, 2024
2 parents 1d0613d + 515a2df commit cf07f87
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Update="FSharp.Core" Version="8.0.401" />
<PackageReference Update="FSharp.Core" Version="9.0.100" />
</ItemGroup>

<ItemGroup>
Expand Down
6 changes: 3 additions & 3 deletions src/X.Web.MetaExtractor/X.Web.MetaExtractor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@

<ItemGroup>
<PackageReference Include="JetBrains.Annotations" Version="2024.3.0" PrivateAssets="All"/>
<PackageReference Include="HtmlAgilityPack" Version="1.11.70" />
<PackageReference Include="Microsoft.Extensions.Http" Version="8.0.1"/>
<PackageReference Include="System.Collections.Immutable" Version="8.0.0"/>
<PackageReference Include="HtmlAgilityPack" Version="1.11.71" />
<PackageReference Include="Microsoft.Extensions.Http" Version="9.0.0"/>
<PackageReference Include="System.Collections.Immutable" Version="9.0.0"/>
</ItemGroup>
</Project>

0 comments on commit cf07f87

Please sign in to comment.