remove unnecessary usings

This commit is contained in:
chsakell
2016-10-11 10:06:27 +03:00
parent 79b88e9a7b
commit 445c95d1b9
12 changed files with 1 additions and 35 deletions

View File

@@ -1,8 +1,4 @@
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Hosting;
using Microsoft.AspNetCore.Builder;
using Microsoft.Extensions.Configuration;