From 85d9730fc46d5e8e6dcb1b816877db70c6befe12 Mon Sep 17 00:00:00 2001 From: forest93 Date: Sun, 12 May 2024 17:24:51 +0800 Subject: [PATCH] Upgrade UT deps. --- UnitTestProject1/UnitTestProject1.csproj | 7 +++---- UnitTestProject1/WikiSiteTestsBase.cs | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/UnitTestProject1/UnitTestProject1.csproj b/UnitTestProject1/UnitTestProject1.csproj index e8dcd6beb..4694d870c 100644 --- a/UnitTestProject1/UnitTestProject1.csproj +++ b/UnitTestProject1/UnitTestProject1.csproj @@ -22,14 +22,13 @@ - - - + + + all runtime; build; native; contentfiles; analyzers - diff --git a/UnitTestProject1/WikiSiteTestsBase.cs b/UnitTestProject1/WikiSiteTestsBase.cs index e3556249d..c1d3b4313 100644 --- a/UnitTestProject1/WikiSiteTestsBase.cs +++ b/UnitTestProject1/WikiSiteTestsBase.cs @@ -103,7 +103,7 @@ protected void TracePages(IReadOnlyCollection 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