aboutsummaryrefslogtreecommitdiff
path: root/tests/Jellyfin.Networking.Tests/Jellyfin.Networking.Tests.csproj
diff options
context:
space:
mode:
authorBond-009 <bond.009@outlook.com>2023-07-29 23:52:26 +0200
committerGitHub <noreply@github.com>2023-07-29 15:52:26 -0600
commitd3c7af0d5c3709e18eac71fdb0279e985b6a9113 (patch)
tree18b209c87d5c8796035398eafb3de1b63a2beecd /tests/Jellyfin.Networking.Tests/Jellyfin.Networking.Tests.csproj
parent148c86ee0db643b5278dcbd68133bcc64a2f617e (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.csproj7
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>