Strongly-name the KubernetesClient assembly (#76)
* Add a strong name to the KubernetesClient assembly * Fix location of the .snk file * Remove unneeded remove statement
This commit is contained in:
committed by
Brendan Burns
parent
bf4a7040d4
commit
3785ac3952
@@ -12,6 +12,8 @@
|
||||
<TargetFrameworks>netstandard1.4;net452;netcoreapp2.1</TargetFrameworks>
|
||||
<TargetFrameworks Condition="'$(OS)' != 'Windows_NT'">netstandard1.4;netcoreapp2.1</TargetFrameworks>
|
||||
<RootNamespace>k8s</RootNamespace>
|
||||
<SignAssembly>true</SignAssembly>
|
||||
<AssemblyOriginatorKeyFile>kubernetes-client.snk</AssemblyOriginatorKeyFile>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
||||
BIN
src/KubernetesClient/kubernetes-client.snk
Normal file
BIN
src/KubernetesClient/kubernetes-client.snk
Normal file
Binary file not shown.
Reference in New Issue
Block a user