diff options
author | Peter Dettman <peter.dettman@bouncycastle.org> | 2023-08-31 10:46:52 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2023-08-31 10:46:52 +0700 |
commit | f6aab0be05a5a176771e865825fc5962b33a45c8 (patch) | |
tree | 41d475c515be3516403fed35f5c28a9af575f92a | |
parent | updated SPHINCS+ private key encoding (diff) | |
download | BouncyCastle.NET-ed25519-f6aab0be05a5a176771e865825fc5962b33a45c8.tar.xz |
Microsoft.NET.Test.Sdk 17.7.2
-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 ff158ead8..2b18e978d 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.7.1" /> + <PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.2" /> <PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.3"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |