diff options
author | Peter Dettman <peter.dettman@bouncycastle.org> | 2022-11-02 00:40:00 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2022-11-02 00:40:00 +0700 |
commit | 43578d4540f68254a414b509eb773346915e0542 (patch) | |
tree | 3ccf0ab64e315e9ed710a61c90c791b9d51df066 /crypto/test/BouncyCastle.Crypto.Tests.csproj | |
parent | More release prep. (diff) | |
download | BouncyCastle.NET-ed25519-43578d4540f68254a414b509eb773346915e0542.tar.xz |
Fix test project
Diffstat (limited to 'crypto/test/BouncyCastle.Crypto.Tests.csproj')
-rw-r--r-- | crypto/test/BouncyCastle.Crypto.Tests.csproj | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/crypto/test/BouncyCastle.Crypto.Tests.csproj b/crypto/test/BouncyCastle.Crypto.Tests.csproj index 7eced3c7f..26df7ee76 100644 --- a/crypto/test/BouncyCastle.Crypto.Tests.csproj +++ b/crypto/test/BouncyCastle.Crypto.Tests.csproj @@ -3,8 +3,7 @@ <PropertyGroup> <TargetFrameworks>net6.0;netcoreapp3.1;net472;net462</TargetFrameworks> <IsPackable>false</IsPackable> - <AssemblyOriginatorKeyFile>..\..\BouncyCastle.snk</AssemblyOriginatorKeyFile> - <SignAssembly>true</SignAssembly> + <SignAssembly>false</SignAssembly> <EnableDefaultItems>false</EnableDefaultItems> <NoWarn>1591</NoWarn> <RootNamespace>Org.BouncyCastle</RootNamespace> |