Files
Giants/Tests/Giants.Core.Tests/Giants.Core.Tests.csproj
Renovate Bot 0ebca20478
All checks were successful
check main state / build (9.0.x) (push) Successful in 1m28s
Update vstest monorepo
2025-04-02 15:42:39 +02: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.13.0" />
<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>