You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
1.6 KiB
28 lines
1.6 KiB
<?xml version="1.0" encoding="utf-8"?>
|
|
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
|
|
<metadata>
|
|
<id>MediaBrowser.Common.Internal</id>
|
|
<version>3.0.22</version>
|
|
<title />
|
|
<authors>Luke</authors>
|
|
<owners>Media Browser Team</owners>
|
|
<projectUrl>https://github.com/MediaBrowser/MediaBrowser</projectUrl>
|
|
<iconUrl>http://www.mb3admin.com/images/mb3icons1-1.png</iconUrl>
|
|
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
|
<description>Contains common components shared by Media Browser Theatre and Media Browser Server. Not intended for plugin developer consumption.</description>
|
|
<dependencies>
|
|
<dependency id="MediaBrowser.Common" version="3.0.22" />
|
|
<dependency id="NLog" version="2.0.0.2000" />
|
|
<dependency id="ServiceStack" version="3.9.37" />
|
|
<dependency id="ServiceStack.Api.Swagger" version="3.9.35" />
|
|
<dependency id="ServiceStack.Logging.NLog" version="1.0.6.0" />
|
|
<dependency id="Rx-Main" version="2.1.30214.0" />
|
|
</dependencies>
|
|
</metadata>
|
|
<files>
|
|
<file src="dlls\MediaBrowser.ClickOnce.dll" target="lib\net45\MediaBrowser.ClickOnce.dll" />
|
|
<file src="dlls\MediaBrowser.Common.Implementations.dll" target="lib\net45\MediaBrowser.Common.Implementations.dll" />
|
|
<file src="dlls\MediaBrowser.IsoMounter.dll" target="lib\net45\MediaBrowser.IsoMounter.dll" />
|
|
<file src="dlls\pfmclrapi.dll" target="lib\net45\pfmclrapi.dll" />
|
|
</files>
|
|
</package> |