summary refs log tree commit diff
path: root/crypto.tests.Net45
diff options
context:
space:
mode:
authorPeter Dettman <peter.dettman@gmail.com>2022-06-16 23:32:53 +0700
committerPeter Dettman <peter.dettman@gmail.com>2022-06-16 23:32:53 +0700
commit995255e51334878901fca7bfd2069393abd32339 (patch)
treeba38a638250f89e8360963c808e2ed2ac6ed63e2 /crypto.tests.Net45
parentImprove MiscTest (diff)
downloadBouncyCastle.NET-ed25519-995255e51334878901fca7bfd2069393abd32339.tar.xz
Alternative for GetExecutingAssembly
Diffstat (limited to 'crypto.tests.Net45')
-rw-r--r--crypto.tests.Net45/crypto.tests.Net45.csproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto.tests.Net45/crypto.tests.Net45.csproj b/crypto.tests.Net45/crypto.tests.Net45.csproj
index de668a83d..729043d39 100644
--- a/crypto.tests.Net45/crypto.tests.Net45.csproj
+++ b/crypto.tests.Net45/crypto.tests.Net45.csproj
@@ -17,7 +17,7 @@
     <DebugType>full</DebugType>
     <Optimize>false</Optimize>
     <OutputPath>bin\Debug\</OutputPath>
-    <DefineConstants>TRACE;DEBUG;LIB;PORTABLE</DefineConstants>
+    <DefineConstants>TRACE;DEBUG;LIB;PORTABLE;NEW_REFLECTION</DefineConstants>
     <ErrorReport>prompt</ErrorReport>
     <WarningLevel>4</WarningLevel>
   </PropertyGroup>