Skip to content

Commit

Permalink
Bump OpenIddict to 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinchalet committed Dec 18, 2023
1 parent 6402026 commit b2148bb
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 18 deletions.
20 changes: 10 additions & 10 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
<PackageVersion Include="Microsoft.Owin.Security.OpenIdConnect" Version="4.2.2" />
<PackageVersion Include="Microsoft.Owin.Security.Twitter" Version="4.2.2" />
<PackageVersion Include="Microsoft.Web.Infrastructure" Version="1.0.0" />
<PackageVersion Include="OpenIddict.EntityFramework" Version="4.10.1" />
<PackageVersion Include="OpenIddict.Owin" Version="4.10.1" />
<PackageVersion Include="OpenIddict.EntityFramework" Version="5.0.0" />
<PackageVersion Include="OpenIddict.Owin" Version="5.0.0" />
<PackageVersion Include="WebGrease" Version="1.6.0" />
</ItemGroup>

Expand Down Expand Up @@ -80,14 +80,14 @@
<PackageVersion Include="Microsoft.Extensions.Http" Version="8.0.0" />
<PackageVersion Include="Microsoft.Extensions.Hosting" Version="8.0.0" />
<PackageVersion Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="8.0.0" />
<PackageVersion Include="OpenIddict.Abstractions" Version="4.10.1" />
<PackageVersion Include="OpenIddict.AspNetCore" Version="4.10.1" />
<PackageVersion Include="OpenIddict.Client.SystemIntegration" Version="4.10.1" />
<PackageVersion Include="OpenIddict.Client.SystemNetHttp" Version="4.10.1" />
<PackageVersion Include="OpenIddict.EntityFrameworkCore" Version="4.10.1" />
<PackageVersion Include="OpenIddict.Quartz" Version="4.10.1" />
<PackageVersion Include="OpenIddict.Validation.AspNetCore" Version="4.10.1" />
<PackageVersion Include="OpenIddict.Validation.SystemNetHttp" Version="4.10.1" />
<PackageVersion Include="OpenIddict.Abstractions" Version="5.0.0" />
<PackageVersion Include="OpenIddict.AspNetCore" Version="5.0.0" />
<PackageVersion Include="OpenIddict.Client.SystemIntegration" Version="5.0.0" />
<PackageVersion Include="OpenIddict.Client.SystemNetHttp" Version="5.0.0" />
<PackageVersion Include="OpenIddict.EntityFrameworkCore" Version="5.0.0" />
<PackageVersion Include="OpenIddict.Quartz" Version="5.0.0" />
<PackageVersion Include="OpenIddict.Validation.AspNetCore" Version="5.0.0" />
<PackageVersion Include="OpenIddict.Validation.SystemNetHttp" Version="5.0.0" />
<PackageVersion Include="Quartz.Extensions.Hosting" Version="3.5.0" />
<PackageVersion Include="Spectre.Console" Version="0.46.0" />
<PackageVersion Include="System.Linq.Async" Version="6.0.1" />
Expand Down
2 changes: 1 addition & 1 deletion samples/Balosar/Balosar.Server/Worker.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ await manager.CreateAsync(new OpenIddictApplicationDescriptor
ClientId = "balosar-blazor-client",
ConsentType = ConsentTypes.Explicit,
DisplayName = "Blazor client application",
Type = ClientTypes.Public,
ClientType = ClientTypes.Public,
PostLogoutRedirectUris =
{
new Uri("https://localhost:44310/authentication/logout-callback")
Expand Down
6 changes: 3 additions & 3 deletions samples/Fornax/Fornax.Server/Web.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<!--
For more information on how to configure your ASP.NET application, please visit
https://go.microsoft.com/fwlink/?LinkId=169433
Expand Down Expand Up @@ -115,8 +115,8 @@
<bindingRedirect oldVersion="0.0.0.0-4.0.3.0" newVersion="4.0.3.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Memory" publicKeyToken="cc7b13ffcd2ddd51" />
<bindingRedirect oldVersion="0.0.0.0-4.0.1.1" newVersion="4.0.1.1" />
<assemblyIdentity name="System.Memory" culture="neutral" publicKeyToken="cc7b13ffcd2ddd51" />
<bindingRedirect oldVersion="0.0.0.0-4.0.1.2" newVersion="4.0.1.2" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Runtime.CompilerServices.Unsafe" publicKeyToken="b03f5f7f11d50a3a" />
Expand Down
2 changes: 1 addition & 1 deletion samples/Matty/Matty.Server/Worker.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public async Task StartAsync(CancellationToken cancellationToken)
await manager.CreateAsync(new OpenIddictApplicationDescriptor
{
ClientId = "device",
Type = ClientTypes.Public,
ClientType = ClientTypes.Public,
ConsentType = ConsentTypes.Explicit,
DisplayName = "Device client",
Permissions =
Expand Down
4 changes: 2 additions & 2 deletions samples/Mortis/Mortis.Client/Web.config
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@
<bindingRedirect oldVersion="0.0.0.0-4.0.3.0" newVersion="4.0.3.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Memory" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.0.1.1" newVersion="4.0.1.1" />
<assemblyIdentity name="System.Memory" culture="neutral" publicKeyToken="cc7b13ffcd2ddd51" />
<bindingRedirect oldVersion="0.0.0.0-4.0.1.2" newVersion="4.0.1.2" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Runtime.CompilerServices.Unsafe" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
Expand Down
2 changes: 1 addition & 1 deletion samples/Zirku/Zirku.Server/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ await manager.CreateAsync(new OpenIddictApplicationDescriptor
await manager.CreateAsync(new OpenIddictApplicationDescriptor
{
ClientId = "spa",
Type = ClientTypes.Public,
ClientType = ClientTypes.Public,
RedirectUris =
{
new Uri("http://localhost:5112/index.html"),
Expand Down

0 comments on commit b2148bb

Please sign in to comment.