1
0
mirror of https://github.com/bitwarden/server.git synced 2025-04-05 05:00:19 -05:00

Bump Saml2 dependency to 2.8.0, which adds support for .NET 5. (#1526)

This commit is contained in:
Oscar Hinton 2021-08-19 11:16:12 +02:00 committed by GitHub
parent a735bdd027
commit 7058fe3ed0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@
<PropertyGroup Condition=" '$(RunConfiguration)' == 'Sso' " />
<ItemGroup>
<PackageReference Include="NewRelic.Agent" Version="8.41.0" />
<PackageReference Include="Sustainsys.Saml2.AspNetCore2" Version="2.7.0" />
<PackageReference Include="Sustainsys.Saml2.AspNetCore2" Version="2.8.0" />
</ItemGroup>
<ItemGroup>