From 89cfd7d02371ec2761c2db2967c285ee3f2469cd Mon Sep 17 00:00:00 2001 From: David Driscoll Date: Thu, 9 Nov 2023 16:46:37 -0500 Subject: [PATCH] Updated Directory.Packages.support.props to limit the number of dependencies that are updated to pin different versions. Only pin the ones that cause problems for now --- .config/dotnet-tools.json | 8 ++++---- Directory.Build.props | 2 +- Directory.Packages.support.props | 34 +------------------------------- 3 files changed, 6 insertions(+), 38 deletions(-) diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index b8111d328..50d4cf388 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -2,10 +2,6 @@ "version": 1, "isRoot": true, "tools": { - "dotnet-outdated": { - "version": "2.11.0", - "commands": ["dotnet-outdated"] - }, "gitversion.tool": { "version": "5.12.0", "commands": ["dotnet-gitversion"] @@ -37,6 +33,10 @@ "strawberryshake.tools": { "version": "13.5.1", "commands": ["dotnet-graphql"] + }, + "dotnet-outdated-tool": { + "version": "4.5.3", + "commands": ["dotnet-outdated"] } } } diff --git a/Directory.Build.props b/Directory.Build.props index f88c83a3f..c2b382534 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -17,8 +17,8 @@ 1 true enable + true false - true $(NoWarn);0436;CA1014;CA1062 diff --git a/Directory.Packages.support.props b/Directory.Packages.support.props index 684b939c9..3a3665f4b 100644 --- a/Directory.Packages.support.props +++ b/Directory.Packages.support.props @@ -1,20 +1,7 @@  - - - - - - - - - - + - - - - @@ -22,24 +9,5 @@ - - - - - - - - - - - - - - - - - - -