Skip to content

Commit

Permalink
Strong name sign the assemblies.
Browse files Browse the repository at this point in the history
Unfortunately it makes sense to do this as we need to use the library in GitHub for Visual Studio.
  • Loading branch information
grokys committed Feb 8, 2018
1 parent 8fe8024 commit f386a60
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
5 changes: 5 additions & 0 deletions Octokit.GraphQL.Core/Octokit.GraphQL.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,14 @@
<PropertyGroup>
<TargetFramework>netstandard1.1</TargetFramework>
<RootNamespace>Octokit.GraphQL</RootNamespace>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>..\key.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="10.0.3" />
<PackageReference Include="System.Linq.Queryable" Version="4.3.0" />
</ItemGroup>
<ItemGroup>
<Folder Include="Properties\" />
</ItemGroup>
</Project>
3 changes: 0 additions & 3 deletions Octokit.GraphQL.Core/Properties/AssemblyInfo.cs

This file was deleted.

2 changes: 2 additions & 0 deletions Octokit.GraphQL/Octokit.GraphQL.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard1.1</TargetFramework>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>..\key.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Octokit.GraphQL.Core\Octokit.GraphQL.Core.csproj" />
Expand Down
Binary file added key.snk
Binary file not shown.

0 comments on commit f386a60

Please sign in to comment.