Skip to content
This repository has been archived by the owner on Dec 21, 2024. It is now read-only.

Commit

Permalink
Update to 7.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
josephdecock committed Aug 14, 2024
1 parent 0193c84 commit fe280c4
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 @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Duende.IdentityServer.AspNetIdentity" version="7.0.5" />
<PackageReference Include="Duende.IdentityServer.AspNetIdentity" version="7.0.6" />

<PackageReference Include="Microsoft.AspNetCore.Authentication.Google" Version="8.0.3" />
<PackageReference Include="Serilog.AspNetCore" Version="8.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 @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Duende.IdentityServer" version="7.0.5" />
<PackageReference Include="Duende.IdentityServer" version="7.0.6" />

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

<ItemGroup>
<PackageReference Include="Duende.IdentityServer.EntityFramework" version="7.0.5" />
<PackageReference Include="Duende.IdentityServer.EntityFramework" version="7.0.6" />

<PackageReference Include="Microsoft.AspNetCore.Authentication.Google" Version="8.0.3" />
<PackageReference Include="Serilog.AspNetCore" Version="8.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 @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Duende.IdentityServer" version="7.0.5" />
<PackageReference Include="Duende.IdentityServer" version="7.0.6" />

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

0 comments on commit fe280c4

Please sign in to comment.