mirror of
https://github.com/revenz/FileFlowsPlugins.git
synced 2026-01-06 06:00:30 -06:00
updated to work with common
This commit is contained in:
@@ -2,4 +2,5 @@
|
||||
global using System.Text;
|
||||
global using System.ComponentModel.DataAnnotations;
|
||||
global using FileFlows.Plugin;
|
||||
global using FileFlows.Plugin.Attributes;
|
||||
global using FileFlows.Plugin.Attributes;
|
||||
global using FileFlows.Common;
|
||||
@@ -51,6 +51,10 @@
|
||||
<Reference Include="FileFlows.Plugin">
|
||||
<HintPath>..\FileFlows.Plugin.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Common">
|
||||
<HintPath>..\FileFlows.Common.dll</HintPath>
|
||||
<SpecificVersion>False</SpecificVersion>
|
||||
</Reference>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<PackageReference Include="HtmlAgilityPack" Version="1.11.62" />
|
||||
|
||||
Reference in New Issue
Block a user