kyy
2025-11-20 6d7b64c2f1f7561aca5db34fcf3b32d265bb757e
1
2
3
4
5
6
7
8
9
10
11
12
13
<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.167" />
    </ItemGroup>
 
</Project>