From b09158b43672faaa2a7100179873c3572c68f763 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Aug 2026 16:15:20 +0000 Subject: [PATCH 1/2] Bump Microsoft.OpenApi from 2.11.0 to 2.12.0 --- updated-dependencies: - dependency-name: Microsoft.OpenApi dependency-version: 2.12.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: Microsoft.OpenApi dependency-version: 2.12.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- ....RelationalSchema.Storage.Abstractions.OpenAPI.Schema.csproj | 2 +- ...ionalSchema.Storage.Abstractions.OpenAPI.Schema.Tests.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Pure.RelationalSchema.Storage.Abstractions.OpenAPI.Schema/Pure.RelationalSchema.Storage.Abstractions.OpenAPI.Schema.csproj b/src/Pure.RelationalSchema.Storage.Abstractions.OpenAPI.Schema/Pure.RelationalSchema.Storage.Abstractions.OpenAPI.Schema.csproj index 7fc7f30..0d14b5a 100644 --- a/src/Pure.RelationalSchema.Storage.Abstractions.OpenAPI.Schema/Pure.RelationalSchema.Storage.Abstractions.OpenAPI.Schema.csproj +++ b/src/Pure.RelationalSchema.Storage.Abstractions.OpenAPI.Schema/Pure.RelationalSchema.Storage.Abstractions.OpenAPI.Schema.csproj @@ -18,6 +18,6 @@ - + diff --git a/src/Tests/Pure.RelationalSchema.Storage.Abstractions.OpenAPI.Schema.Tests/Pure.RelationalSchema.Storage.Abstractions.OpenAPI.Schema.Tests.csproj b/src/Tests/Pure.RelationalSchema.Storage.Abstractions.OpenAPI.Schema.Tests/Pure.RelationalSchema.Storage.Abstractions.OpenAPI.Schema.Tests.csproj index c45d015..8a0b5df 100644 --- a/src/Tests/Pure.RelationalSchema.Storage.Abstractions.OpenAPI.Schema.Tests/Pure.RelationalSchema.Storage.Abstractions.OpenAPI.Schema.Tests.csproj +++ b/src/Tests/Pure.RelationalSchema.Storage.Abstractions.OpenAPI.Schema.Tests/Pure.RelationalSchema.Storage.Abstractions.OpenAPI.Schema.Tests.csproj @@ -8,7 +8,7 @@ - + From 65c1d6c748ca2ed6c48ccc1130ff41eca7c858c2 Mon Sep 17 00:00:00 2001 From: Dmitry Kurochkin Date: Fri, 14 Aug 2026 07:16:23 +0000 Subject: [PATCH 2/2] Remove unused package references from project Removed unnecessary package references for Microsoft.AspNetCore.OpenApi and Microsoft.OpenApi. --- ...ionalSchema.Storage.Abstractions.OpenAPI.Schema.Tests.csproj | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Tests/Pure.RelationalSchema.Storage.Abstractions.OpenAPI.Schema.Tests/Pure.RelationalSchema.Storage.Abstractions.OpenAPI.Schema.Tests.csproj b/src/Tests/Pure.RelationalSchema.Storage.Abstractions.OpenAPI.Schema.Tests/Pure.RelationalSchema.Storage.Abstractions.OpenAPI.Schema.Tests.csproj index 8a0b5df..a58e8b5 100644 --- a/src/Tests/Pure.RelationalSchema.Storage.Abstractions.OpenAPI.Schema.Tests/Pure.RelationalSchema.Storage.Abstractions.OpenAPI.Schema.Tests.csproj +++ b/src/Tests/Pure.RelationalSchema.Storage.Abstractions.OpenAPI.Schema.Tests/Pure.RelationalSchema.Storage.Abstractions.OpenAPI.Schema.Tests.csproj @@ -7,8 +7,6 @@ - -