mirror of https://github.com/hykilpikonna/AquaDX
[F] Fody should merge System.Numerics
Build AquaMai / build (push) Has been cancelled
Details
Build AquaMai / build (push) Has been cancelled
Details
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