summary refs log tree commit diff
path: root/crypto/test
diff options
context:
space:
mode:
authorPeter Dettman <peter.dettman@bouncycastle.org>2023-04-21 19:23:38 +0700
committerPeter Dettman <peter.dettman@bouncycastle.org>2023-04-21 19:23:38 +0700
commitd71749013487e28f72d66e0694e91c3186be94e2 (patch)
tree0b35b57d0776653d0e0ade68a054d368339ad5b8 /crypto/test
parentRefactoring (diff)
parentPatch #1 for 2.2 (diff)
downloadBouncyCastle.NET-ed25519-d71749013487e28f72d66e0694e91c3186be94e2.tar.xz
Merge branch 'release/v2.2'
Diffstat (limited to 'crypto/test')
-rw-r--r--crypto/test/BouncyCastle.Crypto.Tests.csproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/test/BouncyCastle.Crypto.Tests.csproj b/crypto/test/BouncyCastle.Crypto.Tests.csproj

index 94d2eff7b..bc7e8cd9f 100644 --- a/crypto/test/BouncyCastle.Crypto.Tests.csproj +++ b/crypto/test/BouncyCastle.Crypto.Tests.csproj
@@ -17,10 +17,12 @@ <PropertyGroup Condition="'$(Configuration)'=='Release'"> <DefineConstants>DEBUG;TRACE</DefineConstants> + <Optimize>True</Optimize> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)'=='Publish'"> <DefineConstants>DEBUG;TRACE</DefineConstants> + <Optimize>True</Optimize> </PropertyGroup> <ItemGroup>