From b57d60a2ba82a3804248a778727bfa22346e7ed1 Mon Sep 17 00:00:00 2001 From: Louis Seubert Date: Tue, 20 Feb 2024 10:13:49 +0100 Subject: [PATCH] mark dependencies as private assets for msbuild Chnage that all references of the msbuild package are marked as private assets, so they don't get added as dependency to the nuget package. The dependecies field of the nuspec before the change: ```xml ``` and afer the change the dependencies of the nuspec look like this: ```xml ``` --- .../GitVersion.MsBuild.csproj | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/src/GitVersion.MsBuild/GitVersion.MsBuild.csproj b/src/GitVersion.MsBuild/GitVersion.MsBuild.csproj index 322cc999eb..15a1149d90 100644 --- a/src/GitVersion.MsBuild/GitVersion.MsBuild.csproj +++ b/src/GitVersion.MsBuild/GitVersion.MsBuild.csproj @@ -14,16 +14,19 @@ - - - + + + + + - - - - + + + + + @@ -38,7 +41,6 @@ -