Skip to content

Commit

Permalink
update IS version
Browse files Browse the repository at this point in the history
  • Loading branch information
brockallen committed Jun 27, 2023
1 parent efb4953 commit 852924e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Duende.IdentityServer.AspNetIdentity" Version="6.3.0" />
<PackageReference Include="Duende.IdentityServer.AspNetIdentity" Version="6.3.2" />

<PackageReference Include="Microsoft.AspNetCore.Authentication.Google" Version="6.0.0" />
<PackageReference Include="Serilog.AspNetCore" Version="6.0.0" />
Expand Down
2 changes: 1 addition & 1 deletion src/IdentityServerEmpty/IdentityServerEmpty.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Duende.IdentityServer" Version="6.3.0" />
<PackageReference Include="Duende.IdentityServer" Version="6.3.2" />

<PackageReference Include="Serilog.AspNetCore" Version="6.0.0" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Duende.IdentityServer.EntityFramework" Version="6.3.0" />
<PackageReference Include="Duende.IdentityServer.EntityFramework" Version="6.3.2" />

<PackageReference Include="Microsoft.AspNetCore.Authentication.Google" Version="6.0.0" />
<PackageReference Include="Serilog.AspNetCore" Version="6.0.0" />
Expand Down
2 changes: 1 addition & 1 deletion src/IdentityServerInMem/IdentityServerInMem.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Duende.IdentityServer" Version="6.3.0" />
<PackageReference Include="Duende.IdentityServer" Version="6.3.2" />

<PackageReference Include="Microsoft.AspNetCore.Authentication.Google" Version="6.0.0" />
<PackageReference Include="Serilog.AspNetCore" Version="6.0.0" />
Expand Down

0 comments on commit 852924e

Please sign in to comment.