Skip to content

Commit 6928a6d

Browse files
committed
Use Portable.BouncyCastle version for .NET Standard
1 parent 810207e commit 6928a6d

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

NetLicensingClient/NetLicensingClient.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<ReleaseVersion>2.x</ReleaseVersion>
66
<PackOnBuild>true</PackOnBuild>
77
<PackageId>NetLicensingClient-csharp</PackageId>
8-
<PackageVersion>2.4.2</PackageVersion>
8+
<PackageVersion>2.4.3</PackageVersion>
99
<Authors>Labs64 NetLicensing</Authors>
1010
<Copyright>© 2010 Labs64 GmbH</Copyright>
1111
<PackageIconUrl>https://netlicensing.io/img/labs64-avatar-200x200.png</PackageIconUrl>
@@ -25,7 +25,7 @@
2525
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2626
<PrivateAssets>all</PrivateAssets>
2727
</PackageReference>
28-
<PackageReference Include="BouncyCastle" Version="1.8.6.1" />
2928
<PackageReference Include="System.Security.Cryptography.Xml" Version="4.7.0" />
29+
<PackageReference Include="Portable.BouncyCastle" Version="1.8.6.7" />
3030
</ItemGroup>
3131
</Project>

NetLicensingClient/RestController/NetLicensingAPI.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
using Org.BouncyCastle.Crypto.Parameters;
1212
using Org.BouncyCastle.OpenSsl;
1313
using System.Security.Cryptography;
14-
using System.Security.Cryptography.X509Certificates;
1514
using System.Security.Cryptography.Xml;
1615
using System.Xml;
1716

0 commit comments

Comments
 (0)