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

14 lines
304 B
XML
Raw Normal View History

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