mirror of
https://gitee.com/ThingsGateway/ThingsGateway.git
synced 2025-10-20 10:50:48 +08:00
build: 10.11.96
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
<Project>
|
||||
|
||||
<PropertyGroup>
|
||||
<PluginVersion>10.11.94</PluginVersion>
|
||||
<ProPluginVersion>10.11.94</ProPluginVersion>
|
||||
<DefaultVersion>10.11.94</DefaultVersion>
|
||||
<PluginVersion>10.11.96</PluginVersion>
|
||||
<ProPluginVersion>10.11.96</ProPluginVersion>
|
||||
<DefaultVersion>10.11.96</DefaultVersion>
|
||||
<AuthenticationVersion>10.11.6</AuthenticationVersion>
|
||||
<SourceGeneratorVersion>10.11.6</SourceGeneratorVersion>
|
||||
<NET8Version>8.0.20</NET8Version>
|
||||
@@ -12,7 +12,7 @@
|
||||
<IsTrimmable>false</IsTrimmable>
|
||||
<ManagementProPluginVersion>10.11.87</ManagementProPluginVersion>
|
||||
<ManagementPluginVersion>10.11.87</ManagementPluginVersion>
|
||||
<TSVersion>4.0.0-beta.100</TSVersion>
|
||||
<TSVersion>4.0.0-beta.112</TSVersion>
|
||||
|
||||
|
||||
</PropertyGroup>
|
||||
|
@@ -711,7 +711,7 @@ internal sealed class PluginService : IPluginService
|
||||
{
|
||||
using var fs = new FileStream(item, FileMode.Open);
|
||||
//var cachePath = Path.GetDirectoryName(item).CombinePathWithOs($"Cache{cacheId}").CombinePath(Path.GetFileName(item));
|
||||
if (item == path)
|
||||
if (Path.GetFullPath(item) == Path.GetFullPath(path))
|
||||
{
|
||||
assembly = assemblyLoadContext.LoadFromStream(fs); //加载主程序集,并获取
|
||||
|
||||
|
Reference in New Issue
Block a user