We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc4ac39 commit bddc2dfCopy full SHA for bddc2df
src/NHibernate/NHibernate.nuspec.template
@@ -15,7 +15,8 @@
15
<dependencies>
16
<!-- Bet that if there is ever an Iesi.Collections 5.0, it would be incompatible. -->
17
<dependency id="Iesi.Collections" version="[4,5)" />
18
- <dependency id="Remotion.Linq" version="[1.15.15,2)" />
+ <dependency id="Remotion.Linq" version="[2.1.1, 3)" />
19
+ <dependency id="Remotion.Linq.EagerFetching" version="[2.0.1, 3)" />
20
</dependencies>
21
<projectUrl>
22
http://nhibernate.info
@@ -34,4 +35,4 @@
34
35
<file src="NHibernateXmlConfigurationTemplates\*" target="ConfigurationTemplates" />
36
<file src="..\..\..\src\NHibernate\**\*.cs" target="src" />
37
</files>
-</package>
38
+</package>
0 commit comments