From 4b6454c93700a3176a71bfa4c7ae82633cf71ccb Mon Sep 17 00:00:00 2001 From: Sean Farrow Date: Thu, 14 Dec 2023 11:34:47 +0000 Subject: [PATCH] Update the Rsk.Saml.* packages to version 8.0.0 except any projects that work with IdentityServer version 4. --- .../DuendeDynamicProviders/DuendeDynamicProviders.csproj | 5 ++--- DuendeIdentityServer/DuendeIdP/DuendeIdP.csproj | 5 ++--- .../SLO/SamlOidcSLO/IdentityServer/IdentityServer.csproj | 4 ++-- .../SLO/SamlOidcSLO/WebClient.OIDC/WebClient.OIDC.csproj | 2 +- .../SamlOidcSLO/WebClient.SAML.1/WebClient.SAML.1.csproj | 2 +- .../SamlOidcSLO/WebClient.SAML.2/WebClient.SAML.2.csproj | 2 +- OpenIddict/OpenIddictIdP/OpenIddictIdP.csproj | 8 ++++---- spWithIdpInitiated/spWithIdpInitiated.csproj | 2 +- spWithMultipleIdps/spWithMultipleIdps.csproj | 2 +- spWithSingleIdp/spWithSingleIdp.csproj | 2 +- 10 files changed, 16 insertions(+), 18 deletions(-) diff --git a/DuendeIdentityServer/DuendeDynamicProviders/DuendeDynamicProviders.csproj b/DuendeIdentityServer/DuendeDynamicProviders/DuendeDynamicProviders.csproj index ecf527f..a149b01 100644 --- a/DuendeIdentityServer/DuendeDynamicProviders/DuendeDynamicProviders.csproj +++ b/DuendeIdentityServer/DuendeDynamicProviders/DuendeDynamicProviders.csproj @@ -7,9 +7,8 @@ - - - + + diff --git a/DuendeIdentityServer/DuendeIdP/DuendeIdP.csproj b/DuendeIdentityServer/DuendeIdP/DuendeIdP.csproj index 41782dc..ab15e66 100644 --- a/DuendeIdentityServer/DuendeIdP/DuendeIdP.csproj +++ b/DuendeIdentityServer/DuendeIdP/DuendeIdP.csproj @@ -7,9 +7,8 @@ - - - + + \ No newline at end of file diff --git a/DuendeIdentityServer/SLO/SamlOidcSLO/IdentityServer/IdentityServer.csproj b/DuendeIdentityServer/SLO/SamlOidcSLO/IdentityServer/IdentityServer.csproj index 22f2c5c..83aa0a1 100644 --- a/DuendeIdentityServer/SLO/SamlOidcSLO/IdentityServer/IdentityServer.csproj +++ b/DuendeIdentityServer/SLO/SamlOidcSLO/IdentityServer/IdentityServer.csproj @@ -15,8 +15,8 @@ - - + + diff --git a/DuendeIdentityServer/SLO/SamlOidcSLO/WebClient.OIDC/WebClient.OIDC.csproj b/DuendeIdentityServer/SLO/SamlOidcSLO/WebClient.OIDC/WebClient.OIDC.csproj index 1c94453..a3b1182 100644 --- a/DuendeIdentityServer/SLO/SamlOidcSLO/WebClient.OIDC/WebClient.OIDC.csproj +++ b/DuendeIdentityServer/SLO/SamlOidcSLO/WebClient.OIDC/WebClient.OIDC.csproj @@ -10,7 +10,7 @@ - + diff --git a/DuendeIdentityServer/SLO/SamlOidcSLO/WebClient.SAML.1/WebClient.SAML.1.csproj b/DuendeIdentityServer/SLO/SamlOidcSLO/WebClient.SAML.1/WebClient.SAML.1.csproj index a0b9dd7..294534c 100644 --- a/DuendeIdentityServer/SLO/SamlOidcSLO/WebClient.SAML.1/WebClient.SAML.1.csproj +++ b/DuendeIdentityServer/SLO/SamlOidcSLO/WebClient.SAML.1/WebClient.SAML.1.csproj @@ -9,7 +9,7 @@ - + diff --git a/DuendeIdentityServer/SLO/SamlOidcSLO/WebClient.SAML.2/WebClient.SAML.2.csproj b/DuendeIdentityServer/SLO/SamlOidcSLO/WebClient.SAML.2/WebClient.SAML.2.csproj index 2e52131..3fd66ab 100644 --- a/DuendeIdentityServer/SLO/SamlOidcSLO/WebClient.SAML.2/WebClient.SAML.2.csproj +++ b/DuendeIdentityServer/SLO/SamlOidcSLO/WebClient.SAML.2/WebClient.SAML.2.csproj @@ -9,7 +9,7 @@ - + diff --git a/OpenIddict/OpenIddictIdP/OpenIddictIdP.csproj b/OpenIddict/OpenIddictIdP/OpenIddictIdP.csproj index 5d2fc7a..7506634 100644 --- a/OpenIddict/OpenIddictIdP/OpenIddictIdP.csproj +++ b/OpenIddict/OpenIddictIdP/OpenIddictIdP.csproj @@ -10,7 +10,7 @@ - + @@ -21,9 +21,9 @@ - - - + + + diff --git a/spWithIdpInitiated/spWithIdpInitiated.csproj b/spWithIdpInitiated/spWithIdpInitiated.csproj index b7b2bf2..151888d 100644 --- a/spWithIdpInitiated/spWithIdpInitiated.csproj +++ b/spWithIdpInitiated/spWithIdpInitiated.csproj @@ -5,7 +5,7 @@ - + diff --git a/spWithMultipleIdps/spWithMultipleIdps.csproj b/spWithMultipleIdps/spWithMultipleIdps.csproj index f4e9ad5..dabc3ad 100644 --- a/spWithMultipleIdps/spWithMultipleIdps.csproj +++ b/spWithMultipleIdps/spWithMultipleIdps.csproj @@ -5,7 +5,7 @@ - + diff --git a/spWithSingleIdp/spWithSingleIdp.csproj b/spWithSingleIdp/spWithSingleIdp.csproj index 7b7d74b..1831518 100644 --- a/spWithSingleIdp/spWithSingleIdp.csproj +++ b/spWithSingleIdp/spWithSingleIdp.csproj @@ -7,7 +7,7 @@ - +