Remove unused using statements

This commit is contained in:
Troy Dai 2016-07-11 22:51:41 -07:00
parent 6cee57752f
commit 5637e0c917
5 changed files with 0 additions and 8 deletions

View File

@ -1,6 +1,5 @@
using System.IO;
using Microsoft.AspNetCore.Hosting;
using Microsoft.Extensions.Configuration;
namespace CookieSample
{

View File

@ -1,8 +1,6 @@
// Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System;
namespace Microsoft.AspNetCore.Authentication
{
public enum EventResultState

View File

@ -1,7 +1,6 @@
// <auto-generated />
namespace Microsoft.AspNetCore.Authentication
{
using System.Globalization;
using System.Reflection;
using System.Resources;

View File

@ -1,9 +1,6 @@
// Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System;
namespace Microsoft.AspNetCore.Authentication
{
public class SharedAuthenticationOptions

View File

@ -3,7 +3,6 @@
using System;
using System.ComponentModel;
using System.Runtime.InteropServices;
namespace Microsoft.Win32