Skip to content

Commit 8af7ec4

Browse files
committed
Update Microsoft.Bcl.Cryptography to RC1
1 parent 0e1b1b0 commit 8af7ec4

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<PackageVersion Include="GitHubActionsTestLogger" Version="2.4.1" />
1212
<PackageVersion Include="Meziantou.Analyzer" Version="2.0.210" />
1313
<!-- Should stay on LTS .NET releases. -->
14-
<PackageVersion Include="Microsoft.Bcl.Cryptography" Version="10.0.0-preview.7.25380.108" />
14+
<PackageVersion Include="Microsoft.Bcl.Cryptography" Version="10.0.0-rc.1.25451.107" />
1515
<PackageVersion Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.3" />
1616
<PackageVersion Include="Microsoft.Extensions.Logging.Console" Version="9.0.7" />
1717
<PackageVersion Include="MSTest" Version="3.10.0" />

src/Renci.SshNet/Security/KeyExchangeMLKem768X25519Sha256.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313

1414
namespace Renci.SshNet.Security
1515
{
16-
#pragma warning disable SYSLIB5006 // Type is for evaluation purposes only and is subject to change or removal in future updates. Suppress this diagnostic to proceed.
1716
internal sealed class KeyExchangeMLKem768X25519Sha256 : KeyExchangeEC
1817
{
1918
private readonly MLKemAlgorithm _mlkem768 = MLKemAlgorithm.MLKem768;
@@ -161,5 +160,4 @@ protected override void Dispose(bool disposing)
161160
base.Dispose(disposing);
162161
}
163162
}
164-
#pragma warning restore SYSLIB5006 // Type is for evaluation purposes only and is subject to change or removal in future updates. Suppress this diagnostic to proceed.
165163
}

0 commit comments

Comments
 (0)