key4intranet/key4intranet.authentication/key4intranet.authentication.csproj

12 lines
257 B
XML
Raw Permalink Normal View History

2021-06-18 10:37:33 +02:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="5.0.5" />
</ItemGroup>
</Project>