mirror of
https://github.com/hykilpikonna/AquaDX.git
synced 2026-07-19 09:19:18 -05:00
[F] Fody should merge System.Numerics
Some checks are pending
Build AquaMai / build (push) Waiting to run
Some checks are pending
Build AquaMai / build (push) Waiting to run
This commit is contained in:
parent
d0bb3cc75c
commit
f3bebc6fa2
|
|
@ -71,7 +71,7 @@
|
|||
<Reference Include="System.Configuration">
|
||||
<HintPath>Libs\System.Configuration.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="System.Numerics">
|
||||
<Reference Include="System.Numerics" Private="true">
|
||||
<HintPath>Libs\System.Numerics.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="System.Core">
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Weavers xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="FodyWeavers.xsd">
|
||||
<ILMerge>
|
||||
<IncludeAssemblies>tomlet|urgui</IncludeAssemblies>
|
||||
<IncludeAssemblies>tomlet|urgui|numerics</IncludeAssemblies>
|
||||
<NamespacePrefix>$AquaMai$_</NamespacePrefix>
|
||||
</ILMerge>
|
||||
</Weavers>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user