key4intranet/key4intranet.authentication/key4intranet.authentication.csproj
2021-06-18 10:37:33 +02:00

12 lines
257 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="5.0.5" />
</ItemGroup>
</Project>