Skip to content

Commit 91b619f

Browse files
Fix api documentation assets path
1 parent 58ae842 commit 91b619f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/NHibernate.shfbproj.template

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
<IndentHtml>False</IndentHtml>
2626
<HelpFileVersion>${project.version.numeric}</HelpFileVersion>
2727
<DocumentationSources>
28-
<DocumentationSource sourceFile="${root.dir}/src/NHibernate/bin/${build.config}/NHibernate.dll" />
29-
<DocumentationSource sourceFile="${root.dir}/src/NHibernate/bin/${build.config}/Nhibernate.xml" />
28+
<DocumentationSource sourceFile="${root.dir}/src/NHibernate/bin/${build.config}/net461/NHibernate.dll" />
29+
<DocumentationSource sourceFile="${root.dir}/src/NHibernate/bin/${build.config}/net461/Nhibernate.xml" />
3030
</DocumentationSources>
3131
</PropertyGroup>
3232
<!-- There are no properties for these two groups but they need to appear in

0 commit comments

Comments
 (0)