Merge pull request #34 from crobibero/api-tests

Do not use the "Microsoft.NET.Sdk.Web" SDK in the test project
pull/2945/head
Mark Monteiro 5 years ago committed by GitHub
commit 713f8b2f4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

@ -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;

@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>

Loading…
Cancel
Save