nhibernate / NHibernate.JetDriver

Jet Driver for NHibernate
GNU Lesser General Public License v2.1
3 stars 8 forks source link

Fixed project target from 3.5 Client Profile to full .NET 3.5 #4

Closed HEskandari closed 7 years ago

HEskandari commented 7 years ago

This would fix the problem with compilation.

oskarb commented 7 years ago

"the problem" - but there is no build problem on master. Do you mean this is required for PR #3?

HEskandari commented 7 years ago

@oskarb The solution wouldn't build in VS2012. Happy to update it to VS2015 as well. It is also submitted as a part of PR #3 and it makes sense to be a separate pull request.

HEskandari commented 7 years ago

I'll close this one as it was already part of the other PR.

oskarb commented 7 years ago

I wouldn't have minded having this as a separate commit/merge - I think it's good to keep it separate from feature work. Is there a reason why we're not making this .Net 4.0?

HEskandari commented 7 years ago

@oskarb There's more to it to upgrade to .NET 4.0. I'll submit a separate PR for upgrading to the latest VS / .NET.