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 Sep 23, 2024
2 parents f57b27d + c4a5c17 commit bc9b115
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# github: [ernado-x]
github: [a-gubskiy]
buy_me_a_coffee: g.andrew
custom: ["http://andrew.gubskiy.com/donate"]
2 changes: 1 addition & 1 deletion src/X.Web.MetaExtractor/X.Web.MetaExtractor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

<ItemGroup>
<PackageReference Include="JetBrains.Annotations" Version="2024.2.0" PrivateAssets="All"/>
<PackageReference Include="HtmlAgilityPack" Version="1.11.65" />
<PackageReference Include="HtmlAgilityPack" Version="1.11.66" />
<PackageReference Include="Microsoft.Extensions.Http" Version="8.0.0"/>
<PackageReference Include="System.Collections.Immutable" Version="8.0.0"/>
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageReference Include="xunit" Version="2.9.0" />
<PackageReference Include="xunit" Version="2.9.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down

0 comments on commit bc9b115

Please sign in to comment.