This commit is contained in:
2021-10-13 18:16:47 -04:00
parent d0ad783cfd
commit 2552ad4d87
3 changed files with 45 additions and 0 deletions

View File

@@ -4,4 +4,9 @@
<TargetFramework>net5.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="5.0.11" />
<PackageReference Include="Microsoft.IdentityModel.Protocols.OpenIdConnect" Version="6.13.1" />
</ItemGroup>
</Project>