Seyounth.Auto.Hs/share/Syc.Authorize.JwtBearer/Syc.Authorize.JwtBearer.csproj

15 lines
439 B
XML
Raw Normal View History

2025-06-04 09:42:48 +08:00
<Project Sdk="Microsoft.NET.Sdk">
<Import Project="..\..\common.props" />
<PropertyGroup>
2025-06-23 14:22:59 +08:00
<TargetFramework>net8.0</TargetFramework>
2025-06-04 09:42:48 +08:00
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="6.0.31" />
<PackageReference Include="Volo.Abp.Core" Version="6.0.0" />
</ItemGroup>
</Project>