From 5296b28db7602b5a28b7e97130acb512c5931b39 Mon Sep 17 00:00:00 2001 From: Eric Erhardt Date: Thu, 21 Jul 2016 19:36:09 -0500 Subject: [PATCH] Removing all PlatformTarget setting in the default Sdk.props file. This value is passed in by the CLI. --- src/dotnet/Microsoft.DotNet.Core.Sdk.props | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/dotnet/Microsoft.DotNet.Core.Sdk.props b/src/dotnet/Microsoft.DotNet.Core.Sdk.props index ec6be8197..0215bdb56 100644 --- a/src/dotnet/Microsoft.DotNet.Core.Sdk.props +++ b/src/dotnet/Microsoft.DotNet.Core.Sdk.props @@ -15,7 +15,8 @@ - AnyCPU + + prompt 4 $(NoWarn);1701 @@ -54,8 +55,6 @@ false This will be set to false during "build", but set to true during "publish" --> - - x64 true