소스 검색

Merge pull request #1176 from Bond-009/namingdep

Remove unused dependency for Emby.Naming
Vasily 6 년 전
부모
커밋
91e3b3b491
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Emby.Naming/Emby.Naming.csproj

+ 1 - 1
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>