Add hostfxr.dll to windows host msi
This commit is contained in:
parent
b68068d5a9
commit
9fb3b8788e
1 changed files with 1 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue