Skip to content

Commit 17741a6

Browse files
committed
Stop trying to sign code generation assembly
1 parent c0171a4 commit 17741a6

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

CodeGenerationAttributes/OfferFriendlyInteropOverloadsAttribute.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ namespace LibGit2Sharp
88
/// Causes generation of an overload of a P/Invoke method that has a more friendly signature.
99
/// </summary>
1010
[AttributeUsage(AttributeTargets.Class, AllowMultiple = true)]
11-
[CodeGenerationAttribute("CodeGeneration.OfferFriendlyInteropOverloadsGenerator, CodeGeneration, Version=" + ThisAssembly.AssemblyVersion + ", Culture=neutral, PublicKeyToken=" + ThisAssembly.PublicKeyToken2)]
11+
[CodeGenerationAttribute("CodeGeneration.OfferFriendlyInteropOverloadsGenerator, CodeGeneration, Version=" + ThisAssembly.AssemblyVersion + ", Culture=neutral, PublicKeyToken=null")]
1212
[Conditional("CodeGeneration")]
1313
public class OfferFriendlyInteropOverloadsAttribute : Attribute
1414
{

CodeGenerationAttributes/PublicKeyToken.cs

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)