diff options
author | Peter Dettman <peter.dettman@bouncycastle.org> | 2022-11-02 00:08:12 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2022-11-02 00:08:12 +0700 |
commit | f7fae82061d6fdfa4f1616f26e02c3880e03d623 (patch) | |
tree | 9bd89e0c0da446828e6c1f37d0bede446e47a4bc /crypto/test/BouncyCastle.Crypto.Tests.csproj | |
parent | Re-add TRACE (diff) | |
download | BouncyCastle.NET-ed25519-f7fae82061d6fdfa4f1616f26e02c3880e03d623.tar.xz |
More release prep.
Diffstat (limited to '')
-rw-r--r-- | crypto/test/BouncyCastle.Crypto.Tests.csproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/test/BouncyCastle.Crypto.Tests.csproj b/crypto/test/BouncyCastle.Crypto.Tests.csproj index 3c9b88328..7eced3c7f 100644 --- a/crypto/test/BouncyCastle.Crypto.Tests.csproj +++ b/crypto/test/BouncyCastle.Crypto.Tests.csproj @@ -7,6 +7,7 @@ <SignAssembly>true</SignAssembly> <EnableDefaultItems>false</EnableDefaultItems> <NoWarn>1591</NoWarn> + <RootNamespace>Org.BouncyCastle</RootNamespace> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)'=='Debug'"> |