Skip to content

Commit

Permalink
📦↑
Browse files Browse the repository at this point in the history
  • Loading branch information
BryanWilhite committed Oct 18, 2024
1 parent b937b60 commit 9173aed
Show file tree
Hide file tree
Showing 7 changed files with 1,519 additions and 565 deletions.
6 changes: 3 additions & 3 deletions SonghayCore.OrderedTests/SonghayCore.OrderedTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
<PackageReference Include="xunit" Version="2.8.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.1">
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<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

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion SonghayCore.Tests/Models/OpmlTests.opml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<title>kinté links</title>
<dateCreated>Thu, 20 Oct 2005 11:15:04 GMT</dateCreated>
<dateModified>Tue, 25 Jun 2024 21:59:31 GMT</dateModified>
<dateModified>Fri, 18 Oct 2024 12:06:25 GMT</dateModified>
<ownerName>Bryan Wilhite</ownerName>
<ownerEmail>rasx@songhaysystem.com</ownerEmail>
</head>
Expand Down
10 changes: 5 additions & 5 deletions SonghayCore.Tests/SonghayCore.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -35,19 +35,19 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="HtmlAgilityPack" Version="1.11.61" />
<PackageReference Include="HtmlAgilityPack" Version="1.11.67" />
<PackageReference Include="Meziantou.Extensions.Logging.Xunit" Version="1.0.7" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
<PackageReference Include="xunit" Version="2.8.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.1">
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<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>
<PackageReference Include="coverlet.collector" Version="6.0.2">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="ExcelDataReader" Version="3.6.0"/>
<PackageReference Include="ExcelDataReader" Version="3.7.0" />
<PackageReference Include="Microsoft.Extensions.Logging.TraceSource" Version="6.0.0"/>
<PackageReference Include="System.Text.Encoding.CodePages" Version="6.0.0"/>
<PackageReference Include="Xunit.SkippableFact" Version="1.4.13"/>
Expand Down
406 changes: 203 additions & 203 deletions SonghayCore.Tests/json/app.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion SonghayCore.Tests/json/output.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"modificationDate":"2024-06-25T21:59:31.6939256-07:00"}
{"modificationDate":"2024-10-18T12:06:25.60793-07:00"}
8 changes: 4 additions & 4 deletions SonghayCore.xUnit/SonghayCore.xUnit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="6.0.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
<PackageReference Include="SonghayCore" Version="6.1.2" />
<PackageReference Include="xunit" Version="2.8.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.1">
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageReference Include="SonghayCore" Version="6.1.4" />
<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

0 comments on commit 9173aed

Please sign in to comment.