From 02ff24d921a1bea83394724729456e7c20117d19 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Aug 2026 00:12:30 +0000 Subject: [PATCH] Bump Microsoft.AspNetCore.TestHost from 8.0.22 to 8.0.30 --- updated-dependencies: - dependency-name: Microsoft.AspNetCore.TestHost dependency-version: 8.0.30 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../OpenGameAgent.Server.Tests.csproj | 2 +- tests/OpenGameAgent.Server.Tests/packages.lock.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/OpenGameAgent.Server.Tests/OpenGameAgent.Server.Tests.csproj b/tests/OpenGameAgent.Server.Tests/OpenGameAgent.Server.Tests.csproj index 0c1f188..62edb49 100644 --- a/tests/OpenGameAgent.Server.Tests/OpenGameAgent.Server.Tests.csproj +++ b/tests/OpenGameAgent.Server.Tests/OpenGameAgent.Server.Tests.csproj @@ -8,7 +8,7 @@ - + diff --git a/tests/OpenGameAgent.Server.Tests/packages.lock.json b/tests/OpenGameAgent.Server.Tests/packages.lock.json index 034edea..f880732 100644 --- a/tests/OpenGameAgent.Server.Tests/packages.lock.json +++ b/tests/OpenGameAgent.Server.Tests/packages.lock.json @@ -4,9 +4,9 @@ "net8.0": { "Microsoft.AspNetCore.TestHost": { "type": "Direct", - "requested": "[8.0.22, )", - "resolved": "8.0.22", - "contentHash": "hQqs/MWVb62GSR3oYzktu67wka46a8yql94mnSBaGmDjinWhie0ECIRjca7i6kkZbsWVIb8wrBzo+B2BaPdSKw==", + "requested": "[8.0.30, )", + "resolved": "8.0.30", + "contentHash": "Bqi+1PttTehAGGJj6+ovmm3rmRRGTjLdjBIkCudkjIwXGbhYIJzREPzMd2o/ljaIAmV92LxLyUW3jcOvGDEQbw==", "dependencies": { "System.IO.Pipelines": "8.0.0" }