Skip to content

Commit

Permalink
ArkProjects.EHentai.Api bump vers
Browse files Browse the repository at this point in the history
  • Loading branch information
mixa3607 committed Dec 9, 2024
1 parent e904d5f commit b090d68
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@

<ItemGroup>
<PackageReference Include="ArkProjects.XUnit" Version="1.0.0" />
<PackageReference Include="FluentAssertions" Version="6.12.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
<PackageReference Include="xunit" Version="2.8.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.0">
<PackageReference Include="FluentAssertions" Version="7.0.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageReference Include="xunit" Version="2.9.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ namespace ArkProjects.EHentai.Api.Tests;

public class ParsingTestData<T> : XUnitJsonSerializable
{
public T ExpectedResult { get; set; }
public required T ExpectedResult { get; set; }

public string HtmlPath { get; set; }
public required string HtmlPath { get; set; }

[XUnitJsonFileName]
public string File { get; set; }
public required string File { get; set; }

[XUnitJsonCaseIndex]
public int Idx { get; set; }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
<PackageReference Include="ArkProjects.Flurl" Version="4.0.0" />
<PackageReference Include="Flurl" Version="4.0.0" />
<PackageReference Include="Flurl.Http" Version="4.0.2" />
<PackageReference Include="HtmlAgilityPack" Version="1.11.61" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.1" />
<PackageReference Include="HtmlAgilityPack" Version="1.11.71" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.2" />
</ItemGroup>

</Project>

0 comments on commit b090d68

Please sign in to comment.