From 7866d665f47e1dc650248b3d8813d5c99a6c5d1a Mon Sep 17 00:00:00 2001 From: Viktor Hofer Date: Mon, 10 Feb 2025 18:20:51 +0100 Subject: [PATCH] React to NuGet package pruning warnings (#18304) Contributes to https://github.com/dotnet/sdk/pull/46642 NuGet added a new feature that automatically prunes package and project references that are provided by the shared framework that is targeted. --- eng/Versions.props | 1 - src/fsc/fsc.targets | 9 ++++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/eng/Versions.props b/eng/Versions.props index 3b36ad6a716..ce0f5f5ac23 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -87,7 +87,6 @@ $(SystemPackageVersionVersion) 6.1.0 $(SystemPackageVersionVersion) - 4.5.0 1.6.0 4.11.0-2.24264.2 diff --git a/src/fsc/fsc.targets b/src/fsc/fsc.targets index 1c67ceb393a..dc80ab5c4b5 100644 --- a/src/fsc/fsc.targets +++ b/src/fsc/fsc.targets @@ -45,13 +45,16 @@ + + + + + + - - -