diff options
author | Peter Dettman <peter.dettman@bouncycastle.org> | 2022-07-19 16:05:09 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2022-07-19 16:05:09 +0700 |
commit | 2c5b575c020517fc4dcf7c3f0e3ec939d392e416 (patch) | |
tree | d920026bd542761257ee002aaa03f605ae03b389 /crypto/test/BouncyCastle.Crypto.Tests.csproj | |
parent | Add .gitlab-ci.yml to solution items (diff) | |
download | BouncyCastle.NET-ed25519-2c5b575c020517fc4dcf7c3f0e3ec939d392e416.tar.xz |
Run tests with netcoreapp2.1
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 056ac1550..43f348fa8 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;net462</TargetFrameworks> + <TargetFrameworks>net6.0;netcoreapp2.1;net462</TargetFrameworks> <IsPackable>false</IsPackable> <AssemblyOriginatorKeyFile>..\..\BouncyCastle.snk</AssemblyOriginatorKeyFile> <SignAssembly>true</SignAssembly> |