nHapi .NET 2.0 requires .NET 4.0
Brought to you by:
sdouglas50,
whitedog12
The dlls in the nHapi .NET 2.0 download directory seem to have been compiled in .NET 4.0. When I try to add them to a .NET 2.0 project, Visual Studio complains that the project now has indirect references to certain .NET 4.0 assemblies. Changing the project to .NET 4.0 resolves the problem, but I'd like to avoid the migration if possible.