diff options
author | Peter Dettman <peter.dettman@bouncycastle.org> | 2022-11-03 14:30:03 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2022-11-03 14:30:03 +0700 |
commit | 26e4f57a852f2345ed7c6697732706a2c33409b8 (patch) | |
tree | 130e04ebd92b459d52904c25ddc47ed98b34642b /crypto/test | |
parent | Authors/License cleanup (diff) | |
download | BouncyCastle.NET-ed25519-26e4f57a852f2345ed7c6697732706a2c33409b8.tar.xz |
net462 => net461
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 f05cb1f05..9e9282f05 100644 --- a/crypto/test/BouncyCastle.Crypto.Tests.csproj +++ b/crypto/test/BouncyCastle.Crypto.Tests.csproj @@ -1,7 +1,7 @@ <Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> - <TargetFrameworks>net6.0;netcoreapp3.1;net472;net462</TargetFrameworks> + <TargetFrameworks>net6.0;netcoreapp3.1;net472;net461</TargetFrameworks> <IsPackable>false</IsPackable> <SignAssembly>false</SignAssembly> <EnableDefaultItems>false</EnableDefaultItems> |