diff options
author | Peter Dettman <peter.dettman@bouncycastle.org> | 2023-11-14 12:24:40 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2023-11-14 12:24:40 +0700 |
commit | 0755d25480846c81f414e39efc617f8964cb66d6 (patch) | |
tree | 513f44bea69de706f3993ad925732830f2921aba /crypto/test | |
parent | Microsoft.NET.Test.Sdk 17.8.0 (diff) | |
download | BouncyCastle.NET-ed25519-0755d25480846c81f414e39efc617f8964cb66d6.tar.xz |
NUnit 3.14.0
Diffstat (limited to 'crypto/test')
-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 0fb5d07ae..0bce75b1a 100644 --- a/crypto/test/BouncyCastle.Crypto.Tests.csproj +++ b/crypto/test/BouncyCastle.Crypto.Tests.csproj @@ -35,7 +35,7 @@ <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> </PackageReference> - <PackageReference Include="NUnit" Version="3.13.3" /> + <PackageReference Include="NUnit" Version="3.14.0" /> <PackageReference Include="NUnit3TestAdapter" Version="4.5.0" /> </ItemGroup> <ItemGroup> |