Skip to content

Commit b9e2320

Browse files
committed
Proposed alternative fix: Added Microsoft.IdentityModel.Tokens.Saml Version="8.6.0"
The following transitive packages were also changed: Updates: Microsoft.IdentityModel.Abstractions.7.0.3 -> Microsoft.IdentityModel.Abstractions.8.6.0 Microsoft.IdentityModel.Logging.7.0.3 -> Microsoft.IdentityModel.Logging.8.6.0 Microsoft.IdentityModel.Tokens.7.0.3 -> Microsoft.IdentityModel.Tokens.8.6.0 Microsoft.IdentityModel.Tokens.Saml.7.0.3 -> Microsoft.IdentityModel.Tokens.Saml.8.6.0 Microsoft.IdentityModel.Xml.7.0.3 -> Microsoft.IdentityModel.Xml.8.6.0 Installing: Microsoft.Bcl.Memory.9.0.0
1 parent 4d5fcde commit b9e2320

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

webapp/webapp.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
<ItemGroup>
1111
<PackageReference Include="Microsoft.AspNetCore.Authentication.WsFederation" Version="8.0.0" />
1212
<PackageReference Include="Microsoft.AspNetCore.Identity.UI" Version="8.0.0" />
13+
<PackageReference Include="Microsoft.IdentityModel.Tokens.Saml" Version="8.6.0" />
1314
</ItemGroup>
1415

1516
</Project>

0 commit comments

Comments
 (0)