From 8d5a58e7a68be42050d9a2239f20dfac052d680b Mon Sep 17 00:00:00 2001 From: Roman Vanicek Date: Mon, 21 Oct 2024 18:22:15 +0200 Subject: [PATCH] Mark the cli package development-only dependency. --- DllExports.Cli/DllExports.Cli.csproj | 1 + 1 file changed, 1 insertion(+) diff --git a/DllExports.Cli/DllExports.Cli.csproj b/DllExports.Cli/DllExports.Cli.csproj index 212eeb2..810d063 100644 --- a/DllExports.Cli/DllExports.Cli.csproj +++ b/DllExports.Cli/DllExports.Cli.csproj @@ -11,6 +11,7 @@ lordmilko Unmanaged Exports for legacy/SDK style projects false + true (c) 2023 lordmilko. All rights reserved. DllExports provides unmanaged exports for both legacy and SDK style projects.