Merge pull request #1873 from mellinoe/add-hostfxrdll-tomsi

Add hostfxr.dll to windows host msi
This commit is contained in:
Eric Mellino 2016-03-15 12:12:56 -07:00
commit 967c6bfcbb

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>