use net5 certificate api instead of 3rd api (#733)

* use net api for cert loading

* codeql happy?
This commit is contained in:
Boshi Lian
2021-10-20 06:57:58 -07:00
committed by GitHub
parent e7de93dd10
commit 3643250f40
9 changed files with 71 additions and 9 deletions

View File

@@ -3,7 +3,7 @@
<IsPackable>false</IsPackable>
<SignAssembly>true</SignAssembly>
<RootNamespace>k8s.E2E</RootNamespace>
<TargetFramework>net5.0</TargetFramework>
<TargetFrameworks>net5.0;netcoreapp3.1</TargetFrameworks>
</PropertyGroup>
<ItemGroup>