File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework >net6 .0</TargetFramework >
4+ <TargetFramework >net8 .0</TargetFramework >
55 <ImplicitUsings >enable</ImplicitUsings >
66 <Nullable >enable</Nullable >
77
1010
1111 <ItemGroup >
1212 <PackageReference Include =" BouncyCastle.Cryptography" Version =" 2.6.2" />
13- <PackageReference Include =" Keyfactor.Logging" Version =" 1.2.0" />
1413 <PackageReference Include =" Keyfactor.PKI" Version =" 8.1.1" />
1514 <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.1.0" />
1615 <PackageReference Include =" xunit" Version =" 2.4.1" />
Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <AppendTargetFrameworkToOutputPath >true</AppendTargetFrameworkToOutputPath >
5- <TargetFrameworks >net6.0; net8.0</TargetFrameworks >
5+ <TargetFramework > net8.0</TargetFramework >
66 <CopyLocalLockFileAssemblies >true</CopyLocalLockFileAssemblies >
77 <ImplicitUsings >disable</ImplicitUsings >
88 </PropertyGroup >
99
1010 <ItemGroup >
1111 <PackageReference Include =" BouncyCastle.Cryptography" Version =" 2.6.2" />
1212 <PackageReference Include =" CliWrap" Version =" 3.6.6" />
13- <PackageReference Include =" Keyfactor.Logging" Version =" 1.2.0" />
1413 <PackageReference Include =" Keyfactor.Orchestrators.IOrchestratorJobExtensions" Version =" 0.7.0" />
1514 <PackageReference Include =" Keyfactor.PKI" Version =" 8.1.1" />
16- <PackageReference Include =" Microsoft.PowerShell.SDK" Version =" 7.2.12" Condition =" '$(TargetFramework)' == 'net6.0'" />
17- <PackageReference Include =" Microsoft.PowerShell.SDK" Version =" 7.4.5" Condition =" '$(TargetFramework)' == 'net8.0'" />
15+ <PackageReference Include =" Microsoft.PowerShell.SDK" Version =" 7.4.5" />
1816 <PackageReference Include =" SSH.NET" Version =" 2024.0.0" />
1917
2018 <None Update =" manifest.json" >
You can’t perform that action at this time.
0 commit comments