Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 64cafa2 + d21009e commit f3b930eCopy full SHA for f3b930e
LibGit2Sharp/LibGit2Sharp.csproj
@@ -39,6 +39,12 @@
39
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
40
<DocumentationFile>bin\Release\LibGit2Sharp.xml</DocumentationFile>
41
</PropertyGroup>
42
+ <PropertyGroup>
43
+ <SignAssembly>true</SignAssembly>
44
+ </PropertyGroup>
45
46
+ <AssemblyOriginatorKeyFile>libgit2sharp.snk</AssemblyOriginatorKeyFile>
47
48
<ItemGroup>
49
<Reference Include="System" />
50
<Reference Include="System.Core" />
@@ -393,6 +399,7 @@
393
399
<EmbeddedResource Include="libgit2sharp_hash.txt" />
394
400
</ItemGroup>
395
401
402
+ <None Include="libgit2sharp.snk" />
396
403
<None Include="packages.config" />
397
404
398
405
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
LibGit2Sharp/libgit2sharp.snk
596 Bytes
0 commit comments