diff options
Diffstat (limited to 'crypto/test/BouncyCastle.Crypto.Tests.csproj')
-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> |