fix:墨迹纠正失效
This commit is contained in:
@@ -1,3 +1,3 @@
|
|||||||
<Weavers xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="FodyWeavers.xsd">
|
<Weavers xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="FodyWeavers.xsd">
|
||||||
<Costura />
|
<Costura ExcludeAssemblies="IACore|IALoader|IAWinFX" />
|
||||||
</Weavers>
|
</Weavers>
|
||||||
@@ -113,12 +113,15 @@
|
|||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Reference Include="IACore">
|
<Reference Include="IACore">
|
||||||
<HintPath>.\IACore.dll</HintPath>
|
<HintPath>.\IACore.dll</HintPath>
|
||||||
|
<Private>True</Private>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="IALoader">
|
<Reference Include="IALoader">
|
||||||
<HintPath>.\IALoader.dll</HintPath>
|
<HintPath>.\IALoader.dll</HintPath>
|
||||||
|
<Private>True</Private>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="IAWinFX">
|
<Reference Include="IAWinFX">
|
||||||
<HintPath>.\IAWinFX.dll</HintPath>
|
<HintPath>.\IAWinFX.dll</HintPath>
|
||||||
|
<Private>True</Private>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="Microsoft.VisualBasic" />
|
<Reference Include="Microsoft.VisualBasic" />
|
||||||
<Reference Include="netstandard" />
|
<Reference Include="netstandard" />
|
||||||
|
|||||||
Reference in New Issue
Block a user