Skip to content

Commit ed3e299

Browse files
authored
normalize <TargetFrameworks> names
1 parent f5351be commit ed3e299

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

IISU/WindowsCertStore.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<RootNamespace>Keyfactor.Extensions.Orchestrator.WindowsCertStore</RootNamespace>
55
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
6-
<TargetFrameworks>NET6.0;NET8.0</TargetFrameworks>
6+
<TargetFrameworks>net6.0;net8.0</TargetFrameworks>
77
<PlatformTarget>AnyCPU</PlatformTarget>
88
</PropertyGroup>
99

0 commit comments

Comments
 (0)