JiShe.CollectBus/JiShe.CollectBus.EntityFrameworkCore/JiShe.CollectBus.EntityFrameworkCore.csproj

26 lines
857 B
XML
Raw Normal View History

2024-10-22 09:28:58 +08:00
<Project Sdk="Microsoft.NET.Sdk">
2024-10-25 19:11:43 +08:00
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<LangVersion>preview</LangVersion>
2024-10-22 09:28:58 +08:00
2024-10-25 19:11:43 +08:00
</PropertyGroup>
2024-10-22 09:28:58 +08:00
2024-10-25 19:11:43 +08:00
<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.10" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="8.0.10">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="Pomelo.EntityFrameworkCore.MySql" Version="8.0.2" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\JiShe.CollectBus.Common\JiShe.CollectBus.Common.csproj" />
</ItemGroup>
2024-10-22 09:28:58 +08:00
</Project>