diff options
Diffstat (limited to 'crypto/test/BouncyCastle.Crypto.Tests.csproj')
-rw-r--r-- | crypto/test/BouncyCastle.Crypto.Tests.csproj | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/crypto/test/BouncyCastle.Crypto.Tests.csproj b/crypto/test/BouncyCastle.Crypto.Tests.csproj index 3c9b88328..77a873a2a 100644 --- a/crypto/test/BouncyCastle.Crypto.Tests.csproj +++ b/crypto/test/BouncyCastle.Crypto.Tests.csproj @@ -1,12 +1,12 @@ <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> - <AssemblyOriginatorKeyFile>..\..\BouncyCastle.snk</AssemblyOriginatorKeyFile> - <SignAssembly>true</SignAssembly> + <SignAssembly>false</SignAssembly> <EnableDefaultItems>false</EnableDefaultItems> - <NoWarn>1591</NoWarn> + <NoWarn>618;1591</NoWarn> + <RootNamespace>Org.BouncyCastle</RootNamespace> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)'=='Debug'"> @@ -28,7 +28,7 @@ <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> </PackageReference> <PackageReference Include="NUnit" Version="3.13.3" /> - <PackageReference Include="NUnit3TestAdapter" Version="4.2.1" /> + <PackageReference Include="NUnit3TestAdapter" Version="4.3.0" /> </ItemGroup> <ItemGroup> <ProjectReference Include="..\src\BouncyCastle.Crypto.csproj"> |