From 15a45b643483a89b842196d98a94063a10a4b4e7 Mon Sep 17 00:00:00 2001 From: cygon Date: Thu, 25 Jul 2024 22:30:18 +0200 Subject: [PATCH] This project doesn't need NMock after all -- fixed --- Dependencies.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/Dependencies.md b/Dependencies.md index 42a8d00..b12a6ed 100644 --- a/Dependencies.md +++ b/Dependencies.md @@ -17,7 +17,6 @@ the following directory layout: third-party/ nunit - nmock You should already have that directory layout in place if you cloned the "foundation package" repository (with `--recurse-submodules`). @@ -26,7 +25,6 @@ The actual, direct requirements of the code to compile are: * Nuclex.Support (project) * nunit (NuGet package, optional, if unit tests are built) - * nmock (NuGet package, optional, if unit tests are built) To Use this Library as a Binary