Skip to content

Commit 3928720

Browse files
committed
build: target net8.0 and net10.0
1 parent fd6c432 commit 3928720

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CERTInext/CERTInext.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<TargetFramework>net8.0</TargetFramework>
3+
<TargetFrameworks>net8.0;net10.0</TargetFrameworks>
44
<RootNamespace>Keyfactor.Extensions.CAPlugin.CERTInext</RootNamespace>
55
<AssemblyName>CERTInextCAPlugin</AssemblyName>
66
<ImplicitUsings>disable</ImplicitUsings>

0 commit comments

Comments
 (0)