diff options
| author | Vasily <JustAMan@users.noreply.github.com> | 2020-04-16 00:53:25 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-16 00:53:25 +0300 |
| commit | e1fb24c9ee6c448f86b0ee1a975ed52525287f88 (patch) | |
| tree | 75a67435f3d7ec55436073d1cb58e441c17664e2 /DvdLib/DvdLib.csproj | |
| parent | 31769bda2886ca85310681c19efc9c8c3007cedf (diff) | |
| parent | 6b7517e5061ef2dca8d6d397705291f03ee0393a (diff) | |
Merge pull request #2830 from Bond-009/dvdlib
DvdLib: remove dependency on MediaBrowser.Model
Diffstat (limited to 'DvdLib/DvdLib.csproj')
| -rw-r--r-- | DvdLib/DvdLib.csproj | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/DvdLib/DvdLib.csproj b/DvdLib/DvdLib.csproj index f4df6a9f5..36f949616 100644 --- a/DvdLib/DvdLib.csproj +++ b/DvdLib/DvdLib.csproj @@ -4,10 +4,6 @@ <Compile Include="..\SharedVersion.cs" /> </ItemGroup> - <ItemGroup> - <ProjectReference Include="..\MediaBrowser.Model\MediaBrowser.Model.csproj" /> - </ItemGroup> - <PropertyGroup> <TargetFramework>netstandard2.1</TargetFramework> <GenerateAssemblyInfo>false</GenerateAssemblyInfo> |
