From e0a801aea248db5154977bba6e29ee87fe101862 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Strehovsk=C3=BD?= Date: Tue, 23 Jan 2018 14:27:34 +0100 Subject: Fix WebApi sample to work on macOS (#5273) * Pass required frameworks to the linker on macOS The `CoreFoundation` and `Security` frameworks are required to link anything that includes `System.Security.Cryptography.Native.Apple.a`. * Update WebApi instructions for macOS --- src/BuildIntegration/Microsoft.NETCore.Native.Unix.props | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/BuildIntegration/Microsoft.NETCore.Native.Unix.props') diff --git a/src/BuildIntegration/Microsoft.NETCore.Native.Unix.props b/src/BuildIntegration/Microsoft.NETCore.Native.Unix.props index 69539c5e1..309e4728f 100644 --- a/src/BuildIntegration/Microsoft.NETCore.Native.Unix.props +++ b/src/BuildIntegration/Microsoft.NETCore.Native.Unix.props @@ -63,6 +63,11 @@ See the LICENSE file in the project root for more information. + + + + + @@ -79,6 +84,7 @@ See the LICENSE file in the project root for more information. + -- cgit v1.2.3