Skip to content

Commit 1d2d186

Browse files
authored
fix Package Downgrade Warning with .NET 9 SDK (#1538)
for some reason this happens starting with .NET 9.0 RC2: /home/mus/git/SSH.NET/test/Renci.SshNet.IntegrationTests/Renci.SshNet.IntegrationTests.csproj : error NU1605: Warning As Error: Detected package downgrade: BouncyCastle.Cryptography from 2.4.0 to 2.3.1. Reference the package directly from the project to select a different version. Renci.SshNet.IntegrationTests -> SSH.NET 1.0.0 -> BouncyCastle.Cryptography (>= 2.4.0) Renci.SshNet.IntegrationTests -> Testcontainers 3.10.0 -> BouncyCastle.Cryptography (>= 2.3.1)
1 parent 6b4524e commit 1d2d186

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/Renci.SshNet.IntegrationTests/Renci.SshNet.IntegrationTests.csproj

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
</ItemGroup>
1414

1515
<ItemGroup>
16+
<PackageReference Include="BouncyCastle.Cryptography" />
1617
<PackageReference Include="Microsoft.NET.Test.Sdk" />
1718
<PackageReference Include="MSTest.TestAdapter" />
1819
<PackageReference Include="MSTest.TestFramework" />

0 commit comments

Comments
 (0)