Skip to content

Commit 6da4ae2

Browse files
committed
Tell il-repack to get assembly attributes from NHibernate.dll
There is an issue in il-repack 2.10: it tries to "clean up" assembly attributes even when it wasn't asked to do so.
1 parent 08ed53b commit 6da4ae2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/NHibernate/NHibernate.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1814,6 +1814,6 @@
18141814
</Target>
18151815
-->
18161816
<Target Name="AfterBuild" Condition=" '$(Configuration)' == 'Release' ">
1817-
<Exec Command="$(SolutionDir)..\Tools\ilrepack\ilrepack.exe /verbose /t:library /targetplatform:v4 /keyfile:$(AssemblyOriginatorKeyFile) /internalize:internalize.exclude /out:$(OutputPath)\NHibernate.dll $(IntermediateOutputPath)\NHibernate.dll $(OutputPath)\Remotion.Linq.dll $(OutputPath)\Antlr3.Runtime.dll" />
1817+
<Exec Command="$(SolutionDir)..\Tools\ilrepack\ilrepack.exe /verbose /t:library /targetplatform:v4 /keyfile:$(AssemblyOriginatorKeyFile) /internalize:internalize.exclude /attr:$(IntermediateOutputPath)\NHibernate.dll /out:$(OutputPath)\NHibernate.dll $(IntermediateOutputPath)\NHibernate.dll $(OutputPath)\Remotion.Linq.dll $(OutputPath)\Antlr3.Runtime.dll" />
18181818
</Target>
18191819
</Project>

0 commit comments

Comments
 (0)