8000
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.
1 parent cf6a3c5 commit d21009eCopy full SHA for d21009e
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" />
@@ -391,6 +397,7 @@
391
397
<EmbeddedResource Include="libgit2sharp_hash.txt" />
392
398
</ItemGroup>
393
399
400
+ <None Include="libgit2sharp.snk" />
394
401
<None Include="packages.config" />
395
402
396
403
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
LibGit2Sharp/libgit2sharp.snk
596 Bytes
0 commit comments