mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-02-09 01:16:49 +00:00
* 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
9 lines
529 B
XML
9 lines
529 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<packages>
|
|
<package id="FluentValidation" version="6.2.1.0" targetFramework="net461" />
|
|
<package id="Nancy" version="1.4.4" targetFramework="net461" />
|
|
<package id="Nancy.Authentication.Basic" version="1.4.1" targetFramework="net461" />
|
|
<package id="Nancy.Authentication.Forms" version="1.4.1" targetFramework="net461" />
|
|
<package id="Newtonsoft.Json" version="9.0.1" targetFramework="net461" />
|
|
<package id="NLog" version="4.5.0-rc06" targetFramework="net461" />
|
|
</packages> |