21 lines
548 B
XML
21 lines
548 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net8.0</TargetFramework>
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
|
|
<Optimize>false</Optimize>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="SqlSugarCoreNoDrive" Version="5.1.4.161" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\HT.Cloud.Code\HT.Cloud.Code.csproj" />
|
|
<ProjectReference Include="..\HT.Cloud.Domain\HT.Cloud.Domain.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|