Browse Source

Update OpenIddict.Demo.API.csproj

pull/13482/head
Roc 4 years ago
committed by GitHub
parent
commit
30a50dde53
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      modules/openiddict/app/OpenIddict.Demo.API/OpenIddict.Demo.API.csproj

2
modules/openiddict/app/OpenIddict.Demo.API/OpenIddict.Demo.API.csproj

@ -8,7 +8,7 @@
<ItemGroup>
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.2.3" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="6.0.5" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="$(MicrosoftAspNetCorePackageVersion)" />
</ItemGroup>
</Project>

Loading…
Cancel
Save