Skip to content

Commit

Permalink
Upgrade UT deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
CXuesong committed May 12, 2024
1 parent 1e0f569 commit 85d9730
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions UnitTestProject1/UnitTestProject1.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,13 @@
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Logging" Version="8.0.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
<PackageReference Include="Nerdbank.Streams" Version="2.10.72" />
<PackageReference Include="xunit" Version="2.6.6" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.6">
<PackageReference Include="Nerdbank.Streams" Version="2.11.74" />
<PackageReference Include="xunit" Version="2.8.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
<PackageReference Include="Xunit.SkippableFact" Version="1.4.13" />
<DotNetCliToolReference Include="dotnet-xunit" Version="2.3.0-beta5-build3769" />
<PackageReference Include="System.Linq.Async" Version="6.0.1" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion UnitTestProject1/WikiSiteTestsBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ protected void TracePages(IReadOnlyCollection<WikiPage> pages)
{
const string lineFormat = "{0,-20} {1,10} {2,10} {3,10} {4,10}";
#if ENV_CI_BUILD
const int ITEMS_LIMIT = 10;
const int ITEMS_LIMIT = 10;
#else
const int ITEMS_LIMIT = int.MaxValue;
#endif
Expand Down

0 comments on commit 85d9730

Please sign in to comment.