From f9cabe81b4291045c0ea74c52df4f07cd0090015 Mon Sep 17 00:00:00 2001
From: Benedikt Heinrichs <heinrichs@itc.rwth-aachen.de>
Date: Mon, 16 Sep 2019 08:56:55 +0200
Subject: [PATCH] Fix: Sign ApiCommons with key

---
 src/ApiCommons/ApiCommons.csproj |   7 +++++++
 src/ApiCommons/key.snk           | Bin 0 -> 596 bytes
 2 files changed, 7 insertions(+)
 create mode 100644 src/ApiCommons/key.snk

diff --git a/src/ApiCommons/ApiCommons.csproj b/src/ApiCommons/ApiCommons.csproj
index 8109b3c..1a91aa1 100644
--- a/src/ApiCommons/ApiCommons.csproj
+++ b/src/ApiCommons/ApiCommons.csproj
@@ -38,6 +38,12 @@
     <ErrorReport>prompt</ErrorReport>
     <WarningLevel>4</WarningLevel>
   </PropertyGroup>
+  <PropertyGroup>
+    <SignAssembly>true</SignAssembly>
+  </PropertyGroup>
+  <PropertyGroup>
+    <AssemblyOriginatorKeyFile>key.snk</AssemblyOriginatorKeyFile>
+  </PropertyGroup>
   <ItemGroup>
     <Reference Include="Consul, Version=0.7.2.6, Culture=neutral, PublicKeyToken=20a6ad9a81df1d95, processorArchitecture=MSIL">
       <HintPath>..\packages\Consul.0.7.2.6\lib\net45\Consul.dll</HintPath>
@@ -391,6 +397,7 @@
   </ItemGroup>
   <ItemGroup>
     <None Include="app.config" />
+    <None Include="key.snk" />
     <None Include="packages.config" />
   </ItemGroup>
   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
diff --git a/src/ApiCommons/key.snk b/src/ApiCommons/key.snk
new file mode 100644
index 0000000000000000000000000000000000000000..c928f67c3ecef132b2775b6cfa181c42b2c37bfa
GIT binary patch
literal 596
zcmZQ)VqjoUVPFUfb~IvOVPIfnU}V_tz2L=_Gl>c(%pOhd-C%e?xW~@=iPnxIEk^?i
zUoial31*Vw%;sO6X7Fc*jN*yI?<BVLC~S6XP+R)-#D)#Ms=_YwW1pOM+Nt)D+l=p!
z+alvaS9R5?IoyrxP5B?hR{eeFyfLEgdeSS0>$6^WNp>HT3jD*EG3`?4RreoeX7m3>
zU4H0u%HN^+!tK8@%t6=L?5YG;WxPFGchlinT+e~>b`zZ)eir3#qW2sRO!YLCEx$Ye
zu)6yDW3yIG*{F4I#R)mD8`Famco!djtFNtpB*&a(_w;;Y*QnH#sD;zFr?ZMDn}qeQ
zJtMW{cJ<G-8;U*WO=jKt=8sN<?}>X%j-7|sYkt%CweaYJx?S`5-^3MfH}P&PJ+{<{
zQ)R-LcJBM`Z)bfx9JOxmiLY~ah)rRAS3bM{`ut?2SufWuJ$~7oeL>#&khmSCh4aJM
z9xMGSdQv@Ert^P=c*o15SGyR`Z<g55lj`5`mH(v8^M2bXyQ|klXDmwJ9qGS7t8u;0
zlKt0q-c5?-tO&MJPMtnex?<(8#fLjId#ykA{nUQFt-`r-Zbs6~)4bIsEY&s9c|x~R
zHmSb&<N44p(kX>ax?qKYO6#h_kC;|Q@2Xwp*dZ}t+rnmXmNSn{54{ul$mweNweraZ
z5zTv24RHs4oS)B8ETHeVW?lG#iRy21b(GIEsFeD|&GWtWui>vx(Yt+h{u91_J$EY5
z&i~A+J%v@G4&UAsz7qCd5yr~%F!I5NIUCtucdrXPaFOZEIR=TaIeDszcFPWBO_ezm
L>~MDJwz(Vty9y&I

literal 0
HcmV?d00001

-- 
GitLab