From aefec127bf629ff4eef9f2119dc1d843c54416cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 07:23:16 +0000 Subject: [PATCH 1/2] Bump Microsoft.Extensions.Configuration from 9.0.8 to 9.0.9 --- updated-dependencies: - dependency-name: Microsoft.Extensions.Configuration dependency-version: 9.0.9 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Microsoft.Extensions.Configuration dependency-version: 9.0.9 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../sample-2/ClientConsumer2/ClientConsumer2.csproj | 2 +- .../sample-4/ClientProducer4/ClientProducer4.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/claim-check/code-samples/sample-2/ClientConsumer2/ClientConsumer2.csproj b/claim-check/code-samples/sample-2/ClientConsumer2/ClientConsumer2.csproj index d090e271..2d4eff8c 100644 --- a/claim-check/code-samples/sample-2/ClientConsumer2/ClientConsumer2.csproj +++ b/claim-check/code-samples/sample-2/ClientConsumer2/ClientConsumer2.csproj @@ -25,7 +25,7 @@ - + diff --git a/claim-check/code-samples/sample-4/ClientProducer4/ClientProducer4.csproj b/claim-check/code-samples/sample-4/ClientProducer4/ClientProducer4.csproj index 89ae8583..3e7dfc2c 100644 --- a/claim-check/code-samples/sample-4/ClientProducer4/ClientProducer4.csproj +++ b/claim-check/code-samples/sample-4/ClientProducer4/ClientProducer4.csproj @@ -23,7 +23,7 @@ - + From 077c73c0857b91314681be3d0684010f1b3df64f Mon Sep 17 00:00:00 2001 From: Chad Kittel Date: Mon, 15 Sep 2025 08:09:05 -0500 Subject: [PATCH 2/2] Fix project file path case in solution --- async-request-reply/src/asyncpattern.sln | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/async-request-reply/src/asyncpattern.sln b/async-request-reply/src/asyncpattern.sln index 9b3d7a19..450cc390 100644 --- a/async-request-reply/src/asyncpattern.sln +++ b/async-request-reply/src/asyncpattern.sln @@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio Version 17 VisualStudioVersion = 17.9.34902.65 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Asyncpattern", "Asyncpattern.csproj", "{97782A87-CCF4-4C3B-A0B4-3424A446B50F}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Asyncpattern", "asyncpattern.csproj", "{97782A87-CCF4-4C3B-A0B4-3424A446B50F}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution