CSharp-Single-EFCore/Bunny.Test.Until/Bunny.Test.Until.csproj

22 lines
714 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.NET.Test.Sdk" Version="17.10.0"/>
<PackageReference Include="NUnit" Version="4.1.0"/>
<PackageReference Include="xunit.core" Version="2.9.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Bunny.Common\Bunny.Common.csproj"/>
<ProjectReference Include="..\Bunny.Dao\Bunny.Dao.csproj"/>
<ProjectReference Include="..\Bunny.WebApi\Bunny.WebApi.csproj"/>
</ItemGroup>
</Project>