aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.MediaEncoding/MediaBrowser.MediaEncoding.csproj
diff options
context:
space:
mode:
authorStanislav Ionascu <stanislav.ionascu@gmail.com>2019-10-13 11:21:20 +0200
committerStanislav Ionascu <stanislav.ionascu@gmail.com>2019-11-17 20:56:13 +0100
commit9989b7b68fb6d87d3a2bf7f271e8fe0c8c3e41ab (patch)
tree7471662374b6bd34b6417a969da9f20f8b425ae3 /MediaBrowser.MediaEncoding/MediaBrowser.MediaEncoding.csproj
parentc87f459ec2f0882483716363b35c8a371c00d55a (diff)
Replace BDInfo plugin with nupkg and UHD/Atmos/DTS:X support
Diffstat (limited to 'MediaBrowser.MediaEncoding/MediaBrowser.MediaEncoding.csproj')
-rw-r--r--MediaBrowser.MediaEncoding/MediaBrowser.MediaEncoding.csproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.MediaEncoding/MediaBrowser.MediaEncoding.csproj b/MediaBrowser.MediaEncoding/MediaBrowser.MediaEncoding.csproj
index 558ea7d67..74a5e53b2 100644
--- a/MediaBrowser.MediaEncoding/MediaBrowser.MediaEncoding.csproj
+++ b/MediaBrowser.MediaEncoding/MediaBrowser.MediaEncoding.csproj
@@ -11,13 +11,13 @@
</ItemGroup>
<ItemGroup>
- <ProjectReference Include="..\BDInfo\BDInfo.csproj" />
<ProjectReference Include="..\MediaBrowser.Common\MediaBrowser.Common.csproj" />
<ProjectReference Include="..\MediaBrowser.Controller\MediaBrowser.Controller.csproj" />
<ProjectReference Include="..\MediaBrowser.Model\MediaBrowser.Model.csproj" />
</ItemGroup>
<ItemGroup>
+ <PackageReference Include="BDInfo" Version="0.7.6.1" />
<PackageReference Include="System.Text.Encoding.CodePages" Version="4.6.0" />
<PackageReference Include="UTF.Unknown" Version="2.1.0" />
</ItemGroup>