Files
Giants/Tests/Giants.Core.Tests/Giants.Core.Tests.csproj
Renovate Bot c421101ace
All checks were successful
check main state / build (9.0.x) (push) Successful in 2m14s
Update dependency Microsoft.NET.Test.Sdk to v18
2026-02-07 14:33:38 +00:00

27 lines
809 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="18.0.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>