diff options
| author | Vasily <JustAMan@users.noreply.github.com> | 2019-04-01 16:19:44 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-04-01 16:19:44 +0300 |
| commit | 91e3b3b49130e45e4273969e19e42614a4546997 (patch) | |
| tree | 8ddc2e4fc540e0ff6a57063ff5bce372feccca35 | |
| parent | c032a015a44a042f3428cbd8dda0f154e3232b4e (diff) | |
| parent | f2e2065fd4a879c8583f487e161e09909ed704b2 (diff) | |
Merge pull request #1176 from Bond-009/namingdep
Remove unused dependency for Emby.Naming
| -rw-r--r-- | Emby.Naming/Emby.Naming.csproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Naming/Emby.Naming.csproj b/Emby.Naming/Emby.Naming.csproj index e344e7811..c448ec0ce 100644 --- a/Emby.Naming/Emby.Naming.csproj +++ b/Emby.Naming/Emby.Naming.csproj @@ -10,7 +10,7 @@ </ItemGroup> <ItemGroup> - <ProjectReference Include="..\MediaBrowser.Common\MediaBrowser.Common.csproj" /> + <ProjectReference Include="..\MediaBrowser.Model\MediaBrowser.Model.csproj" /> </ItemGroup> <PropertyGroup> |
