From 70d1eca0c49511e56b4fcb95a378b4513b0871db Mon Sep 17 00:00:00 2001 From: Vitalii Mikhailov Date: Sun, 3 Mar 2024 13:34:25 +0200 Subject: [PATCH 1/2] Exclude pdb copy from NuGet packages for thin Thin now includes the debug symbols as portable --- Harmony/Harmony.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Harmony/Harmony.csproj b/Harmony/Harmony.csproj index 9fb4d0e2..9b5593cf 100644 --- a/Harmony/Harmony.csproj +++ b/Harmony/Harmony.csproj @@ -35,7 +35,6 @@ DebugThin;DebugFat;ReleaseThin;ReleaseFat true true - true $(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb @@ -61,7 +60,7 @@ true - embedded + portable true $(SolutionDir)ILRepack.targets True @@ -73,6 +72,7 @@ true $(SolutionDir)ILRepack.targets True + true From 504cf9eacc990a5e45fb2eea2a5b479f011f1490 Mon Sep 17 00:00:00 2001 From: Vitalii Mikhailov Date: Sun, 3 Mar 2024 14:01:14 +0200 Subject: [PATCH 2/2] Always exclude the .dll/pdb/xml files of the dependencies after Pack --- Harmony/Harmony.csproj | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Harmony/Harmony.csproj b/Harmony/Harmony.csproj index 9b5593cf..09d3f0e5 100644 --- a/Harmony/Harmony.csproj +++ b/Harmony/Harmony.csproj @@ -162,10 +162,10 @@ - - - - + + + +