You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Furion/framework/Furion.Extras.Authenticatio.../Furion.Extras.Authenticatio...

14 lines
357 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<version>2.16.9</version>
<Description>Furion Jwt 授权验证拓展插件。</Description>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="5.0.8" />
</ItemGroup>
</Project>