elsa-core/test/component/Directory.Build.props
Sipke Schoorstra 5fd3a074c9
Resolve NU1903 warning
warning NU1903: Package 'SSH.NET' 2025.1.0 has a known high severity vulnerability, https://github.com/advisories/GHSA-q939-rpr3-3284
2026-08-15 23:52:27 +02:00

17 lines
500 B
XML

<Project>
<Import Project="$([MSBuild]::GetPathOfFileAbove('Directory.Build.props', '$(MSBuildThisFileDirectory)../'))"/>
<PropertyGroup>
<Threshold>40</Threshold>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="SSH.NET" PrivateAssets="All"/>
<PackageReference Include="Testcontainers.PostgreSql"/>
<PackageReference Include="Testcontainers.RabbitMq"/>
<PackageReference Include="Testcontainers.MsSql"/>
</ItemGroup>
</Project>