update ninject to 3.3.1 to attempt compatibility with mono framework. switch ninject config to use logfile logger not nlog..for now..
5 lines
238 B
XML
5 lines
238 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<module name="NinjectAssemblies">
|
|
<bind service="Interfaces.ILogger, Interfaces"
|
|
to="CardReaderService.DefaultComponents.LogFileLogger, CardReaderService" scope="singleton" />
|
|
</module> |