File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 3
3
<PropertyGroup >
4
4
<RootNamespace >Keyfactor.Extensions.Orchestrator.WindowsCertStore</RootNamespace >
5
5
<CopyLocalLockFileAssemblies >true</CopyLocalLockFileAssemblies >
6
- <TargetFrameworks >net6.0;net8.0</TargetFrameworks >
6
+ <TargetFrameworks >net6.0;net8.0</TargetFrameworks >
7
7
<PlatformTarget >AnyCPU</PlatformTarget >
8
8
</PropertyGroup >
9
9
31
31
<ItemGroup >
32
32
<PackageReference Include =" Keyfactor.Logging" Version =" 1.1.1" />
33
33
<PackageReference Include =" Keyfactor.Orchestrators.IOrchestratorJobExtensions" Version =" 0.7.0" />
34
-
35
34
<PackageReference Include =" Microsoft.PowerShell.SDK" Version =" 7.2.19" Condition =" '$(TargetFramework)' == 'net6.0'" />
36
- <PackageReference Include =" Microsoft.PowerShell.SDK" Version =" 7.4.5" Condition =" '$(TargetFramework)' == 'net8.0'" />
35
+ <PackageReference Include =" Microsoft.PowerShell.SDK" Version =" 7.4.5" Condition =" '$(TargetFramework)' == 'net8.0'" />
37
36
</ItemGroup >
38
37
39
38
<ItemGroup >
You can’t perform that action at this time.
0 commit comments