From 0b53d1a76555f19fb70671efc5eafbffba7ae2a8 Mon Sep 17 00:00:00 2001 From: Aleksey Kliger Date: Tue, 9 Aug 2022 13:20:02 -0400 Subject: [PATCH] [host] Copy hostfxr and hostpolicy for Mono also, if !mobile Fixes the mono "HelloWorld" sample (src/mono/samples/HelloWorld) on desktop platforms --- src/libraries/externals.csproj | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/libraries/externals.csproj b/src/libraries/externals.csproj index a2fbff29ec0609..00effdc6e8edc6 100644 --- a/src/libraries/externals.csproj +++ b/src/libraries/externals.csproj @@ -95,6 +95,9 @@ AfterTargets="AfterResolveReferences" Condition="'$(RuntimeFlavor)' == 'Mono'"> + + +