From 18a79ee291fcfff32de86994f83e1f27bad272d4 Mon Sep 17 00:00:00 2001 From: John Beisner Date: Wed, 27 Sep 2017 13:43:24 -0700 Subject: [PATCH] Adding "rhel.6-x64" Removing "ubuntu.16.10-x64" --- build/Branding.props | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/build/Branding.props b/build/Branding.props index e2cc90d14..5e7a75461 100644 --- a/build/Branding.props +++ b/build/Branding.props @@ -10,14 +10,15 @@ $(SharedFrameworkName) $(Rid) $(OSName)-$(Architecture) + $(HostRid) + '$(HostRid)' == 'fedora.24-x64' OR + '$(HostRid)' == 'rhel.6-x64' OR + '$(HostRid)' == 'opensuse.42.1-x64' ">$(HostRid) $(HostOSName)-$(Architecture) dotnet-sdk-internal