update dependencies

This commit is contained in:
Luke Pulverenti 2016-10-29 16:25:31 -04:00
parent 1f5addfbb7
commit f3b833f945
4 changed files with 19 additions and 24 deletions

View file

@ -5,30 +5,23 @@
"type": "project", "type": "project",
"framework": ".NETPortable,Version=v4.5,Profile=Profile7", "framework": ".NETPortable,Version=v4.5,Profile=Profile7",
"compile": { "compile": {
"bin/Debug/MediaBrowser.Common.dll": {} "bin/Release/MediaBrowser.Common.dll": {}
}, },
"runtime": { "runtime": {
"bin/Debug/MediaBrowser.Common.dll": {} "bin/Release/MediaBrowser.Common.dll": {}
},
"contentFiles": {
"bin/Debug/MediaBrowser.Common.pdb": {
"buildAction": "None",
"codeLanguage": "any",
"copyToOutput": true
}
} }
}, },
"MediaBrowser.Model/1.0.0": { "MediaBrowser.Model/1.0.0": {
"type": "project", "type": "project",
"framework": ".NETPortable,Version=v4.5,Profile=Profile7", "framework": ".NETPortable,Version=v4.5,Profile=Profile7",
"compile": { "compile": {
"bin/Debug/MediaBrowser.Model.dll": {} "bin/Release/MediaBrowser.Model.dll": {}
}, },
"runtime": { "runtime": {
"bin/Debug/MediaBrowser.Model.dll": {} "bin/Release/MediaBrowser.Model.dll": {}
}, },
"contentFiles": { "contentFiles": {
"bin/Debug/MediaBrowser.Model.pdb": { "bin/Release/MediaBrowser.Model.pdb": {
"buildAction": "None", "buildAction": "None",
"codeLanguage": "any", "codeLanguage": "any",
"copyToOutput": true "copyToOutput": true

View file

@ -64,6 +64,10 @@
<Reference Include="Mono.Nat"> <Reference Include="Mono.Nat">
<HintPath>..\ThirdParty\emby\Mono.Nat.dll</HintPath> <HintPath>..\ThirdParty\emby\Mono.Nat.dll</HintPath>
</Reference> </Reference>
<Reference Include="NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
<HintPath>..\packages\NLog.4.4.0-betaV15\lib\net45\NLog.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Patterns.Logging"> <Reference Include="Patterns.Logging">
<HintPath>..\packages\Patterns.Logging.1.0.0.2\lib\portable-net45+sl4+wp71+win8+wpa81\Patterns.Logging.dll</HintPath> <HintPath>..\packages\Patterns.Logging.1.0.0.2\lib\portable-net45+sl4+wp71+win8+wpa81\Patterns.Logging.dll</HintPath>
</Reference> </Reference>
@ -79,12 +83,16 @@
<Private>True</Private> <Private>True</Private>
</Reference> </Reference>
<Reference Include="System" /> <Reference Include="System" />
<Reference Include="System.Configuration" />
<Reference Include="System.Core" /> <Reference Include="System.Core" />
<Reference Include="Microsoft.CSharp" /> <Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" /> <Reference Include="System.Data" />
<Reference Include="System.IO.Compression" />
<Reference Include="System.Net" /> <Reference Include="System.Net" />
<Reference Include="System.Runtime.Serialization" /> <Reference Include="System.Runtime.Serialization" />
<Reference Include="System.Security" /> <Reference Include="System.Security" />
<Reference Include="System.ServiceModel" />
<Reference Include="System.Transactions" />
<Reference Include="System.Web" /> <Reference Include="System.Web" />
<Reference Include="System.Xml" /> <Reference Include="System.Xml" />
<Reference Include="ServiceStack"> <Reference Include="ServiceStack">

View file

@ -4,6 +4,7 @@
<package id="ini-parser" version="2.3.0" targetFramework="net45" /> <package id="ini-parser" version="2.3.0" targetFramework="net45" />
<package id="MediaBrowser.Naming" version="1.0.0.57" targetFramework="net46" /> <package id="MediaBrowser.Naming" version="1.0.0.57" targetFramework="net46" />
<package id="Microsoft.IO.RecyclableMemoryStream" version="1.1.0.0" targetFramework="net46" /> <package id="Microsoft.IO.RecyclableMemoryStream" version="1.1.0.0" targetFramework="net46" />
<package id="NLog" version="4.4.0-betaV15" targetFramework="net46" />
<package id="Patterns.Logging" version="1.0.0.2" targetFramework="net45" /> <package id="Patterns.Logging" version="1.0.0.2" targetFramework="net45" />
<package id="SocketHttpListener" version="1.0.0.40" targetFramework="net45" /> <package id="SocketHttpListener" version="1.0.0.40" targetFramework="net45" />
</packages> </packages>

View file

@ -5,30 +5,23 @@
"type": "project", "type": "project",
"framework": ".NETPortable,Version=v4.5,Profile=Profile7", "framework": ".NETPortable,Version=v4.5,Profile=Profile7",
"compile": { "compile": {
"bin/Debug/MediaBrowser.Common.dll": {} "bin/Release/MediaBrowser.Common.dll": {}
}, },
"runtime": { "runtime": {
"bin/Debug/MediaBrowser.Common.dll": {} "bin/Release/MediaBrowser.Common.dll": {}
},
"contentFiles": {
"bin/Debug/MediaBrowser.Common.pdb": {
"buildAction": "None",
"codeLanguage": "any",
"copyToOutput": true
}
} }
}, },
"MediaBrowser.Model/1.0.0": { "MediaBrowser.Model/1.0.0": {
"type": "project", "type": "project",
"framework": ".NETPortable,Version=v4.5,Profile=Profile7", "framework": ".NETPortable,Version=v4.5,Profile=Profile7",
"compile": { "compile": {
"bin/Debug/MediaBrowser.Model.dll": {} "bin/Release/MediaBrowser.Model.dll": {}
}, },
"runtime": { "runtime": {
"bin/Debug/MediaBrowser.Model.dll": {} "bin/Release/MediaBrowser.Model.dll": {}
}, },
"contentFiles": { "contentFiles": {
"bin/Debug/MediaBrowser.Model.pdb": { "bin/Release/MediaBrowser.Model.pdb": {
"buildAction": "None", "buildAction": "None",
"codeLanguage": "any", "codeLanguage": "any",
"copyToOutput": true "copyToOutput": true