Skip to content
This repository was archived by the owner on May 29, 2019. It is now read-only.

Commit 0cdc7f7

Browse files
committed
React to HttpAbstractions change: WebSocketAcceptContext in new namespace
- see issue aspnet/HttpAbstractions#590 and pull aspnet/HttpAbstractions#589
1 parent 416fc81 commit 0cdc7f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/MusicStore.Test/TestSession.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
using System;
22
using System.Collections.Generic;
33
using System.Threading.Tasks;
4-
using Microsoft.AspNetCore.Http.Features;
4+
using Microsoft.AspNetCore.Http;
55

66
namespace MusicStore.Controllers
77
{

0 commit comments

Comments
 (0)