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:
Frederik Carlier
2018-05-05 06:51:31 +02:00
committed by Brendan Burns
parent bf4a7040d4
commit 3785ac3952
2 changed files with 2 additions and 0 deletions

View File

@@ -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>

Binary file not shown.