aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorcrobibero <cody@robibe.ro>2020-04-23 12:43:05 -0600
committercrobibero <cody@robibe.ro>2020-04-23 12:43:05 -0600
commit6f20e2482f42d1224a8eb11d30d4eeff2e140c94 (patch)
treeceae210bb75f3ab9315e1559426e0814ccba9523 /tests
parent24ed6397250df484b71ebfb3b428d31e4d05f510 (diff)
Fix build
Diffstat (limited to 'tests')
-rw-r--r--tests/MediaBrowser.Api.Tests/BrandingServiceTests.cs3
-rw-r--r--tests/MediaBrowser.Api.Tests/JellyfinApplicationFactory.cs5
-rw-r--r--tests/MediaBrowser.Api.Tests/MediaBrowser.Api.Tests.csproj2
3 files changed, 1 insertions, 9 deletions
diff --git a/tests/MediaBrowser.Api.Tests/BrandingServiceTests.cs b/tests/MediaBrowser.Api.Tests/BrandingServiceTests.cs
index 881617914..34698fe25 100644
--- a/tests/MediaBrowser.Api.Tests/BrandingServiceTests.cs
+++ b/tests/MediaBrowser.Api.Tests/BrandingServiceTests.cs
@@ -1,9 +1,6 @@
-using System;
using System.Text.Json;
using System.Threading.Tasks;
-using Jellyfin.Server;
using MediaBrowser.Model.Branding;
-using Microsoft.AspNetCore.Mvc.Testing;
using Xunit;
namespace MediaBrowser.Api.Tests
diff --git a/tests/MediaBrowser.Api.Tests/JellyfinApplicationFactory.cs b/tests/MediaBrowser.Api.Tests/JellyfinApplicationFactory.cs
index 0bd9909f5..4a01180bc 100644
--- a/tests/MediaBrowser.Api.Tests/JellyfinApplicationFactory.cs
+++ b/tests/MediaBrowser.Api.Tests/JellyfinApplicationFactory.cs
@@ -1,9 +1,5 @@
-using System;
using System.Collections.Concurrent;
-using System.Collections.Generic;
using System.IO;
-using System.Linq;
-using System.Threading.Tasks;
using Emby.Server.Implementations;
using Emby.Server.Implementations.IO;
using Emby.Server.Implementations.Networking;
@@ -14,7 +10,6 @@ using Microsoft.AspNetCore.Hosting;
using Microsoft.AspNetCore.Mvc.Testing;
using Microsoft.AspNetCore.TestHost;
using Microsoft.Extensions.DependencyInjection;
-using Microsoft.Extensions.Hosting;
using Microsoft.Extensions.Logging;
using Serilog;
using Serilog.Extensions.Logging;
diff --git a/tests/MediaBrowser.Api.Tests/MediaBrowser.Api.Tests.csproj b/tests/MediaBrowser.Api.Tests/MediaBrowser.Api.Tests.csproj
index 077fefed0..b99d61f5a 100644
--- a/tests/MediaBrowser.Api.Tests/MediaBrowser.Api.Tests.csproj
+++ b/tests/MediaBrowser.Api.Tests/MediaBrowser.Api.Tests.csproj
@@ -1,4 +1,4 @@
-<Project Sdk="Microsoft.NET.Sdk.Web">
+<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>