From 87c513b0d86fe4d0eba6cd7625bb3944ed6d1d3f Mon Sep 17 00:00:00 2001 From: John Luo Date: Mon, 17 Apr 2017 15:13:02 -0700 Subject: [PATCH] Add target to set default target manifest --- .../Microsoft.AspNetCore.All.csproj | 7 ++- ...ublishWithAspNetCoreTargetManifest.targets | 48 +++++++++++++++++++ .../Microsoft.AspNetCore.All.targets | 3 ++ 3 files changed, 57 insertions(+), 1 deletion(-) create mode 100644 src/Microsoft.AspNetCore.All/build/PublishWithAspNetCoreTargetManifest.targets create mode 100644 src/Microsoft.AspNetCore.All/build/netstandard1.6/Microsoft.AspNetCore.All.targets diff --git a/src/Microsoft.AspNetCore.All/Microsoft.AspNetCore.All.csproj b/src/Microsoft.AspNetCore.All/Microsoft.AspNetCore.All.csproj index 08402e2910..5a9ac58b14 100644 --- a/src/Microsoft.AspNetCore.All/Microsoft.AspNetCore.All.csproj +++ b/src/Microsoft.AspNetCore.All/Microsoft.AspNetCore.All.csproj @@ -146,4 +146,9 @@ - \ No newline at end of file + + + + + + diff --git a/src/Microsoft.AspNetCore.All/build/PublishWithAspNetCoreTargetManifest.targets b/src/Microsoft.AspNetCore.All/build/PublishWithAspNetCoreTargetManifest.targets new file mode 100644 index 0000000000..5fdccb650e --- /dev/null +++ b/src/Microsoft.AspNetCore.All/build/PublishWithAspNetCoreTargetManifest.targets @@ -0,0 +1,48 @@ + + + + true + + + + + + + $(AspNetCoreTargetManifestRuntimeIdentifier) + + + + win7-x64 + win7-x86 + osx.10.12-x64 + linux-x64 + + + + + + + + $(TargetManifest);$(MSBuildThisFileDirectory)manifest.$(ManifestRuntimeIdentifier).xml + + + 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 new file mode 100644 index 0000000000..0bed51f606 --- /dev/null +++ b/src/Microsoft.AspNetCore.All/build/netstandard1.6/Microsoft.AspNetCore.All.targets @@ -0,0 +1,3 @@ + + +