Skip to content

Commit 6a844b0

Browse files
committed
update integration manifest
1 parent a9e4417 commit 6a844b0

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

digicert-certcentral-caplugin/digicert-certcentral-caplugin.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>net6.0</TargetFramework>
4+
<TargetFrameworks>net6.0;net8.0</TargetFrameworks>
55
<RootNamespace>Keyfactor.Extensions.CAPlugin.DigiCert</RootNamespace>
66
<ImplicitUsings>enable</ImplicitUsings>
77
<Nullable>disable</Nullable>

integration-manifest.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@
88
"update_catalog": true,
99
"description": "DigiCert CertCentral plugin for the AnyCA REST Gateway framework",
1010
"gateway_framework": "24.2.0",
11-
"release_dir": "digicert-certcentral-caplugin/bin/Release/net6.0"
11+
"release_dir": "digicert-certcentral-caplugin/bin/Release",
12+
"release_project": "digicert-certcentral-caplugin/digicert-certcentral-caplugin.csproj"
1213
}

0 commit comments

Comments
 (0)