diff options
author | Peter Dettman <peter.dettman@bouncycastle.org> | 2023-08-10 21:31:57 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2023-08-10 21:31:57 +0700 |
commit | b7ece2ed1626c0834cc04f6958d64537bd292c44 (patch) | |
tree | 90c02d007f3af4a3d935f065d98ca3a4082579d9 /crypto | |
parent | Added handling of L=1 in GenerateLmsContext() (diff) | |
download | BouncyCastle.NET-ed25519-b7ece2ed1626c0834cc04f6958d64537bd292c44.tar.xz |
Microsoft.NET.Test.Sdk 17.7.0
Diffstat (limited to 'crypto')
-rw-r--r-- | crypto/test/BouncyCastle.Crypto.Tests.csproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/test/BouncyCastle.Crypto.Tests.csproj b/crypto/test/BouncyCastle.Crypto.Tests.csproj index 0264491a3..08fcae206 100644 --- a/crypto/test/BouncyCastle.Crypto.Tests.csproj +++ b/crypto/test/BouncyCastle.Crypto.Tests.csproj @@ -30,7 +30,7 @@ <EmbeddedResource Include="data\**\*.*" Exclude="**\README.txt" /> </ItemGroup> <ItemGroup> - <PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.3" /> + <PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.0" /> <PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.3"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |