diff --git a/Packages.props b/Packages.props index 02568e53..91014263 100644 --- a/Packages.props +++ b/Packages.props @@ -1,59 +1,88 @@ - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - + - - - - + - - - - - - - - - - - - - - - - + - - - + - @@ -63,100 +92,111 @@ + + + + + + + - + + + + + + + + + + + + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + - - - - - - + + - + - + - - - - - - + + + + + + + - - - + + + + + + + + + + + diff --git a/global.json b/global.json index 5683bc14..84cb0142 100644 --- a/global.json +++ b/global.json @@ -1,15 +1,15 @@ { "sdk": { - "version": "6.0.301" + "version": "6.0.402" }, "tools": { - "dotnet": "6.0.301", + "dotnet": "6.0.402", "runtimes": { "aspnetcore": [ "2.1.30", - "3.1.26" + "3.1.30" ] } }, diff --git a/sandbox/OpenIddict.Sandbox.AspNet.Client/Views/Web.config b/sandbox/OpenIddict.Sandbox.AspNet.Client/Views/Web.config index 20ea6bf7..ebb05f22 100644 --- a/sandbox/OpenIddict.Sandbox.AspNet.Client/Views/Web.config +++ b/sandbox/OpenIddict.Sandbox.AspNet.Client/Views/Web.config @@ -9,7 +9,7 @@ - + @@ -36,7 +36,7 @@ - + diff --git a/sandbox/OpenIddict.Sandbox.AspNet.Client/Web.config b/sandbox/OpenIddict.Sandbox.AspNet.Client/Web.config index c270c150..1360cc85 100644 --- a/sandbox/OpenIddict.Sandbox.AspNet.Client/Web.config +++ b/sandbox/OpenIddict.Sandbox.AspNet.Client/Web.config @@ -31,7 +31,7 @@ - + diff --git a/sandbox/OpenIddict.Sandbox.AspNet.Server/Views/Web.config b/sandbox/OpenIddict.Sandbox.AspNet.Server/Views/Web.config index 311182e1..d29d5838 100644 --- a/sandbox/OpenIddict.Sandbox.AspNet.Server/Views/Web.config +++ b/sandbox/OpenIddict.Sandbox.AspNet.Server/Views/Web.config @@ -9,7 +9,7 @@ - + @@ -36,7 +36,7 @@ - + diff --git a/sandbox/OpenIddict.Sandbox.AspNet.Server/Web.config b/sandbox/OpenIddict.Sandbox.AspNet.Server/Web.config index dbeeefd5..07e28e0d 100644 --- a/sandbox/OpenIddict.Sandbox.AspNet.Server/Web.config +++ b/sandbox/OpenIddict.Sandbox.AspNet.Server/Web.config @@ -37,7 +37,7 @@ - + @@ -139,19 +139,19 @@ - + - + - - + + diff --git a/src/OpenIddict.Abstractions/OpenIddict.Abstractions.csproj b/src/OpenIddict.Abstractions/OpenIddict.Abstractions.csproj index eee415c8..5c9a7a38 100644 --- a/src/OpenIddict.Abstractions/OpenIddict.Abstractions.csproj +++ b/src/OpenIddict.Abstractions/OpenIddict.Abstractions.csproj @@ -13,9 +13,6 @@ - - - + + + + + @@ -32,6 +36,13 @@ + + + + diff --git a/src/OpenIddict.Client.SystemNetHttp/OpenIddict.Client.SystemNetHttp.csproj b/src/OpenIddict.Client.SystemNetHttp/OpenIddict.Client.SystemNetHttp.csproj index e691f9b3..e8f9bd3e 100644 --- a/src/OpenIddict.Client.SystemNetHttp/OpenIddict.Client.SystemNetHttp.csproj +++ b/src/OpenIddict.Client.SystemNetHttp/OpenIddict.Client.SystemNetHttp.csproj @@ -14,15 +14,27 @@ + + + + - + + + diff --git a/src/OpenIddict.Client/OpenIddict.Client.csproj b/src/OpenIddict.Client/OpenIddict.Client.csproj index 02ba4e48..e90dc62f 100644 --- a/src/OpenIddict.Client/OpenIddict.Client.csproj +++ b/src/OpenIddict.Client/OpenIddict.Client.csproj @@ -18,9 +18,9 @@ To use the client feature on ASP.NET Core or OWIN/Katana, reference the OpenIddi - - + + + + + + - - + + + + diff --git a/src/OpenIddict.Validation/OpenIddict.Validation.csproj b/src/OpenIddict.Validation/OpenIddict.Validation.csproj index 7822bdc4..93b6349c 100644 --- a/src/OpenIddict.Validation/OpenIddict.Validation.csproj +++ b/src/OpenIddict.Validation/OpenIddict.Validation.csproj @@ -18,7 +18,8 @@ To use the validation feature on ASP.NET Core or OWIN/Katana, reference the Open - + + diff --git a/test/OpenIddict.Client.IntegrationTests/OpenIddict.Client.IntegrationTests.csproj b/test/OpenIddict.Client.IntegrationTests/OpenIddict.Client.IntegrationTests.csproj index 3506d18e..28d0ac08 100644 --- a/test/OpenIddict.Client.IntegrationTests/OpenIddict.Client.IntegrationTests.csproj +++ b/test/OpenIddict.Client.IntegrationTests/OpenIddict.Client.IntegrationTests.csproj @@ -15,13 +15,19 @@ - + + + + diff --git a/test/OpenIddict.Server.IntegrationTests/OpenIddict.Server.IntegrationTests.csproj b/test/OpenIddict.Server.IntegrationTests/OpenIddict.Server.IntegrationTests.csproj index 38ac16ae..2c94cec3 100644 --- a/test/OpenIddict.Server.IntegrationTests/OpenIddict.Server.IntegrationTests.csproj +++ b/test/OpenIddict.Server.IntegrationTests/OpenIddict.Server.IntegrationTests.csproj @@ -20,13 +20,19 @@ - + + + + diff --git a/test/OpenIddict.Validation.IntegrationTests/OpenIddict.Validation.IntegrationTests.csproj b/test/OpenIddict.Validation.IntegrationTests/OpenIddict.Validation.IntegrationTests.csproj index f4b3a46b..f2ea1e0e 100644 --- a/test/OpenIddict.Validation.IntegrationTests/OpenIddict.Validation.IntegrationTests.csproj +++ b/test/OpenIddict.Validation.IntegrationTests/OpenIddict.Validation.IntegrationTests.csproj @@ -19,13 +19,19 @@ - + + + +