From 2f580edd82d872d165b86b07ee0eeb073cb49acd Mon Sep 17 00:00:00 2001 From: Viktor Hofer Date: Mon, 10 Feb 2025 15:06:49 +0100 Subject: [PATCH] React to NuGet package pruning warnings 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. Resolve the 3 warnings that got emitted when source-building the repository. --- .../Server/src/Microsoft.AspNetCore.Components.Server.csproj | 2 +- src/Tools/dotnet-user-jwts/src/dotnet-user-jwts.csproj | 2 +- src/Tools/dotnet-user-secrets/src/dotnet-user-secrets.csproj | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Components/Server/src/Microsoft.AspNetCore.Components.Server.csproj b/src/Components/Server/src/Microsoft.AspNetCore.Components.Server.csproj index f690416b2b5c..92bd9830630f 100644 --- a/src/Components/Server/src/Microsoft.AspNetCore.Components.Server.csproj +++ b/src/Components/Server/src/Microsoft.AspNetCore.Components.Server.csproj @@ -22,7 +22,7 @@ - + diff --git a/src/Tools/dotnet-user-jwts/src/dotnet-user-jwts.csproj b/src/Tools/dotnet-user-jwts/src/dotnet-user-jwts.csproj index b670eccaa52f..3a9a992b5ac9 100644 --- a/src/Tools/dotnet-user-jwts/src/dotnet-user-jwts.csproj +++ b/src/Tools/dotnet-user-jwts/src/dotnet-user-jwts.csproj @@ -28,7 +28,7 @@ - + diff --git a/src/Tools/dotnet-user-secrets/src/dotnet-user-secrets.csproj b/src/Tools/dotnet-user-secrets/src/dotnet-user-secrets.csproj index b2ca66d8f7c0..b9b1b99952f2 100644 --- a/src/Tools/dotnet-user-secrets/src/dotnet-user-secrets.csproj +++ b/src/Tools/dotnet-user-secrets/src/dotnet-user-secrets.csproj @@ -29,7 +29,7 @@ - +