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

18 lines
420 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"/>
</ItemGroup>
2024-09-02 09:00:50 +08:00
<ItemGroup>
<Folder Include="Model\"/>
</ItemGroup>
2024-08-08 22:23:36 +08:00
</Project>