Files
Web_Faces_Prod/Face.RegularDeleteLogs/Face.RegularDeleteLogs.csproj
2025-11-25 17:41:57 +08:00

15 lines
340 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="SqlSugarCore" Version="5.1.4.197" />
</ItemGroup>
</Project>