From 0138c8b57504eef1a2f2b5053c74f14557b584ac Mon Sep 17 00:00:00 2001 From: Viktor Hofer Date: Wed, 24 Jan 2024 12:56:23 +0100 Subject: [PATCH] Avoid unnecessary M.VisualBasic and S.ValueTuple dependencies Found in https://github.com/dotnet/runtime/pull/96795#discussion_r1464797169 These packages shouldn't be referenced on modern TFMs as the types are already provided inbox by the framework. --- .../Microsoft.CodeAnalysis.Analyzer.Testing.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Microsoft.CodeAnalysis.Testing/Microsoft.CodeAnalysis.Analyzer.Testing/Microsoft.CodeAnalysis.Analyzer.Testing.csproj b/src/Microsoft.CodeAnalysis.Testing/Microsoft.CodeAnalysis.Analyzer.Testing/Microsoft.CodeAnalysis.Analyzer.Testing.csproj index bc9ff667..ca9f2396 100644 --- a/src/Microsoft.CodeAnalysis.Testing/Microsoft.CodeAnalysis.Analyzer.Testing/Microsoft.CodeAnalysis.Analyzer.Testing.csproj +++ b/src/Microsoft.CodeAnalysis.Testing/Microsoft.CodeAnalysis.Analyzer.Testing/Microsoft.CodeAnalysis.Analyzer.Testing.csproj @@ -49,10 +49,10 @@ - + - +