From bc3c55528a1c637ff352e05d6457473ec915ac45 Mon Sep 17 00:00:00 2001 From: cygon Date: Thu, 25 Jul 2024 22:29:13 +0200 Subject: [PATCH] Updated dependency description --- Dependencies.md | 6 +++--- Directory.Build.props | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dependencies.md b/Dependencies.md index dd24d82..3156561 100644 --- a/Dependencies.md +++ b/Dependencies.md @@ -5,11 +5,11 @@ Nuclex.Support Dependencies To Compile the Library ---------------------- - * nunit (optional, if unit tests are built) - * nmock (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 ------------------------------- - * None (except for .NET) \ No newline at end of file + * None (except for .NET) diff --git a/Directory.Build.props b/Directory.Build.props index d2af713..e0c069b 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -8,7 +8,7 @@ into the root 'obj' directory (instead of the intermediate directory below it), causing one project to overwrite the other project's dependencies. - There won't be any buld warning, just suddenly one of the projects won't be able to + There won't be any build warning, just suddenly one of the projects won't be able to access its dependencies and fail to build. Why such a lackluster system was integrated at that level rather than just left to