优化规则引擎

This commit is contained in:
Diego
2024-12-06 10:45:56 +08:00
parent ca2f5be3d1
commit 57997f7f4b
6 changed files with 7 additions and 5 deletions

View File

@@ -3,7 +3,7 @@
<PropertyGroup>
<AdminVersion>7.2.0.35</AdminVersion>
<PluginVersion>9.0.2.32</PluginVersion>
<ProPluginVersion>9.0.2.55</ProPluginVersion>
<ProPluginVersion>9.0.2.56</ProPluginVersion>
</PropertyGroup>
<PropertyGroup>

View File

@@ -111,6 +111,8 @@ public static class CSharpScriptEngineExtension
$@"
using System;
using System.Linq;
using System.Threading.Tasks;
using System.Threading;
using System.Collections.Generic;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;

View File

@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<Version>9.0.2.22</Version>
<Version>9.0.2.23</Version>
</PropertyGroup>
<ItemGroup>

View File

@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<Version>7.2.0.46</Version>
<Version>7.2.0.47</Version>
</PropertyGroup>
<ItemGroup>