Skip to content

Commit cc97504

Browse files
Update CSCGlobalCAPlugin.csproj
1 parent b016c6c commit cc97504

1 file changed

Lines changed: 2 additions & 16 deletions

File tree

cscglobal-caplugin/CSCGlobalCAPlugin.csproj

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -16,30 +16,16 @@
1616
<Exec Condition="'$(Configuration)'=='DebugAndPush'" Command="PowerShell -ExecutionPolicy Bypass -File &quot;C:\Users\mkachkaev\source\repos\scripts\SyncScriptCSC.ps1&quot;&#xA;" />
1717
</Target>
1818

19-
20-
<ItemGroup Condition="'$(TargetFramework)' == 'net8.0'">
21-
<PackageReference Include="Keyfactor.AnyGateway.IAnyCAPlugin" Version="3.3.0-PRERELEASE-78770-979f582005" />
22-
<PackageReference Include="Keyfactor.PKI" Version="8.1.1" />
23-
<PackageReference Include="Newtonsoft.Json" Version="13.0.4" />
24-
</ItemGroup>
25-
2619
<ItemGroup Condition="'$(TargetFramework)' == 'net10.0'">
27-
<PackageReference Include="Keyfactor.AnyGateway.IAnyCAPlugin" Version="3.3.0-PRERELEASE-78770-979f582005" />
20+
<PackageReference Include="Keyfactor.AnyGateway.IAnyCAPlugin" Version="3.3.0" />
2821
<PackageReference Include="Keyfactor.PKI" Version="8.1.1" />
2922
<PackageReference Include="Newtonsoft.Json" Version="13.0.4" />
3023
</ItemGroup>
3124

32-
<ItemGroup Condition="'$(TargetFramework)' == 'net6.0'">
33-
<PackageReference Include="Keyfactor.AnyGateway.IAnyCAPlugin" Version="3.3.0-PRERELEASE-78770-979f582005" />
34-
<PackageReference Include="Keyfactor.PKI" Version="6.3.0" />
35-
<PackageReference Include="Newtonsoft.Json" Version="13.0.4" />
36-
</ItemGroup>
37-
38-
3925
<ItemGroup>
4026
<None Update="manifest.json">
4127
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
4228
</None>
4329
</ItemGroup>
4430

45-
</Project>
31+
</Project>

0 commit comments

Comments
 (0)