Fixed: Mono 5.10 compatibility (#220)

* Update NLog to 4.5rc6 to fix compatibility with mono 5.10

* Added console logging in case NLog fails to initialize.

* Revert added references in "Update NLog to 4.5rc6 to fix compatibility with mono 5.10"

This partially reverts commit 13dd224281817ca11af6662ed04f1131dce51fc5.

* Change dictionary cast to conversion from Sonarr/Sonarr@99ee59e
This commit is contained in:
Daniel Underwood
2018-03-01 23:02:08 -05:00
committed by Qstick
parent 346647523b
commit df15dbe462
38 changed files with 46 additions and 38 deletions
+1 -1
View File
@@ -3,6 +3,6 @@
<package id="FluentAssertions" version="4.19.0" targetFramework="net461" />
<package id="Moq" version="4.0.10827" targetFramework="net461" />
<package id="NBuilder" version="4.0.0" targetFramework="net461" />
<package id="NLog" version="4.4.12" targetFramework="net461" />
<package id="NLog" version="4.5.0-rc06" targetFramework="net461" />
<package id="NUnit" version="3.6.0" targetFramework="net461" />
</packages>