warning NU1903: Package 'SSH.NET' 2025.1.0 has a known high severity vulnerability, https://github.com/advisories/GHSA-q939-rpr3-3284
17 lines
500 B
XML
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>
|