React to HttpAbstractions change: `WebSocketAcceptContext` in new namespace

- see issue aspnet/HttpAbstractions#590 and pull aspnet/HttpAbstractions#589
This commit is contained in:
Doug Bunting 2016-03-18 21:58:31 -07:00
parent 416fc81cec
commit 0cdc7f76fd
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
using System;
using System.Collections.Generic;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Http.Features;
using Microsoft.AspNetCore.Http;
namespace MusicStore.Controllers
{