Add using statement for extension methods.

This commit is contained in:
Chris Ross 2014-07-08 09:59:13 -07:00
parent 0f9e232759
commit 6afcadd66a
2 changed files with 2 additions and 0 deletions

View File

@ -20,6 +20,7 @@ using System.Collections.Generic;
using System.IO;
using System.Threading.Tasks;
using Microsoft.AspNet.Builder;
using Microsoft.AspNet.Http;
using Microsoft.Framework.DependencyInjection;
using Microsoft.Framework.DependencyInjection.Fallback;
using Microsoft.Framework.Runtime;

View File

@ -19,6 +19,7 @@ using System;
using System.IO;
using System.Threading.Tasks;
using Microsoft.AspNet.Builder;
using Microsoft.AspNet.Http;
using Microsoft.Framework.DependencyInjection;
using Microsoft.Framework.DependencyInjection.Fallback;
using Microsoft.Framework.Runtime;