aboutsummaryrefslogtreecommitdiff
path: root/Emby.Photos
diff options
context:
space:
mode:
authorAndrew Rabert <ar@nullsum.net>2019-01-21 19:22:08 -0500
committerAndrew Rabert <ar@nullsum.net>2019-01-21 19:22:08 -0500
commitbc8a0eeead8721951250edade1047073030d1246 (patch)
tree69c937800d6cc87c6b5489d1154ad8574823c97f /Emby.Photos
parentedcfd8b565f632088c8b1f826db8e2fbecf9790d (diff)
Use TagLibSharp Nuget package
Diffstat (limited to 'Emby.Photos')
-rw-r--r--Emby.Photos/Emby.Photos.csproj5
1 files changed, 4 insertions, 1 deletions
diff --git a/Emby.Photos/Emby.Photos.csproj b/Emby.Photos/Emby.Photos.csproj
index e6b445202..c9830abc5 100644
--- a/Emby.Photos/Emby.Photos.csproj
+++ b/Emby.Photos/Emby.Photos.csproj
@@ -3,13 +3,16 @@
<ItemGroup>
<ProjectReference Include="..\MediaBrowser.Controller\MediaBrowser.Controller.csproj" />
<ProjectReference Include="..\MediaBrowser.Model\MediaBrowser.Model.csproj" />
- <ProjectReference Include="..\ThirdParty\taglib-sharp\src\taglib-sharp.csproj" />
</ItemGroup>
<ItemGroup>
<Compile Include="..\SharedVersion.cs" />
</ItemGroup>
+ <ItemGroup>
+ <PackageReference Include="TagLibSharp" Version="2.2.0-beta" />
+ </ItemGroup>
+
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>