From 0779729403a3aeabbeafa31e6c7749b37e988617 Mon Sep 17 00:00:00 2001 From: Robert Dailey Date: Sun, 5 May 2024 09:31:42 -0500 Subject: [PATCH] build: Enable nuget transitive pinning This is to ensure that all projects use the same version of implicit dependencies (when those dependencies are present in `Directory.Packages.props`). --- Directory.Build.props | 1 - Directory.Packages.props | 7 +++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index 7236dde3..7fe171fd 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -8,7 +8,6 @@ AllEnabledByDefault $(MSBuildThisFileDirectory) - true @@ -10,7 +14,6 @@ - @@ -62,4 +65,4 @@ - \ No newline at end of file +