diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-11-11 15:21:40 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-11-11 15:21:40 -0500 |
| commit | 47552145b6240c2daad12f4c85d9c5465161fc3c (patch) | |
| tree | 02525d3c0dc1258be1ffdc09cd079880f9ec2563 /src | |
| parent | 6ca0f49259e6ccaea38c8596512f784d0d57e4d3 (diff) | |
update .net core solution
Diffstat (limited to 'src')
| -rw-r--r-- | src/Emby.Server/Emby.Server.xproj | 3 | ||||
| -rw-r--r-- | src/Emby.Server/project.json | 9 |
2 files changed, 12 insertions, 0 deletions
diff --git a/src/Emby.Server/Emby.Server.xproj b/src/Emby.Server/Emby.Server.xproj index ed4aa7734..6a23809ce 100644 --- a/src/Emby.Server/Emby.Server.xproj +++ b/src/Emby.Server/Emby.Server.xproj @@ -19,6 +19,7 @@ <ProjectReference Include="..\..\BDInfo\BDInfo.csproj" /> <ProjectReference Include="..\..\DvdLib\DvdLib.csproj" /> <ProjectReference Include="..\..\Emby.Dlna\Emby.Dlna.csproj" /> + <ProjectReference Include="..\..\Emby.Drawing\Emby.Drawing.csproj" /> <ProjectReference Include="..\..\Emby.Photos\Emby.Photos.csproj" /> <ProjectReference Include="..\..\Emby.Server.Implementations\Emby.Server.Implementations.csproj" /> <ProjectReference Include="..\..\MediaBrowser.Api\MediaBrowser.Api.csproj" /> @@ -33,6 +34,8 @@ <ProjectReference Include="..\..\MediaBrowser.XbmcMetadata\MediaBrowser.XbmcMetadata.csproj" /> <ProjectReference Include="..\..\OpenSubtitlesHandler\OpenSubtitlesHandler.csproj" /> <ProjectReference Include="..\..\RSSDP\RSSDP.csproj" /> + <ProjectReference Include="..\..\ServiceStack\ServiceStack.csproj" /> + <ProjectReference Include="..\..\SocketHttpListener.Portable\SocketHttpListener.Portable.csproj" /> </ItemGroup> <Import Project="$(VSToolsPath)\DotNet\Microsoft.DotNet.targets" Condition="'$(VSToolsPath)' != ''" /> </Project>
\ No newline at end of file diff --git a/src/Emby.Server/project.json b/src/Emby.Server/project.json index dd70bc9bc..2693435a4 100644 --- a/src/Emby.Server/project.json +++ b/src/Emby.Server/project.json @@ -27,6 +27,9 @@ "Emby.Dlna": { "target": "project" }, + "Emby.Drawing": { + "target": "project" + }, "Emby.Photos": { "target": "project" }, @@ -68,6 +71,12 @@ }, "RSSDP": { "target": "project" + }, + "ServiceStack": { + "target": "project" + }, + "SocketHttpListener.Portable": { + "target": "project" } } } |
