react to corefxlabs changes (#464) (#465)

This commit is contained in:
Andrew Stanton-Nurse 2017-05-19 15:06:46 -07:00 committed by GitHub
parent 4bb9721d39
commit 8f18ff4423
3 changed files with 7 additions and 5 deletions

View File

@ -1,8 +1,8 @@
// Copyright (c) .NET Foundation. All rights reserved.
// 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.
using System;
using System.Binary;
using System.Binary.Base64;
namespace Microsoft.AspNetCore.Sockets.Internal.Formatters
{

View File

@ -1,8 +1,9 @@
// Copyright (c) .NET Foundation. All rights reserved.
// 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.
using System;
using System.Binary;
using System.Binary.Base64;
using System.Buffers;
using System.Text;
using System.Text.Formatting;
@ -160,4 +161,4 @@ namespace Microsoft.AspNetCore.Sockets.Internal.Formatters
}
}
}
}
}

View File

@ -1,8 +1,9 @@
// Copyright (c) .NET Foundation. All rights reserved.
// 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.
using System;
using System.Binary;
using System.Binary.Base64;
using System.Buffers;
using System.Text;
using System.Text.Formatting;