2024-07-15 10:31:26 +08:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
2024-09-20 09:59:25 +08:00
|
|
|
|
<TargetFramework>net8.0</TargetFramework>
|
2024-07-15 10:31:26 +08:00
|
|
|
|
<Platforms>AnyCPU;x64;x86</Platforms>
|
|
|
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2024-09-20 09:59:25 +08:00
|
|
|
|
<PackageReference Include="Abp" Version="9.4.2" />
|
2024-11-26 13:45:28 +08:00
|
|
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.Abstractions" Version="9.0.0" />
|
|
|
|
|
|
<PackageReference Include="MySql.Data" Version="9.1.0" />
|
|
|
|
|
|
<PackageReference Include="MySql.EntityFrameworkCore" Version="8.0.8" />
|
2024-07-15 10:31:26 +08:00
|
|
|
|
</ItemGroup>
|
2024-11-26 13:45:28 +08:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="8.0.11" />
|
|
|
|
|
|
</ItemGroup>
|
2024-07-15 10:31:26 +08:00
|
|
|
|
</Project>
|