Remove Microsoft.IdentityModel packages from API which caused method not found bug (#668)

This commit is contained in:
Leendert de Borst
2025-03-14 13:01:46 +01:00
committed by Leendert de Borst
parent 934d0d9e56
commit b41449f892

View File

@@ -23,8 +23,6 @@
<PackageReference Include="Asp.Versioning.Mvc" Version="8.1.0" />
<PackageReference Include="Asp.Versioning.Mvc.ApiExplorer" Version="8.1.0" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="9.0.2" />
<PackageReference Include="Microsoft.IdentityModel.JsonWebTokens" Version="8.6.0" />
<PackageReference Include="Microsoft.IdentityModel.Tokens" Version="8.6.1" />
<PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.556">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>