diff options
| author | Andrew Rabert <ar@nullsum.net> | 2019-01-21 19:22:08 -0500 |
|---|---|---|
| committer | Andrew Rabert <ar@nullsum.net> | 2019-01-21 19:22:08 -0500 |
| commit | bc8a0eeead8721951250edade1047073030d1246 (patch) | |
| tree | 69c937800d6cc87c6b5489d1154ad8574823c97f /Emby.Photos | |
| parent | edcfd8b565f632088c8b1f826db8e2fbecf9790d (diff) | |
Use TagLibSharp Nuget package
Diffstat (limited to 'Emby.Photos')
| -rw-r--r-- | Emby.Photos/Emby.Photos.csproj | 5 |
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> |
