Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Readarr/commit/566e4eb1ce26dea51499ad7048b672c2b5e3f6de?style=unified&whitespace=ignore-change
You should set ROOT_URL correctly, otherwise the web may not work correctly.
8 changed files with
21 additions and
17 deletions
@ -66,11 +66,12 @@
<SpecificVersion > False</SpecificVersion>
<HintPath > ..\packages\FluentAssertions.2.0.1\lib\net40\FluentAssertions.dll</HintPath>
</Reference>
<Reference Include= "FluentMigrator" >
<HintPath > ..\packages\FluentMigrator.1.0.6.0\lib\40\FluentMigrator.dll</HintPath>
<Reference Include= "FluentMigrator, Version=1.1.0.0, Culture=neutral, PublicKeyToken=aacfc7de5acabf05, processorArchitecture=MSIL" >
<SpecificVersion > False</SpecificVersion>
<HintPath > ..\packages\FluentMigrator.1.1.0.0\lib\40\FluentMigrator.dll</HintPath>
</Reference>
<Reference Include= "FluentMigrator.Runner" >
<HintPath > ..\packages\FluentMigrator.1.0.6 .0\tools\FluentMigrator.Runner.dll</HintPath>
<HintPath > ..\packages\FluentMigrator.1.1.0 .0\tools\FluentMigrator.Runner.dll</HintPath>
</Reference>
<Reference Include= "Microsoft.CSharp" />
<Reference Include= "Microsoft.Practices.ServiceLocation, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="AutoMoq" version="1.6.1" targetFramework="net40" />
<package id="CommonServiceLocator" version="1.0" targetFramework="net40" />
<package id="FluentAssertions" version="2.0.1" targetFramework="net40" />
<package id="FluentMigrator" version="1.0.6 .0" targetFramework="net40" />
<package id="FluentMigrator" version="1.1.0 .0" targetFramework="net40" />
<package id="Moq" version="4.0.10827" />
<package id="NBuilder" version="3.0.1.1" />
<package id="NCrunch.Framework" version="1.45.0.11" targetFramework="net40" />
@ -1,5 +1,4 @@
using System.Collections.Concurrent ;
using System.Collections.Generic ;
using System.Collections.Generic ;
using System.Reflection ;
using FluentMigrator.Runner ;
using FluentMigrator.Runner.Initialization ;
@ -123,11 +123,12 @@
<StartupObject />
</PropertyGroup>
<ItemGroup >
<Reference Include= "FluentMigrator" >
<HintPath > ..\packages\FluentMigrator.1.0.6.0\lib\40\FluentMigrator.dll</HintPath>
<Reference Include= "FluentMigrator, Version=1.1.0.0, Culture=neutral, PublicKeyToken=aacfc7de5acabf05, processorArchitecture=MSIL" >
<SpecificVersion > False</SpecificVersion>
<HintPath > ..\packages\FluentMigrator.1.1.0.0\lib\40\FluentMigrator.dll</HintPath>
</Reference>
<Reference Include= "FluentMigrator.Runner" >
<HintPath > ..\packages\FluentMigrator.1.0.6 .0\tools\FluentMigrator.Runner.dll</HintPath>
<HintPath > ..\packages\FluentMigrator.1.1.0 .0\tools\FluentMigrator.Runner.dll</HintPath>
</Reference>
<Reference Include= "Growl.Connector" >
<HintPath > ..\packages\Growl.0.6\lib\Growl.Connector.dll</HintPath>
@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="DotNetZip" version="1.9.1.8" />
<package id="FluentMigrator" version="1.0.6 .0" targetFramework="net40" />
<package id="FluentMigrator" version="1.1.0 .0" targetFramework="net40" />
<package id="Growl" version="0.6" />
<package id="MediaInfoNet" version="0.3" targetFramework="net40" />
<package id="Newtonsoft.Json" version="5.0.3" targetFramework="net35" />
@ -81,13 +81,12 @@
<CodeAnalysisRuleSet > MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<ItemGroup >
<Reference Include= "FluentMigrator, Version=1. 0.6 .0, Culture=neutral, PublicKeyToken=aacfc7de5acabf05, processorArchitecture=MSIL">
<Reference Include= "FluentMigrator, Version=1. 1.0 .0, Culture=neutral, PublicKeyToken=aacfc7de5acabf05, processorArchitecture=MSIL">
<SpecificVersion > False</SpecificVersion>
<HintPath > ..\packages\FluentMigrator.1.0.6 .0\lib\40\FluentMigrator.dll</HintPath>
<HintPath > ..\packages\FluentMigrator.1.1.0 .0\lib\40\FluentMigrator.dll</HintPath>
</Reference>
<Reference Include= "FluentMigrator.Runner, Version=1.0.6.0, Culture=neutral, PublicKeyToken=aacfc7de5acabf05, processorArchitecture=x86" >
<SpecificVersion > False</SpecificVersion>
<HintPath > ..\packages\FluentMigrator.1.0.6.0\tools\FluentMigrator.Runner.dll</HintPath>
<Reference Include= "FluentMigrator.Runner" >
<HintPath > ..\packages\FluentMigrator.1.1.0.0\tools\FluentMigrator.Runner.dll</HintPath>
</Reference>
<Reference Include= "Interop.NetFwTypeLib" >
<HintPath > ..\Libraries\Interop.NetFwTypeLib.dll</HintPath>
@ -23,6 +23,10 @@
<assemblyIdentity name="Microsoft.AspNet.SignalR.Core" publicKeyToken="31bf3856ad364e35" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-1.1.0.0" newVersion="1.1.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="FluentMigrator" publicKeyToken="aacfc7de5acabf05" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-1.1.0.0" newVersion="1.1.0.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>
</configuration>
@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="FluentMigrator" version="1.0.6 .0" targetFramework="net40" />
<package id="FluentMigrator" version="1.1.0 .0" targetFramework="net40" />
<package id="Microsoft.AspNet.SignalR.Core" version="1.1.1" targetFramework="net40" />
<package id="Microsoft.AspNet.SignalR.Owin" version="1.1.1" targetFramework="net40" />
<package id="Microsoft.Owin.Host.HttpListener" version="0.21.0-pre" targetFramework="net40" />