From 847131107d9987917c118365b65b05fd7a8eefc9 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Mon, 24 Oct 2016 20:00:06 +0200 Subject: [PATCH] Header fixed --- Squidex.sln.DotSettings | 6 ++++-- src/Squidex/Configurations/Identity/IdentityServices.cs | 1 - 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Squidex.sln.DotSettings b/Squidex.sln.DotSettings index afed2270e..cedc2334d 100644 --- a/Squidex.sln.DotSettings +++ b/Squidex.sln.DotSettings @@ -5,11 +5,13 @@ False True True + True True True True - False - True + True + True + ExplicitlyExcluded diff --git a/src/Squidex/Configurations/Identity/IdentityServices.cs b/src/Squidex/Configurations/Identity/IdentityServices.cs index 9317f66bf..4a93071fb 100644 --- a/src/Squidex/Configurations/Identity/IdentityServices.cs +++ b/src/Squidex/Configurations/Identity/IdentityServices.cs @@ -13,7 +13,6 @@ using IdentityServer4.Models; using Microsoft.AspNetCore.Hosting; using Microsoft.AspNetCore.Identity.MongoDB; using Microsoft.Extensions.DependencyInjection; -using Microsoft.IdentityModel.Tokens; namespace Squidex.Configurations.Identity {