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 f39f5e6..877231e 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 01ee36b..3764ecd 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 @@ -8,10 +8,10 @@ LoginAuthCode.Tests - - - - + + + + diff --git a/samples/dotnet/saml-sp-login/src/saml-sp-login.csproj b/samples/dotnet/saml-sp-login/src/saml-sp-login.csproj index 46159fd..bcee6e7 100644 --- a/samples/dotnet/saml-sp-login/src/saml-sp-login.csproj +++ b/samples/dotnet/saml-sp-login/src/saml-sp-login.csproj @@ -8,8 +8,8 @@ - + - + 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 c1b5c07..11a1f28 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 @@ -8,12 +8,12 @@ SamlSpLogin.Tests - + - + - + diff --git a/samples/dotnet/token-refresh/src/token-refresh.csproj b/samples/dotnet/token-refresh/src/token-refresh.csproj index d4a57c4..4986ae8 100644 --- a/samples/dotnet/token-refresh/src/token-refresh.csproj +++ b/samples/dotnet/token-refresh/src/token-refresh.csproj @@ -7,8 +7,8 @@ TokenRefresh - - - + + + diff --git a/samples/dotnet/token-refresh/tests/token-refresh.tests.csproj b/samples/dotnet/token-refresh/tests/token-refresh.tests.csproj index b1335c6..bfefcf8 100644 --- a/samples/dotnet/token-refresh/tests/token-refresh.tests.csproj +++ b/samples/dotnet/token-refresh/tests/token-refresh.tests.csproj @@ -8,10 +8,10 @@ TokenRefresh.Tests - - - - + + + + diff --git a/snippets.json b/snippets.json index dfcbda7..2bef818 100644 --- a/snippets.json +++ b/snippets.json @@ -281,7 +281,7 @@ ], "framework": "dotnet", "lib": "Microsoft.AspNetCore.Authentication.OpenIdConnect", - "lib_version": "10.0.0", + "lib_version": "10.0.7", "docs_url": "https://learn.microsoft.com/en-us/aspnet/core/security/authentication/configure-oidc-web-authentication", "install": "", "repo_path": "samples/dotnet/login-auth-code", @@ -423,7 +423,7 @@ ], "framework": "dotnet", "lib": "Microsoft.AspNetCore.Authentication.OpenIdConnect", - "lib_version": "10.0.0", + "lib_version": "10.0.7", "docs_url": "https://learn.microsoft.com/en-us/aspnet/core/security/authentication/configure-oidc-web-authentication", "install": "", "repo_path": "samples/dotnet/token-refresh",