build: 10.11.96

This commit is contained in:
2248356998 qq.com
2025-10-11 13:38:28 +08:00
parent 0fef7dcf3b
commit 55a2ff5487
2 changed files with 5 additions and 5 deletions

View File

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

View File

@@ -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); //加载主程序集,并获取