This project doesn't need NMock after all -- fixed

This commit is contained in:
Markus Ewald 2024-07-25 22:30:18 +02:00 committed by cygon
parent 3a6b9c9dc1
commit e6e86b91b1

View File

@ -17,7 +17,6 @@ the following directory layout:
third-party/ third-party/
nunit nunit
nmock
You should already have that directory layout in place if you cloned the "foundation package" You should already have that directory layout in place if you cloned the "foundation package"
repository (with `--recurse-submodules`). repository (with `--recurse-submodules`).
@ -26,7 +25,6 @@ The actual, direct requirements of the code to compile are:
* Nuclex.Support (project) * Nuclex.Support (project)
* nunit (NuGet package, optional, if unit tests are built) * 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 To Use this Library as a Binary