From 7664b8b24589327ef6dad4aebf1e55bfb7de6a94 Mon Sep 17 00:00:00 2001 From: John Luo Date: Mon, 17 Apr 2017 17:31:33 -0700 Subject: [PATCH] Feedback --- .../Microsoft.AspNetCore.All.csproj | 4 +-- ...ublishWithAspNetCoreTargetManifest.targets | 25 +++++++++---------- .../Microsoft.AspNetCore.All.targets | 2 +- 3 files changed, 15 insertions(+), 16 deletions(-) diff --git a/src/Microsoft.AspNetCore.All/Microsoft.AspNetCore.All.csproj b/src/Microsoft.AspNetCore.All/Microsoft.AspNetCore.All.csproj index 12516fb..82eddee 100644 --- a/src/Microsoft.AspNetCore.All/Microsoft.AspNetCore.All.csproj +++ b/src/Microsoft.AspNetCore.All/Microsoft.AspNetCore.All.csproj @@ -148,8 +148,8 @@ - - + + \ No newline at end of file diff --git a/src/Microsoft.AspNetCore.All/build/PublishWithAspNetCoreTargetManifest.targets b/src/Microsoft.AspNetCore.All/build/PublishWithAspNetCoreTargetManifest.targets index c20d8c0..5fdccb6 100644 --- a/src/Microsoft.AspNetCore.All/build/PublishWithAspNetCoreTargetManifest.targets +++ b/src/Microsoft.AspNetCore.All/build/PublishWithAspNetCoreTargetManifest.targets @@ -1,4 +1,4 @@ - + true @@ -18,19 +18,19 @@ Append the default ASP.NET Core runtime package store manifest during publish $(AspNetCoreTargetManifestRuntimeIdentifier) - + win7-x64 win7-x86 osx.10.12-x64 + Condition="'$([System.Runtime.InteropServices.RuntimeInformation]::IsOSPlatform($([System.Runtime.InteropServices.OSPlatform]::OSX)))'">osx.10.12-x64 linux-x64 + Condition="'$([System.Runtime.InteropServices.RuntimeInformation]::IsOSPlatform($([System.Runtime.InteropServices.OSPlatform]::Linux)))'">linux-x64 + Importance="low" /> - $(TargetManifest);$(MSBuildThisFileDirectory)manifest.$(ManifestRuntimeIdentifier).xml + $(TargetManifest);$(MSBuildThisFileDirectory)manifest.$(ManifestRuntimeIdentifier).xml - \ No newline at end of file + diff --git a/src/Microsoft.AspNetCore.All/build/netstandard1.6/Microsoft.AspNetCore.All.targets b/src/Microsoft.AspNetCore.All/build/netstandard1.6/Microsoft.AspNetCore.All.targets index de54a33..37dd143 100644 --- a/src/Microsoft.AspNetCore.All/build/netstandard1.6/Microsoft.AspNetCore.All.targets +++ b/src/Microsoft.AspNetCore.All/build/netstandard1.6/Microsoft.AspNetCore.All.targets @@ -1,3 +1,3 @@ - + \ No newline at end of file