From 8ae5bb4286a353e9fa8ae34f0baae8e3c84e8676 Mon Sep 17 00:00:00 2001 From: Rakesh Singh Date: Fri, 16 Feb 2018 12:34:29 -0800 Subject: [PATCH] Update File description for runtime binaries ( host,hostfxr and hostpolicy ) (dotnet/core-setup#3685) * Update File description for runtime binaries ( host,hostfxr and hostpolicy ) * Updated per feedback review * Updating per feedback Commit migrated from https://github.com/dotnet/core-setup/commit/85f1c024aceffe2b6f28c75ac52d38c82c859b20 --- src/installer/corehost/build.proj | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/src/installer/corehost/build.proj b/src/installer/corehost/build.proj index 1627f61..4ac16fb 100644 --- a/src/installer/corehost/build.proj +++ b/src/installer/corehost/build.proj @@ -55,10 +55,19 @@ - + + .NET Core Host + + + .NET Core Host Resolver - $(HostResolverVersion) + + + .NET Core Host Policy - $(HostPolicyVersion) + + $(ConfigurationGroup) $(TargetArchitecture) apphostver $(AppHostVersion) hostver $(HostVersion) fxrver $(HostResolverVersion) policyver $(HostPolicyVersion) commit $(LatestCommit) rid $(OutputRid) -- 2.7.4