Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Lidarr/blame/commit/1877f70403860e8a45ba60571a7d2c997fdee4c4/NzbDrone.Api.Test/packages.config You should set ROOT_URL correctly, otherwise the web may not work correctly.
Lidarr/NzbDrone.Api.Test/packages.config

7 lines
348 B

<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="FluentAssertions" version="2.0.1" targetFramework="net40" />
<package id="NBuilder" version="3.0.1.1" targetFramework="net40" />
<package id="NUnit" version="2.6.2" targetFramework="net40" />
<package id="valueinjecter" version="2.3.3" targetFramework="net40" />
</packages>