Remove redundant 'using'

This commit is contained in:
Steve Sanderson 2017-12-12 19:54:27 +00:00
parent 91e1cd1030
commit c5a104c56d
1 changed files with 0 additions and 1 deletions

View File

@ -1,7 +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.IO;
using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.Hosting;
using Microsoft.Extensions.DependencyInjection;