AGuyCalledGerald
AGuyCalledGerald

Reputation: 8150

Implement NHibernate in .Net 2.0-project

I have a project based on .Net 2.0 and have to implement NHibernate.

What about compatibility?

Can I use any NHibernate version?

Upvotes: 1

Views: 501

Answers (1)

groover
groover

Reputation: 79

Since you're using .Net 2.0 use NHibernate 2.1.

http://en.wikipedia.org/wiki/NHibernate#History

Upvotes: 3

Related Questions