Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
KSemenenko committed Aug 24, 2024
1 parent f408a40 commit c871d1c
Showing 1 changed file with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,12 @@

<ItemGroup>
<PackageReference Include="xunit" Version="2.9.0"/>
<PackageReference Update="DotNet.ReproducibleBuilds" Version="1.2.4">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="8.0.8"/>
<PackageReference Include="Microsoft.AspNetCore.SignalR.Client" Version="8.0.8"/>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0"/>
<PackageReference Include="Microsoft.Playwright" Version="1.46.0"/>
<PackageReference Include="Microsoft.TestPlatform.TestHost" Version="17.11.0"/>
<PackageReference Include="Testcontainers" Version="3.9.0"/>
</ItemGroup>

</Project>

0 comments on commit c871d1c

Please sign in to comment.