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 01b9a62 + 41e5f6d commit d592ff1Copy full SHA for d592ff1
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>opensource.snk</AssemblyOriginatorKeyFile>
47
48
<ItemGroup>
49
<Reference Include="System" />
50
<Reference Include="System.Core" />
@@ -390,6 +396,9 @@
390
396
391
397
<None Include="packages.config" />
392
398
</ItemGroup>
399
+ <ItemGroup>
400
+ <None Include="opensource.snk" />
401
+ </ItemGroup>
393
402
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
394
403
<Import Project="UniqueIdentifier.targets" />
395
404
<Import Project="NativeDllName.targets" />
LibGit2Sharp/opensource.snk
596 Bytes
0 commit comments