Skip to content

Commit

Permalink
Add System.Memory to MSI installer
Browse files Browse the repository at this point in the history
  • Loading branch information
roji committed Mar 8, 2019
1 parent 129bb8c commit 327e4c8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/MSI/Npgsql.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
<ComponentRef Id="System.Threading.Tasks.Extensions" />
<ComponentRef Id="System.ValueTuple" />
<ComponentRef Id="System.Runtime.CompilerServices.Unsafe" />
<ComponentRef Id="System.Memory" />
<ComponentRef Id="MachineConfig_x86" />
<ComponentRef Id="MachineConfig_x64" />

Expand Down Expand Up @@ -133,6 +134,13 @@
KeyPath="yes"
Assembly=".net" />
</Component>
<Component Id="System.Memory" Guid="3cf4b30c-ccf9-4c65-b2ba-cf00684e35cb">
<File Id="System.Memory"
Name="System.Memory.dll"
Source="..\npgsql\bin\$(var.Configuration)\net452\System.Memory.dll"
KeyPath="yes"
Assembly=".net" />
</Component>
</Directory>

<!-- http://stackoverflow.com/questions/791455/how-do-i-modify-machine-config-via-an-msi-package -->
Expand Down

0 comments on commit 327e4c8

Please sign in to comment.