Install NHibernate, FluentNHibernate viaNuGet

PM> install-package NHibernate
‘Iesi.Collections (≥ 1.0.1)’ not installed. Attempting to retrieve dependency from source…
Done
‘Antlr (≥ 3.1.3.42154)’ not installed. Attempting to retrieve dependency from source…
Done
‘Castle.Core (≥ 2.5.1)’ not installed. Attempting to retrieve dependency from source…
Done
Successfully installed ‘Iesi.Collections 1.0.1’
Successfully installed ‘Antlr 3.1.3.42154’
Successfully installed ‘Castle.Core 2.5.1’
Successfully installed ‘NHibernate 3.0.0.4000’
Successfully added ‘Iesi.Collections 1.0.1’ to Common
Successfully added ‘Antlr 3.1.3.42154’ to .Common
Successfully added ‘Castle.Core 2.5.1’ to Common
Successfully added ‘NHibernate 3.0.0.4000’ to .Common

PM> install-package FluentNhibernate
‘Iesi.Collections 1.0.1’ already installed
‘Antlr 3.1.3.42154’ already installed
‘Castle.Core 2.5.1’ already installed
‘NHibernate 3.0.0.4000’ already installed
Successfully installed ‘FluentNHibernate 1.1.1.694’
Common already has a reference to ‘Iesi.Collections 1.0.1’
Common already has a reference to ‘Antlr 3.1.3.42154’
Common already has a reference to ‘Castle.Core 2.5.1’
Common already has a reference to ‘NHibernate 3.0.0.4000’
Successfully added ‘FluentNHibernate 1.1.1.694’ to Common

 
PM> Add-BindingRedirects

Name                  : NHibernate
Culture               : neutral
PublicKeyToken        : aa95f207798dfdb4
ProcessorArchitecture :
NewVersion            : 3.0.0.4000
OldVersion            : 0.0.0.0-3.0.0.4000
CodeBaseHref          :
CodeBaseVersion       :
PublisherPolicy       :

 

PM>

If you want, you can manually install NHIbernate and then NuGet FluentNHibernate if you want the Trunk version of the assemblies. The binding direct will redirect minor version bindings for FluentNhibernate.

Advertisement
  • Uncategorized

Leave a Reply

Please log in using one of these methods to post your comment:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s