From a9d643a93e5b388984e208c3664366895baa4449 Mon Sep 17 00:00:00 2001 From: Andrew Stanton-Nurse Date: Thu, 11 Jan 2018 11:28:08 -0800 Subject: [PATCH] remove dependency on system.buffers.primitives (#1287) --- build/dependencies.props | 4 ++-- .../Internal/Formatters/BinaryMessageFormatter.cs | 4 ++-- .../Microsoft.AspNetCore.SignalR.Common.csproj | 6 ++---- 3 files changed, 6 insertions(+), 8 deletions(-) diff --git a/build/dependencies.props b/build/dependencies.props index 76db910006..68bebcfcbf 100644 --- a/build/dependencies.props +++ b/build/dependencies.props @@ -1,4 +1,4 @@ - + $(MSBuildAllProjects);$(MSBuildThisFileFullPath) @@ -59,7 +59,7 @@ 0.9.0-beta2 10.0.1 1.2.4 - 0.1.0-e180104-2 + 4.5.0-preview1-26102-01 0.1.0-e180104-2 0.1.0-e180104-2 4.5.0-preview1-26102-01 diff --git a/src/Microsoft.AspNetCore.SignalR.Common/Internal/Formatters/BinaryMessageFormatter.cs b/src/Microsoft.AspNetCore.SignalR.Common/Internal/Formatters/BinaryMessageFormatter.cs index 44115592f6..dd16ee549a 100644 --- a/src/Microsoft.AspNetCore.SignalR.Common/Internal/Formatters/BinaryMessageFormatter.cs +++ b/src/Microsoft.AspNetCore.SignalR.Common/Internal/Formatters/BinaryMessageFormatter.cs @@ -1,4 +1,4 @@ -// 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; @@ -40,4 +40,4 @@ namespace Microsoft.AspNetCore.SignalR.Internal.Formatters ArrayPool.Shared.Return(buffer); } } -} \ No newline at end of file +} diff --git a/src/Microsoft.AspNetCore.SignalR.Common/Microsoft.AspNetCore.SignalR.Common.csproj b/src/Microsoft.AspNetCore.SignalR.Common/Microsoft.AspNetCore.SignalR.Common.csproj index 657502efaf..0ee14f9b98 100644 --- a/src/Microsoft.AspNetCore.SignalR.Common/Microsoft.AspNetCore.SignalR.Common.csproj +++ b/src/Microsoft.AspNetCore.SignalR.Common/Microsoft.AspNetCore.SignalR.Common.csproj @@ -1,4 +1,4 @@ - + Common serialiation primitives for SignalR Clients Servers @@ -9,10 +9,8 @@ - - - +