Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d592ff1

Browse files
committed
Merge branch 'aarnott/strongnamesign' of https://github.com/AArnott/libgit2sharp into AArnott-aarnott/strongnamesign
2 parents 01b9a62 + 41e5f6d commit d592ff1

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

LibGit2Sharp/LibGit2Sharp.csproj

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,12 @@
3939
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
4040
<DocumentationFile>bin\Release\LibGit2Sharp.xml</DocumentationFile>
4141
</PropertyGroup>
42+
<PropertyGroup>
43+
<SignAssembly>true</SignAssembly>
44+
</PropertyGroup>
45+
<PropertyGroup>
46+
<AssemblyOriginatorKeyFile>opensource.snk</AssemblyOriginatorKeyFile>
47+
</PropertyGroup>
4248
<ItemGroup>
4349
<Reference Include="System" />
4450
<Reference Include="System.Core" />
@@ -390,6 +396,9 @@
390396
<ItemGroup>
391397
<None Include="packages.config" />
392398
</ItemGroup>
399+
<ItemGroup>
400+
<None Include="opensource.snk" />
401+
</ItemGroup>
393402
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
394403
<Import Project="UniqueIdentifier.targets" />
395404
<Import Project="NativeDllName.targets" />

LibGit2Sharp/opensource.snk

596 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)