From f2fc69953309d3fc0d34ba78a0ecc688e132c3f5 Mon Sep 17 00:00:00 2001 From: Mark Seemann Date: Mon, 16 Oct 2023 14:14:52 +0200 Subject: [PATCH] Update NUnit NuGet package In a modern Visual Studio installation, the previous version of NUnit simply didn't run. --- csharp/csharp.csproj | 10 ++++++---- csharp/packages.config | 4 ++-- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/csharp/csharp.csproj b/csharp/csharp.csproj index 58a60f4b..8c758b91 100644 --- a/csharp/csharp.csproj +++ b/csharp/csharp.csproj @@ -1,6 +1,7 @@  - + + Debug @@ -49,8 +50,8 @@ packages\ApprovalUtilities.3.0.13\lib\net45\ApprovalUtilities.Net45.dll True - - packages\NUnit.3.9.0\lib\net45\nunit.framework.dll + + packages\NUnit.3.13.3\lib\net45\nunit.framework.dll @@ -81,7 +82,8 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - + +