Skip to content

Commit

Permalink
Use Portable.BouncyCastle version for .NET Standard
Browse files Browse the repository at this point in the history
  • Loading branch information
r-brown committed Aug 29, 2020
1 parent 810207e commit 6928a6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions NetLicensingClient/NetLicensingClient.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<ReleaseVersion>2.x</ReleaseVersion>
<PackOnBuild>true</PackOnBuild>
<PackageId>NetLicensingClient-csharp</PackageId>
<PackageVersion>2.4.2</PackageVersion>
<PackageVersion>2.4.3</PackageVersion>
<Authors>Labs64 NetLicensing</Authors>
<Copyright>© 2010 Labs64 GmbH</Copyright>
<PackageIconUrl>https://netlicensing.io/img/labs64-avatar-200x200.png</PackageIconUrl>
Expand All @@ -25,7 +25,7 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="BouncyCastle" Version="1.8.6.1" />
<PackageReference Include="System.Security.Cryptography.Xml" Version="4.7.0" />
<PackageReference Include="Portable.BouncyCastle" Version="1.8.6.7" />
</ItemGroup>
</Project>
1 change: 0 additions & 1 deletion NetLicensingClient/RestController/NetLicensingAPI.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
using Org.BouncyCastle.Crypto.Parameters;
using Org.BouncyCastle.OpenSsl;
using System.Security.Cryptography;
using System.Security.Cryptography.X509Certificates;
using System.Security.Cryptography.Xml;
using System.Xml;

Expand Down

0 comments on commit 6928a6d

Please sign in to comment.