|
32 | 32 | <WarningLevel>4</WarningLevel> |
33 | 33 | </PropertyGroup> |
34 | 34 | <PropertyGroup> |
35 | | - <SignAssembly>false</SignAssembly> |
| 35 | + <SignAssembly>true</SignAssembly> |
36 | 36 | </PropertyGroup> |
37 | 37 | <PropertyGroup> |
38 | 38 | <AssemblyOriginatorKeyFile>Workflow.snk</AssemblyOriginatorKeyFile> |
|
41 | 41 | <Reference Include="DnsClient, Version=1.0.7.0, Culture=neutral, PublicKeyToken=4574bb5573c51424, processorArchitecture=MSIL"> |
42 | 42 | <HintPath>..\packages\DnsClient.1.0.7\lib\net45\DnsClient.dll</HintPath> |
43 | 43 | </Reference> |
44 | | - <Reference Include="MongoDB.Bson, Version=2.7.0.0, Culture=neutral, processorArchitecture=MSIL"> |
45 | | - <HintPath>..\packages\MongoDB.Bson.2.7.0\lib\net45\MongoDB.Bson.dll</HintPath> |
| 44 | + <Reference Include="MongoDB.Bson, Version=2.7.0.0, Culture=neutral, PublicKeyToken=15b1115599983c50"> |
| 45 | + <HintPath>..\packages\MongoDB.Bson.signed.2.7.0\lib\net45\MongoDB.Bson.dll</HintPath> |
| 46 | + <Private>True</Private> |
46 | 47 | </Reference> |
47 | | - <Reference Include="MongoDB.Driver, Version=2.7.0.0, Culture=neutral, processorArchitecture=MSIL"> |
48 | | - <HintPath>..\packages\MongoDB.Driver.2.7.0\lib\net45\MongoDB.Driver.dll</HintPath> |
| 48 | + <Reference Include="MongoDB.Driver, Version=2.7.0.0, Culture=neutral, PublicKeyToken=15b1115599983c50"> |
| 49 | + <HintPath>..\packages\MongoDB.Driver.signed.2.7.0\lib\net45\MongoDB.Driver.dll</HintPath> |
| 50 | + <Private>True</Private> |
49 | 51 | </Reference> |
50 | | - <Reference Include="MongoDB.Driver.Core, Version=2.7.0.0, Culture=neutral, processorArchitecture=MSIL"> |
51 | | - <HintPath>..\packages\MongoDB.Driver.Core.2.7.0\lib\net45\MongoDB.Driver.Core.dll</HintPath> |
52 | | - </Reference> |
53 | | - <Reference Include="MongoDB.Driver.Legacy, Version=2.7.0.0, Culture=neutral, processorArchitecture=MSIL"> |
54 | | - <HintPath>..\packages\mongocsharpdriver.2.7.0\lib\net45\MongoDB.Driver.Legacy.dll</HintPath> |
| 52 | + <Reference Include="MongoDB.Driver.Core, Version=2.7.0.0, Culture=neutral, PublicKeyToken=15b1115599983c50"> |
| 53 | + <HintPath>..\packages\MongoDB.Driver.Core.signed.2.7.0\lib\net45\MongoDB.Driver.Core.dll</HintPath> |
| 54 | + <Private>True</Private> |
55 | 55 | </Reference> |
56 | 56 | <Reference Include="Newtonsoft.Json"> |
57 | 57 | <HintPath>..\DLL\Newtonsoft.Json.dll</HintPath> |
|
0 commit comments