From 3bd90aec832bc0aa1926f3655e09ab68a2f96bec Mon Sep 17 00:00:00 2001 From: Jonas Ha Date: Mon, 23 Mar 2026 10:51:19 -0400 Subject: [PATCH 1/4] chore(deps): downgrade Microsoft.CodeAnalysis packages to version 5.0.0 - Adjusted versions of Microsoft.CodeAnalysis, Analyzers, Common, and CSharp from 5.3.0 to 5.0.0 - Ensures compatibility with existing project dependencies --- Directory.Packages.props | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index 32f76391..878bd015 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -28,10 +28,10 @@ - - - - + + + + From aeb8b63cf5343f274491b100f9b213c0f26cdf59 Mon Sep 17 00:00:00 2001 From: Jonas Ha Date: Mon, 23 Mar 2026 10:58:48 -0400 Subject: [PATCH 2/4] chore(deps): update System.Text.Json version range for netstandard2.0 - Updated System.Text.Json version to [8.0.6, 9.0.0) to ensure compatibility and future-proofing - Applies only to netstandard2.0 target framework --- Directory.Packages.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index 878bd015..a7fe035e 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -65,7 +65,7 @@ - + From d16caa968aea4a8f3520962b82c700b6538c7292 Mon Sep 17 00:00:00 2001 From: Jonas Ha Date: Mon, 23 Mar 2026 11:04:31 -0400 Subject: [PATCH 3/4] chore(deps): update Microsoft.CodeAnalysis package versions - Updated Microsoft.CodeAnalysis.Analyzers to version 5.3.0 - Adjusted Microsoft.CodeAnalysis, Common, and CSharp to use version range [5.0.0] - Ensures compatibility with project dependencies and resolves versioning issues --- Directory.Packages.props | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index a7fe035e..14adb7bc 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -28,10 +28,10 @@ - - - - + + + + From 5b233d4aeb7c796f2f226e67f7d145028ec14e1a Mon Sep 17 00:00:00 2001 From: Jonas Ha Date: Mon, 23 Mar 2026 11:07:24 -0400 Subject: [PATCH 4/4] chore(deps): remove unused Microsoft.CodeAnalysis.Common package - Removed Microsoft.CodeAnalysis.Common from project and central package configs - Consolidated usage under Microsoft.CodeAnalysis.CSharp where applicable - Simplifies dependency tree and avoids redundant package references --- Directory.Packages.props | 1 - .../MinimalLambda.SourceGenerators.UnitTests.csproj | 1 - 2 files changed, 2 deletions(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index 14adb7bc..24f0a352 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -30,7 +30,6 @@ - diff --git a/tests/MinimalLambda.SourceGenerators.UnitTests/MinimalLambda.SourceGenerators.UnitTests.csproj b/tests/MinimalLambda.SourceGenerators.UnitTests/MinimalLambda.SourceGenerators.UnitTests.csproj index 3f542e69..1970478b 100644 --- a/tests/MinimalLambda.SourceGenerators.UnitTests/MinimalLambda.SourceGenerators.UnitTests.csproj +++ b/tests/MinimalLambda.SourceGenerators.UnitTests/MinimalLambda.SourceGenerators.UnitTests.csproj @@ -20,7 +20,6 @@ -