Upgraded to .Net5

This commit is contained in:
Greenback
2020-11-16 17:17:49 +00:00
parent d66f88672c
commit 9481fd0747
4 changed files with 6 additions and 3 deletions

View File

@@ -8,6 +8,7 @@ using System.Threading.Tasks;
using MediaBrowser.Common;
using MediaBrowser.Common.Plugins;
using MediaBrowser.Model.System;
using Microsoft.AspNetCore.Http;
namespace MediaBrowser.Controller
{