Files
Giants/Tests/Giants.Application.Tests/Giants.Application.Tests.csproj
Renovate Bot 3206c99073
All checks were successful
check main state / build (9.0.x) (push) Successful in 2m30s
Update dependency Microsoft.Extensions.DependencyInjection to 9.0.12
2026-02-05 14:13:22 +00:00

28 lines
903 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.Extensions.DependencyInjection" Version="9.0.12" />
<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.Application\Giants.Application.csproj" />
<ProjectReference Include="..\..\Src\Giants.Core\Giants.Core.csproj" />
</ItemGroup>
</Project>