diff options
| author | Bond-009 <bond.009@outlook.com> | 2023-12-05 16:16:19 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-05 16:16:19 +0100 |
| commit | 000ccaa6dbf948aa427a8daac7d550dd598b3b5b (patch) | |
| tree | 9b195f8157d1b29c1096729f193da387855f9137 /tests | |
| parent | f7d61912a26e927e52f1340bbed7bca2da212d93 (diff) | |
| parent | eea676429b603c9a19e098b1a99c6c024af95ec7 (diff) | |
Merge pull request #10660 from barronpm/move-networking
Move Jellyfin.Networking
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/Jellyfin.Networking.Tests/Jellyfin.Networking.Tests.csproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Jellyfin.Networking.Tests/Jellyfin.Networking.Tests.csproj b/tests/Jellyfin.Networking.Tests/Jellyfin.Networking.Tests.csproj index 3747db3bb..2d7f11210 100644 --- a/tests/Jellyfin.Networking.Tests/Jellyfin.Networking.Tests.csproj +++ b/tests/Jellyfin.Networking.Tests/Jellyfin.Networking.Tests.csproj @@ -18,7 +18,7 @@ </ItemGroup> <ItemGroup> - <ProjectReference Include="../../Jellyfin.Networking/Jellyfin.Networking.csproj" /> + <ProjectReference Include="../../src/Jellyfin.Networking/Jellyfin.Networking.csproj" /> </ItemGroup> </Project> |
