SOMS/src/YunDa.Domain/YunDa.ISAS.Entities/YunDa.SOMS.Entities.csproj

15 lines
538 B
XML
Raw Normal View History

2024-07-15 10:31:26 +08:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<Platforms>AnyCPU;x64;x86</Platforms>
<PlatformTarget>AnyCPU</PlatformTarget>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Abp" Version="6.4.0" />
2024-08-21 16:50:14 +08:00
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="6.0.32" />
2024-07-15 10:31:26 +08:00
<PackageReference Include="MongoDB.Bson" Version="2.13.1" />
2024-08-21 16:50:14 +08:00
<PackageReference Include="MySql.EntityFrameworkCore" Version="6.0.30" />
2024-07-15 10:31:26 +08:00
</ItemGroup>
</Project>