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