Reacting to RequestDelegate namespace change

This commit is contained in:
John Luo 2015-10-30 13:58:05 -07:00
parent 902930db9e
commit 83f20ece7d
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@
using System;
using System.Threading.Tasks;
using Microsoft.AspNet.Builder;
using Microsoft.AspNet.Http;
using Microsoft.AspNet.Http.Internal;
using Microsoft.Extensions.Logging.Testing;
using Xunit;