diff options
| author | Bond-009 <bond.009@outlook.com> | 2023-07-29 23:52:26 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-07-29 15:52:26 -0600 |
| commit | d3c7af0d5c3709e18eac71fdb0279e985b6a9113 (patch) | |
| tree | 18b209c87d5c8796035398eafb3de1b63a2beecd /tests/Jellyfin.Networking.Tests/Jellyfin.Networking.Tests.csproj | |
| parent | 148c86ee0db643b5278dcbd68133bcc64a2f617e (diff) | |
Fix Jellyfin.Networking.Tests (#10055)
Diffstat (limited to 'tests/Jellyfin.Networking.Tests/Jellyfin.Networking.Tests.csproj')
| -rw-r--r-- | tests/Jellyfin.Networking.Tests/Jellyfin.Networking.Tests.csproj | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/tests/Jellyfin.Networking.Tests/Jellyfin.Networking.Tests.csproj b/tests/Jellyfin.Networking.Tests/Jellyfin.Networking.Tests.csproj index 4b4bdd2a51..3747db3bbb 100644 --- a/tests/Jellyfin.Networking.Tests/Jellyfin.Networking.Tests.csproj +++ b/tests/Jellyfin.Networking.Tests/Jellyfin.Networking.Tests.csproj @@ -18,12 +18,7 @@ </ItemGroup> <ItemGroup> - <ProjectReference Include="../../Emby.Server.Implementations/Emby.Server.Implementations.csproj" /> - <ProjectReference Include="../../MediaBrowser.Common/MediaBrowser.Common.csproj" /> + <ProjectReference Include="../../Jellyfin.Networking/Jellyfin.Networking.csproj" /> </ItemGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'"> - <DefineConstants>DEBUG</DefineConstants> - </PropertyGroup> - </Project> |
