From 67abd0146acd327fdd8ae8a12f4abe9cbdf36dc6 Mon Sep 17 00:00:00 2001 From: cygon Date: Thu, 25 Jul 2024 12:42:12 +0200 Subject: [PATCH] Back to NuGet, ther's an obscure workaround for now --- Directory.Build.props | 21 +++++++++++++++++++ Nuclex.Support.Tests (netstandard-2.0).csproj | 13 +++--------- 2 files changed, 24 insertions(+), 10 deletions(-) create mode 100644 Directory.Build.props diff --git a/Directory.Build.props b/Directory.Build.props new file mode 100644 index 0000000..d2af713 --- /dev/null +++ b/Directory.Build.props @@ -0,0 +1,21 @@ + + + + + obj\$(MSBuildProjectName) + + diff --git a/Nuclex.Support.Tests (netstandard-2.0).csproj b/Nuclex.Support.Tests (netstandard-2.0).csproj index f18fe95..61715c0 100644 --- a/Nuclex.Support.Tests (netstandard-2.0).csproj +++ b/Nuclex.Support.Tests (netstandard-2.0).csproj @@ -22,19 +22,12 @@ - + + - - ..\third-party\castle.core-5.1.1\netstandard-2.0\Castle.Core.dll - - - ..\third-party\moq-4.20.70\netstandard-2.0\Moq.dll - - - ..\third-party\nunit-3.14.0\netstandard-2.0\nunit.framework.dll - +