Files
server/test/Server.IntegrationTest/Server.IntegrationTest.csproj
renovate[bot] 8c52736bd7 [deps]: Update Microsoft.NET.Test.Sdk to v18 (#6870)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-05-12 10:40:02 +02:00

24 lines
641 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<Using Include="Xunit" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="[18.5.1]" />
<PackageReference Include="xunit.v3" Version="[3.0.1]" />
<PackageReference Include="xunit.runner.visualstudio" Version="[3.1.4]" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="[10.0.3]" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\util\Server\Server.csproj" />
</ItemGroup>
</Project>