|
24 | 24 | <PackageReference Include="Duende.IdentityServer.AspNetIdentity" Version="7.0.0-rc.1" />
|
25 | 25 | <PackageReference Include="Duende.IdentityServer.EntityFramework" Version="7.0.0-rc.1" />
|
26 | 26 | <PackageReference Include="Microsoft.Data.SqlClient" Version="5.1.4" />
|
27 |
| - <PackageReference Include="Microsoft.AspNetCore.Authentication.Google" Version="8.0.0" /> |
28 |
| - <PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="8.0.0" /> |
29 |
| - <PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="8.0.0" /> |
| 27 | + <PackageReference Include="Microsoft.AspNetCore.Authentication.Google" Version="8.0.1" /> |
| 28 | + <PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="8.0.1" /> |
| 29 | + <PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="8.0.1" /> |
30 | 30 | <PackageReference Include="Microsoft.Extensions.Logging" Version="8.0.0" />
|
31 | 31 | <PackageReference Include="Microsoft.Extensions.Logging.Console" Version="8.0.0" />
|
32 |
| - <PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="8.0.0" /> |
| 32 | + <PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="8.0.1" /> |
33 | 33 | <PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="8.0.0" />
|
34 |
| - <PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="8.0.0" /> |
| 34 | + <PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="8.0.1" /> |
35 | 35 | <PackageReference Include="Pomelo.EntityFrameworkCore.MySql" Version="8.0.0-beta.2" />
|
36 | 36 | <PackageReference Include="Rsk.DynamicAuthenticationProviders" Version="1.5.2" />
|
37 | 37 | <PackageReference Include="Rsk.DynamicAuthenticationProviders.EntityFramework" Version="1.4.2" />
|
38 | 38 | <PackageReference Include="Rsk.DynamicAuthenticationProviders.Saml" Version="1.7.2" />
|
39 |
| - <PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="7.0.3" /> |
| 39 | + <PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="7.2.0" /> |
40 | 40 | <PackageReference Include="Rsk.Saml.DuendeIdentityServer" Version="7.2.2" />
|
41 | 41 | <PackageReference Include="Rsk.Saml.DuendeIdentityServer.EntityFramework" Version="7.2.2" />
|
42 | 42 | </ItemGroup>
|
|
0 commit comments