From f2658821b583d0fa9b1e6482636d04544c8cd0a4 Mon Sep 17 00:00:00 2001 From: Nate McMaster Date: Sun, 24 Feb 2019 15:37:03 -0800 Subject: [PATCH] React to System.Runtime.CompilerServices.Unsafe moving into Microsoft.NETCore.App React to dotnet/corefx#35526 --- eng/SharedFramework.External.props | 2 +- .../ref/Microsoft.AspNetCore.Server.IISIntegration.csproj | 1 - .../src/Microsoft.AspNetCore.Server.IISIntegration.csproj | 1 - .../Core/ref/Microsoft.AspNetCore.Server.Kestrel.Core.csproj | 1 - .../Core/src/Microsoft.AspNetCore.Server.Kestrel.Core.csproj | 1 - .../test/Microsoft.AspNetCore.Server.Kestrel.Core.Tests.csproj | 1 - .../ref/Microsoft.AspNetCore.Http.Connections.Common.csproj | 3 +-- .../src/Microsoft.AspNetCore.Http.Connections.Common.csproj | 2 +- .../ref/Microsoft.AspNetCore.SignalR.Common.csproj | 3 +-- .../src/Microsoft.AspNetCore.SignalR.Common.csproj | 2 +- 10 files changed, 5 insertions(+), 12 deletions(-) diff --git a/eng/SharedFramework.External.props b/eng/SharedFramework.External.props index 83705b2145..04f1c98d4b 100644 --- a/eng/SharedFramework.External.props +++ b/eng/SharedFramework.External.props @@ -52,7 +52,6 @@ - @@ -91,6 +90,7 @@ <_CompilationOnlyReference Include="System.Buffers" /> <_CompilationOnlyReference Include="System.ComponentModel.Annotations" /> + <_CompilationOnlyReference Include="System.Runtime.CompilerServices.Unsafe" />