Change namespace to avoid conflict

This commit is contained in:
David Fowler 2018-02-10 12:44:55 -08:00
parent 3e568588d2
commit 342c4c44f6
1 changed files with 3 additions and 1 deletions

View File

@ -1,7 +1,9 @@
// Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
namespace System.IO.Pipelines
using System.IO.Pipelines;
namespace Microsoft.AspNetCore.Sockets
{
public class DuplexPipe : IDuplexPipe
{