Skip to content

Commit 0d4b19f

Browse files
committed
Enable strong naming for the status generator app
1 parent 1959943 commit 0d4b19f

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

StyleCop.Analyzers/StyleCop.Analyzers.Status.Generator/StyleCop.Analyzers.Status.Generator.csproj

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,18 @@
1313
<CodeAnalysisRuleSet>..\StyleCop.Analyzers.Internal.ruleset</CodeAnalysisRuleSet>
1414
</PropertyGroup>
1515

16+
<PropertyGroup>
17+
<SignAssembly>true</SignAssembly>
18+
<AssemblyOriginatorKeyFile>..\..\build\keys\TestingKey.snk</AssemblyOriginatorKeyFile>
19+
</PropertyGroup>
20+
1621
<ItemGroup>
1722
<Reference Include="System" />
1823
<Reference Include="System.Windows.Forms" />
1924
</ItemGroup>
2025

2126
<ItemGroup>
22-
<PackageReference Include="LibGit2Sharp" Version="0.21.0.176" />
27+
<PackageReference Include="LibGit2Sharp" Version="0.24.0" />
2328
<PackageReference Include="Microsoft.Build.Locator" Version="1.0.13" />
2429
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="2.9.0-beta4-62830-01" />
2530
<PackageReference Include="Microsoft.CodeAnalysis.Workspaces.MSBuild" Version="2.9.0-beta4-62830-01" />

0 commit comments

Comments
 (0)