From d6b6f79ea04c95f3df7beaee2fbf5437648aa994 Mon Sep 17 00:00:00 2001 From: John T Maxwell III Date: Mon, 29 Apr 2024 13:56:56 -0700 Subject: [PATCH] Fix NUnit for vanilla VisualStudio installs by adding NUnit3TestAdapter (#34) * Add NUnit3TestAdapter nuget package to our build * Use the adapter in the ITextTests project Co-authored-by: name --- Build/nuget-common/packages.config | 1 + Src/LexText/Interlinear/ITextDllTests/ITextDllTests.csproj | 1 + 2 files changed, 2 insertions(+) diff --git a/Build/nuget-common/packages.config b/Build/nuget-common/packages.config index 74b142cd1c..e2d0b27894 100644 --- a/Build/nuget-common/packages.config +++ b/Build/nuget-common/packages.config @@ -35,6 +35,7 @@ + diff --git a/Src/LexText/Interlinear/ITextDllTests/ITextDllTests.csproj b/Src/LexText/Interlinear/ITextDllTests/ITextDllTests.csproj index 9398c0c679..aaf8b2f95c 100644 --- a/Src/LexText/Interlinear/ITextDllTests/ITextDllTests.csproj +++ b/Src/LexText/Interlinear/ITextDllTests/ITextDllTests.csproj @@ -1,5 +1,6 @@  + Local 9.0.21022