Files
QYZH.InteractiveMagazine/QYZH.InteractiveMagazine.Models/QYZH.InteractiveMagazine.Models.csproj

15 lines
371 B
XML
Raw Normal View History

<Project Sdk="Microsoft.NET.Sdk">
2026-06-01 13:42:40 +08:00
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
2026-06-01 13:42:40 +08:00
</PropertyGroup>
<ItemGroup>
<PackageReference Include="SqlSugarCore" Version="5.1.4.166" />
</ItemGroup>
</Project>