Skip to content

Commit

Permalink
Fixed #37, not signing NH DLL
Browse files Browse the repository at this point in the history
  • Loading branch information
phatboyg committed Nov 20, 2017
1 parent ad72495 commit f630e7b
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
<PropertyGroup>
<RootNamespace>Automatonymous</RootNamespace>
<AssemblyName>Automatonymous.NHibernateIntegration</AssemblyName>
<SignAssembly>True</SignAssembly>
<AssemblyOriginatorKeyFile>../../Automatonymous.snk</AssemblyOriginatorKeyFile>
<TargetFrameworks>net452</TargetFrameworks>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
Expand Down

0 comments on commit f630e7b

Please sign in to comment.