Files
HTCloud/HT.Cloud.Data/HT.Cloud.DataBase.csproj

23 lines
670 B
XML
Raw Normal View History

2023-03-03 16:07:50 +08:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<Optimize>false</Optimize>
</PropertyGroup>
<ItemGroup>
2023-11-06 21:26:55 +08:00
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.1.0" />
<PackageReference Include="MySqlConnector" Version="2.2.5" />
<PackageReference Include="Npgsql" Version="5.0.7" />
2024-11-13 09:52:59 +08:00
<PackageReference Include="SqlSugarCoreNoDrive" Version="5.1.4.59" />
2023-03-03 16:07:50 +08:00
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\HT.Cloud.Code\HT.Cloud.Code.csproj" />
</ItemGroup>
</Project>