From: AeonLucid Date: Thu, 22 Oct 2020 12:04:49 +0000 (+0200) Subject: Clean up after merged PRs X-Git-Tag: v1.2.2~96^2~55 X-Git-Url: https://git.deb.at/?a=commitdiff_plain;h=77e758127252918c19bda97ee57f37791195db37;p=rhonda%2Fimpostor.git Clean up after merged PRs --- diff --git a/src/Impostor.Api/Impostor.Api.csproj b/src/Impostor.Api/Impostor.Api.csproj index 071adf1..3ff2516 100644 --- a/src/Impostor.Api/Impostor.Api.csproj +++ b/src/Impostor.Api/Impostor.Api.csproj @@ -5,28 +5,21 @@ None ProjectRules.ruleset 9 - - - - true - - - - true + true - - - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - + + + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + \ No newline at end of file diff --git a/src/Impostor.Server/Net/Manager/GameManager.cs b/src/Impostor.Server/Net/Manager/GameManager.cs index ccb5d37..a47fc9d 100644 --- a/src/Impostor.Server/Net/Manager/GameManager.cs +++ b/src/Impostor.Server/Net/Manager/GameManager.cs @@ -4,7 +4,6 @@ using System.Collections.Generic; using System.Linq; using System.Net; using System.Threading.Tasks; - using Impostor.Api; using Impostor.Api.Events; using Impostor.Api.Events.Managers; @@ -15,7 +14,6 @@ using Impostor.Server.Data; using Impostor.Server.Extensions; using Impostor.Server.Net.Redirector; using Impostor.Server.Net.State; - using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Logging; using Microsoft.Extensions.Options; diff --git a/src/Impostor.Server/Net/Redirector/NodeLocatorRedis.cs b/src/Impostor.Server/Net/Redirector/NodeLocatorRedis.cs index ec03666..0b6fdff 100644 --- a/src/Impostor.Server/Net/Redirector/NodeLocatorRedis.cs +++ b/src/Impostor.Server/Net/Redirector/NodeLocatorRedis.cs @@ -1,7 +1,6 @@ using System; using System.Net; using System.Threading.Tasks; - using Microsoft.Extensions.Caching.Distributed; using Microsoft.Extensions.Logging;