update nuget

This commit is contained in:
Luke Pulverenti 2016-10-29 19:40:36 -04:00
parent b9e428a54f
commit 4807be3b09
5 changed files with 27 additions and 47 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

@ -5,47 +5,33 @@
"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.Controller/1.0.0": { "MediaBrowser.Controller/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.Controller.dll": {} "bin/Release/MediaBrowser.Controller.dll": {}
}, },
"runtime": { "runtime": {
"bin/Debug/MediaBrowser.Controller.dll": {} "bin/Release/MediaBrowser.Controller.dll": {}
},
"contentFiles": {
"bin/Debug/MediaBrowser.Controller.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

@ -44,8 +44,9 @@
<Reference Include="Microsoft.CSharp" /> <Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" /> <Reference Include="System.Data" />
<Reference Include="System.Xml" /> <Reference Include="System.Xml" />
<Reference Include="UniversalDetector"> <Reference Include="UniversalDetector, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\ThirdParty\UniversalDetector\UniversalDetector.dll</HintPath> <HintPath>..\packages\UniversalDetector.1.0.1\lib\portable-net45+sl4+wp71+win8+wpa81\UniversalDetector.dll</HintPath>
<Private>True</Private>
</Reference> </Reference>
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
@ -107,6 +108,9 @@
<ItemGroup> <ItemGroup>
<EmbeddedResource Include="Probing\whitelist.txt" /> <EmbeddedResource Include="Probing\whitelist.txt" />
</ItemGroup> </ItemGroup>
<ItemGroup>
<None Include="packages.config" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets. Other similar extension points exist, see Microsoft.Common.targets.

View File

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="UniversalDetector" version="1.0.1" targetFramework="net46" />
</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