Add hostfxr.dll to windows host msi

This commit is contained in:
Eric Mellino 2016-03-15 12:10:02 -07:00
parent b68068d5a9
commit 9fb3b8788e

View file

@ -38,6 +38,7 @@
<ComponentGroup Id="InstallFiles">
<Component Id="cmpCoreHost" Directory="DOTNETHOME" Guid="{45399BBB-DDA5-4386-A2E9-618FB3C54A18}">
<File Id="fileCoreHostExe" KeyPath="yes" Source="$(var.HostSrc)\dotnet.exe" />
<File Id="fileHostFxrDll" Source="$(var.HostSrc)\hostfxr.dll" />
</Component>
</ComponentGroup>
</Fragment>