CSharp-Single-EFCore/Bunny.Dao/Bunny.Dao.csproj

19 lines
505 B
XML
Raw Normal View History

2024-08-08 22:23:36 +08:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Mvc.Abstractions" Version="2.2.0"/>
<PackageReference Include="Microsoft.AspNetCore.Mvc.Core" Version="2.2.5"/>
2024-08-08 22:23:36 +08:00
</ItemGroup>
2024-09-02 09:00:50 +08:00
<ItemGroup>
<Folder Include="Common\"/>
2024-09-02 09:00:50 +08:00
</ItemGroup>
2024-08-08 22:23:36 +08:00
</Project>