Change namespace to avoid conflict
This commit is contained in:
parent
3e568588d2
commit
342c4c44f6
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue