Skip to content

Commit 2f29083

Browse files
Merge branch 'restconversion' of https://github.com/Keyfactor/sslstore-caplugin into restconversion
2 parents 4ab1f57 + 11a7a1c commit 2f29083

3 files changed

Lines changed: 3 additions & 257 deletions

File tree

SslStoreCaProxy/DcomJson.json

Lines changed: 0 additions & 189 deletions
This file was deleted.

SslStoreCaProxy/SslStoreCaProxy.csproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,19 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<TargetFrameworks>net6.0;net8.0</TargetFrameworks>
3+
<TargetFrameworks>net6.0;net8.0;net10.0</TargetFrameworks>
44
<ImplicitUsings>disable</ImplicitUsings>
55
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
66
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
77
<RootNamespace>Keyfactor.AnyGateway.SslStore</RootNamespace>
88
<AssemblyName>SslStoreCaProxy</AssemblyName>
99
</PropertyGroup>
1010
<ItemGroup>
11+
<PackageReference Include="BouncyCastle.Cryptography" Version="2.6.2" />
1112
<PackageReference Include="Keyfactor.AnyGateway.IAnyCAPlugin" Version="3.0.0" />
1213
<PackageReference Include="Keyfactor.Logging" Version="1.1.1" />
1314
<PackageReference Include="Keyfactor.PKI" Version="5.5.0" />
1415
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
16+
<PackageReference Include="System.Drawing.Common" Version="10.0.5" />
1517
</ItemGroup>
1618
<ItemGroup>
1719
<None Update="manifest.json">

SslStoreCaProxy/SslStoreRequest.json

Lines changed: 0 additions & 67 deletions
This file was deleted.

0 commit comments

Comments
 (0)