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 @@ - + 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",