One more value

This commit is contained in:
Sebastien Ros 2019-03-22 12:54:15 -07:00 committed by Artak
parent 1fb26a6467
commit 6d93a74a2c
1 changed files with 1 additions and 1 deletions

View File

@ -40,6 +40,6 @@
<!-- Special-case the JwtBearer package because assembly no longer ships in Microsoft.AspNetCore.App. -->
<!-- Cannot use <Reference> because it's unsupported when building an isolated project. -->
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="$(BenchmarksAspNetCoreVersion)" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="$(MicrosoftAspNetCoreAppPackageVersion)" />
</ItemGroup>
</Project>