From 960c3b88a95ee079431fb42587fd6cadc716ad53 Mon Sep 17 00:00:00 2001 From: Rex Lorenzo Date: Mon, 4 May 2026 13:52:06 -0700 Subject: [PATCH] chore(deps): bump dotnet group (exclude AWS SDK v4 major) AWS packages held back from the original Dependabot batch: - AWSSDK.Core stays at 3.7.201.7 (proposed 4.0.3.30) - Amazon.Extensions.Configuration.SystemsManager stays at 5.1.0 (proposed 7.1.0) AWS SDK v4 has breaking changes (nullable value types, collection init defaults to null, IMDSv2-only, sync API removals) and SystemsManager 6.2+ throws on duplicate parameter keys, which would need TEST validation against our two-path AddSystemsManager startup. Defer the AWS migration to a focused PR. --- .config/dotnet-tools.json | 4 ++-- test/Viper.test.csproj | 20 ++++++++++---------- web/Viper.csproj | 22 +++++++++++----------- 3 files changed, 23 insertions(+), 23 deletions(-) diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index 464db5bc3..6453ddeef 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,13 +3,13 @@ "isRoot": true, "tools": { "dotnet-ef": { - "version": "10.0.6", + "version": "10.0.7", "commands": [ "dotnet-ef" ] }, "microsoft.web.librarymanager.cli": { - "version": "2.1.175", + "version": "3.0.71", "commands": [ "libman" ] diff --git a/test/Viper.test.csproj b/test/Viper.test.csproj index 4e544599a..e3866ed43 100644 --- a/test/Viper.test.csproj +++ b/test/Viper.test.csproj @@ -11,20 +11,20 @@ - - - - - + + + + + all runtime; build; native; contentfiles; analyzers; buildtransitive - - - + + + - + runtime; build; native; contentfiles; analyzers; buildtransitive all @@ -34,7 +34,7 @@ all - + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/web/Viper.csproj b/web/Viper.csproj index e3601ebf6..265de5b71 100644 --- a/web/Viper.csproj +++ b/web/Viper.csproj @@ -48,31 +48,31 @@ - - - + + + all runtime; build; native; contentfiles; analyzers; buildtransitive - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive - + - + - + runtime; build; native; contentfiles; analyzers; buildtransitive all - - - + + +