From 0863c5ef3a58ce5430992f6235b583bc3b41c94d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Nov 2025 20:10:46 +0000 Subject: [PATCH] chore: Bump the dependencies group with 2 updates Bumps Microsoft.CodeAnalysis.NetAnalyzers from 9.0.0 to 10.0.100 Bumps Microsoft.NET.Test.Sdk from 18.0.0 to 18.0.1 --- updated-dependencies: - dependency-name: Microsoft.CodeAnalysis.NetAnalyzers dependency-version: 10.0.100 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: Microsoft.NET.Test.Sdk dependency-version: 18.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- SQLParser.Tests/SQLParser.Tests.csproj | 2 +- SQLParser/SQLParser.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/SQLParser.Tests/SQLParser.Tests.csproj b/SQLParser.Tests/SQLParser.Tests.csproj index 6809b12..0e2b80c 100644 --- a/SQLParser.Tests/SQLParser.Tests.csproj +++ b/SQLParser.Tests/SQLParser.Tests.csproj @@ -15,7 +15,7 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - + all runtime; build; native; contentfiles; analyzers diff --git a/SQLParser/SQLParser.csproj b/SQLParser/SQLParser.csproj index ad4370e..570951c 100644 --- a/SQLParser/SQLParser.csproj +++ b/SQLParser/SQLParser.csproj @@ -47,7 +47,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive