Skip to content

Commit 3785ac3

Browse files
qmfrederikbrendandburns
authored andcommitted
Strongly-name the KubernetesClient assembly (#76)
* Add a strong name to the KubernetesClient assembly * Fix location of the .snk file * Remove unneeded remove statement
1 parent bf4a704 commit 3785ac3

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/KubernetesClient/KubernetesClient.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
<TargetFrameworks>netstandard1.4;net452;netcoreapp2.1</TargetFrameworks>
1313
<TargetFrameworks Condition="'$(OS)' != 'Windows_NT'">netstandard1.4;netcoreapp2.1</TargetFrameworks>
1414
<RootNamespace>k8s</RootNamespace>
15+
<SignAssembly>true</SignAssembly>
16+
<AssemblyOriginatorKeyFile>kubernetes-client.snk</AssemblyOriginatorKeyFile>
1517
</PropertyGroup>
1618

1719
<ItemGroup>
596 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)