Files
it/backend/HardwarePerformance.Infrastructure.Tests/HardwarePerformance.Infrastructure.Tests.csproj

29 lines
1.1 KiB
XML
Raw Normal View History

2025-11-03 19:47:36 +08:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net9.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<IsPackable>false</IsPackable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="coverlet.collector" Version="6.0.4" />
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="9.0.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.14.1" />
<PackageReference Include="Moq" Version="4.20.72" />
<PackageReference Include="xunit" Version="2.9.3" />
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.4" />
</ItemGroup>
<ItemGroup>
<Using Include="Xunit" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\HardwarePerformance.Infrastructure\HardwarePerformance.Infrastructure.csproj" />
<ProjectReference Include="..\HardwarePerformance.Core\HardwarePerformance.Core.csproj" />
<ProjectReference Include="..\HardwarePerformance.Application\HardwarePerformance.Application.csproj" />
</ItemGroup>
</Project>