Skip to content

Commit

Permalink
Added strong name
Browse files Browse the repository at this point in the history
addresses TestStack#75
  • Loading branch information
grzesiek-galezowski committed Nov 14, 2016
1 parent 6a0a695 commit f4fcc7f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Binary file added ConventionTests.snk
Binary file not shown.
6 changes: 6 additions & 0 deletions TestStack.ConventionTests/TestStack.ConventionTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
<DocumentationFile>bin\Release\TestStack.ConventionTests.xml</DocumentationFile>
</PropertyGroup>
<PropertyGroup>
<SignAssembly>true</SignAssembly>
</PropertyGroup>
<PropertyGroup>
<AssemblyOriginatorKeyFile>..\ConventionTests.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand Down

0 comments on commit f4fcc7f

Please sign in to comment.