From 9bc3c2e06018906253364920ebb063c189c1b566 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jun 2026 10:15:53 +0000 Subject: [PATCH 1/2] deps: Bump the minor-and-patch group with 3 updates Bumps Microsoft.AspNetCore.Authentication.OpenIdConnect from 10.0.8 to 10.0.9 Bumps Microsoft.AspNetCore.Mvc.Testing from 10.0.8 to 10.0.9 Bumps System.Drawing.Common from 10.0.8 to 10.0.9 --- updated-dependencies: - dependency-name: Microsoft.AspNetCore.Authentication.OpenIdConnect dependency-version: 10.0.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: Microsoft.AspNetCore.Mvc.Testing dependency-version: 10.0.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: Microsoft.AspNetCore.Mvc.Testing dependency-version: 10.0.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: System.Drawing.Common dependency-version: 10.0.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: Microsoft.AspNetCore.Authentication.OpenIdConnect dependency-version: 10.0.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: Microsoft.AspNetCore.Mvc.Testing dependency-version: 10.0.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] --- samples/dotnet/login-auth-code/src/login-auth-code.csproj | 2 +- .../dotnet/login-auth-code/tests/login-auth-code.tests.csproj | 2 +- samples/dotnet/saml-sp-login/tests/saml-sp-login.tests.csproj | 4 ++-- samples/dotnet/token-refresh/src/token-refresh.csproj | 2 +- samples/dotnet/token-refresh/tests/token-refresh.tests.csproj | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/samples/dotnet/login-auth-code/src/login-auth-code.csproj b/samples/dotnet/login-auth-code/src/login-auth-code.csproj index 23528a8..75684ec 100644 --- a/samples/dotnet/login-auth-code/src/login-auth-code.csproj +++ b/samples/dotnet/login-auth-code/src/login-auth-code.csproj @@ -7,7 +7,7 @@ LoginAuthCode - + diff --git a/samples/dotnet/login-auth-code/tests/login-auth-code.tests.csproj b/samples/dotnet/login-auth-code/tests/login-auth-code.tests.csproj index 6e3007a..2e0cb6d 100644 --- a/samples/dotnet/login-auth-code/tests/login-auth-code.tests.csproj +++ b/samples/dotnet/login-auth-code/tests/login-auth-code.tests.csproj @@ -11,7 +11,7 @@ - + diff --git a/samples/dotnet/saml-sp-login/tests/saml-sp-login.tests.csproj b/samples/dotnet/saml-sp-login/tests/saml-sp-login.tests.csproj index 79ec12d..6fe06cf 100644 --- a/samples/dotnet/saml-sp-login/tests/saml-sp-login.tests.csproj +++ b/samples/dotnet/saml-sp-login/tests/saml-sp-login.tests.csproj @@ -11,9 +11,9 @@ - + - + diff --git a/samples/dotnet/token-refresh/src/token-refresh.csproj b/samples/dotnet/token-refresh/src/token-refresh.csproj index dd14a19..6c3ceec 100644 --- a/samples/dotnet/token-refresh/src/token-refresh.csproj +++ b/samples/dotnet/token-refresh/src/token-refresh.csproj @@ -7,7 +7,7 @@ TokenRefresh - + diff --git a/samples/dotnet/token-refresh/tests/token-refresh.tests.csproj b/samples/dotnet/token-refresh/tests/token-refresh.tests.csproj index 5658652..3b93475 100644 --- a/samples/dotnet/token-refresh/tests/token-refresh.tests.csproj +++ b/samples/dotnet/token-refresh/tests/token-refresh.tests.csproj @@ -11,7 +11,7 @@ - + From 349e9cf14d96768a153a56b274d5fbce6ed09867 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kamila=20=C5=9Aroda?= Date: Wed, 17 Jun 2026 12:43:06 +0200 Subject: [PATCH 2/2] snippets --- snippets.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/snippets.json b/snippets.json index 68ec9de..ca4c86f 100644 --- a/snippets.json +++ b/snippets.json @@ -573,7 +573,7 @@ ], "framework": "dotnet", "lib": "Microsoft.AspNetCore.Authentication.OpenIdConnect", - "lib_version": "10.0.8", + "lib_version": "10.0.9", "docs_url": "https://learn.microsoft.com/en-us/aspnet/core/security/authentication/configure-oidc-web-authentication", "install": "", "repo_path": "samples/dotnet/login-auth-code", @@ -715,7 +715,7 @@ ], "framework": "dotnet", "lib": "Microsoft.AspNetCore.Authentication.OpenIdConnect", - "lib_version": "10.0.8", + "lib_version": "10.0.9", "docs_url": "https://learn.microsoft.com/en-us/aspnet/core/security/authentication/configure-oidc-web-authentication", "install": "", "repo_path": "samples/dotnet/token-refresh",