aboutsummaryrefslogtreecommitdiff
path: root/tests/Jellyfin.Server.Integration.Tests
diff options
context:
space:
mode:
authorBond-009 <bond.009@outlook.com>2021-03-14 00:21:51 +0100
committerGitHub <noreply@github.com>2021-03-14 00:21:51 +0100
commit5c0c205bedb504d7123c2509a6dcb689ffc1f7e6 (patch)
tree617f34b9806c1aa07d1f3d6d19d44d5a0991a298 /tests/Jellyfin.Server.Integration.Tests
parent8bb2420a25edc634a13cfb508a82f2d3c51da10b (diff)
parent72d3eed15c0a24612cc8ff90475a9e19ff8c7558 (diff)
Merge pull request #5522 from Bond-009/integrationtests
Fix integration test project
Diffstat (limited to 'tests/Jellyfin.Server.Integration.Tests')
-rw-r--r--tests/Jellyfin.Server.Integration.Tests/Jellyfin.Server.Integration.Tests.csproj1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/Jellyfin.Server.Integration.Tests/Jellyfin.Server.Integration.Tests.csproj b/tests/Jellyfin.Server.Integration.Tests/Jellyfin.Server.Integration.Tests.csproj
index 49004966b9..b0a38736ae 100644
--- a/tests/Jellyfin.Server.Integration.Tests/Jellyfin.Server.Integration.Tests.csproj
+++ b/tests/Jellyfin.Server.Integration.Tests/Jellyfin.Server.Integration.Tests.csproj
@@ -23,7 +23,6 @@
<!-- Code Analyzers -->
<ItemGroup Condition=" '$(Configuration)' == 'Debug' ">
- <PackageReference Include="Microsoft.CodeAnalysis.FxCopAnalyzers" Version="2.9.8" PrivateAssets="All" />
<PackageReference Include="SerilogAnalyzer" Version="0.15.0" PrivateAssets="All" />
<PackageReference Include="StyleCop.Analyzers" Version="1.1.118" PrivateAssets="All" />
<PackageReference Include="SmartAnalyzers.MultithreadingAnalyzer" Version="1.1.31" PrivateAssets="All" />