We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents be70ef2 + 1f37b8a commit a01b8ffCopy full SHA for a01b8ff
AcmeCaPlugin/AcmeCaPlugin.csproj
@@ -1,7 +1,8 @@
1
<Project Sdk="Microsoft.NET.Sdk">
2
<PropertyGroup>
3
-<TargetFramework>net6.0</TargetFramework>
4
-<ImplicitUsings>disable</ImplicitUsings>
+<TargetFramework>net6.0;net8.0</TargetFramework>
+<ImplicitUsings>enable</ImplicitUsings>
5
+<Nullable>disable</Nullable>
6
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
7
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
8
<RootNamespace>Keyfactor.Extensions.CAPlugin.Acme</RootNamespace>
0 commit comments