updated to work with common

This commit is contained in:
John Andrews
2024-12-20 17:19:05 +13:00
parent 7f48c731fd
commit bfdf78aaa1
37 changed files with 95 additions and 10 deletions

View File

@@ -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;

View File

@@ -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" />