Files
Giants/Tests/Giants.Core.Tests/Giants.Core.Tests.csproj
Renovate Bot 334f3a45b1
Some checks failed
check main state / build (9.0.x) (push) Has been cancelled
Update dependency xunit.runner.visualstudio to v3
2025-03-31 00:00:33 +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.2" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageReference Include="xunit" Version="2.9.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.2" />
</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>