File tree 1 file changed +4
-1
lines changed
Rsk.Samples.IdentityServer.AdminUiIntegration
1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 30
30
<PackageReference Include =" Microsoft.Extensions.Logging" Version =" 8.0.0" />
31
31
<PackageReference Include =" Microsoft.Extensions.Logging.Console" Version =" 8.0.0" />
32
32
<PackageReference Include =" Microsoft.EntityFrameworkCore.SqlServer" Version =" 8.0.7" />
33
+ <PackageReference Include =" Microsoft.IdentityModel.Protocols" Version =" 8.3.0" />
34
+ <PackageReference Include =" Microsoft.IdentityModel.Protocols.OpenIdConnect" Version =" 8.3.0" />
35
+ <PackageReference Include =" Microsoft.IdentityModel.Tokens.Saml" Version =" 8.3.0" />
33
36
<PackageReference Include =" Npgsql.EntityFrameworkCore.PostgreSQL" Version =" 8.0.4" />
34
37
<PackageReference Include =" Microsoft.EntityFrameworkCore.Sqlite" Version =" 8.0.7" />
35
38
<PackageReference Include =" Pomelo.EntityFrameworkCore.MySql" Version =" 8.0.2" />
38
41
<PackageReference Include =" Rsk.DynamicAuthenticationProviders" Version =" 2.0.0" />
39
42
<PackageReference Include =" Rsk.DynamicAuthenticationProviders.EntityFramework" Version =" 2.0.0" />
40
43
<PackageReference Include =" Rsk.DynamicAuthenticationProviders.Saml" Version =" 2.0.0" />
41
- <PackageReference Include =" System.IdentityModel.Tokens.Jwt" Version =" 8.0.1 " />
44
+ <PackageReference Include =" System.IdentityModel.Tokens.Jwt" Version =" 8.3.0 " />
42
45
<PackageReference Include =" Rsk.Saml.DuendeIdentityServer" Version =" 9.1.0" />
43
46
<PackageReference Include =" Rsk.Saml.DuendeIdentityServer.EntityFramework" Version =" 9.1.0" />
44
47
</ItemGroup >
You can’t perform that action at this time.
0 commit comments