LSFE/LSFE.Domain/LSFE.Domain.csproj
2026-07-30 10:31:04 +08:00

20 lines
617 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="ClosedXML" Version="0.105.0" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="8.0.20" />
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="8.0.20" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\LSFE.Infrastructure\LSFE.Infrastructure.csproj" />
</ItemGroup>
</Project>