Files
Giants/Tests/Giants.Core.Tests/Giants.Core.Tests.csproj
Renovate Bot 3d11413e6b
All checks were successful
check main state / build (9.0.x) (push) Successful in 2m21s
Update dependency xunit.runner.visualstudio to 3.1.5
2026-02-05 16:52:11 +00:00

27 lines
810 B
XML

<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.NET.Test.Sdk" Version="17.14.1" />
<PackageReference Include="xunit" Version="2.9.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.5" />
</ItemGroup>
<ItemGroup>
<Using Include="Xunit" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\Src\Giants.Core\Giants.Core.csproj" />
<ProjectReference Include="..\..\Src\Giants.Application\Giants.Application.csproj" />
</ItemGroup>
</Project>