From b6a1bfde383e669c97c90df8ebe91f52e0445a1e Mon Sep 17 00:00:00 2001 From: Cristian Stoica Date: Sun, 11 Dec 2022 01:16:05 +0200 Subject: [PATCH] Updated the NUnit library to the latest version. Installed the NUnit3TestAdapter library so the tests can be run from Visual Studio via Test Explorer. --- Tests/Tests.csproj | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/Tests/Tests.csproj b/Tests/Tests.csproj index 66a08d2..ec6ac8e 100644 --- a/Tests/Tests.csproj +++ b/Tests/Tests.csproj @@ -49,10 +49,6 @@ MinimumRecommendedRules.ruleset - - False - lib\nunit.framework.dll - @@ -92,6 +88,14 @@ InsertIcons + + + 3.13.3 + + + 4.3.1 + +