From b879993e8ed96162e6fd9c5b35571862d2e2c9dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20K=C3=B6plinger?= Date: Wed, 13 Aug 2025 18:25:16 +0200 Subject: [PATCH] Don't reference System.ValueTuple on netstandard2.0 It's not needed there and will raise a NuGet package pruning warning --- .../src/Microsoft.Extensions.Logging.AzureAppServices.csproj | 2 +- src/Testing/src/Microsoft.AspNetCore.InternalTesting.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Logging.AzureAppServices/src/Microsoft.Extensions.Logging.AzureAppServices.csproj b/src/Logging.AzureAppServices/src/Microsoft.Extensions.Logging.AzureAppServices.csproj index d3e91be03049..b69adf63522a 100644 --- a/src/Logging.AzureAppServices/src/Microsoft.Extensions.Logging.AzureAppServices.csproj +++ b/src/Logging.AzureAppServices/src/Microsoft.Extensions.Logging.AzureAppServices.csproj @@ -18,7 +18,7 @@ - + diff --git a/src/Testing/src/Microsoft.AspNetCore.InternalTesting.csproj b/src/Testing/src/Microsoft.AspNetCore.InternalTesting.csproj index 179d80bbba73..e0f01e8fb1fc 100644 --- a/src/Testing/src/Microsoft.AspNetCore.InternalTesting.csproj +++ b/src/Testing/src/Microsoft.AspNetCore.InternalTesting.csproj @@ -28,7 +28,7 @@ - +