更新依赖

This commit is contained in:
2248356998 qq.com
2025-09-07 21:52:41 +08:00
parent 8404e20c5e
commit 34dd2cf0a7
4 changed files with 9 additions and 9 deletions

View File

@@ -1,9 +1,9 @@
<Project> <Project>
<PropertyGroup> <PropertyGroup>
<PluginVersion>10.11.27</PluginVersion> <PluginVersion>10.11.28</PluginVersion>
<ProPluginVersion>10.11.27</ProPluginVersion> <ProPluginVersion>10.11.28</ProPluginVersion>
<DefaultVersion>10.11.27</DefaultVersion> <DefaultVersion>10.11.28</DefaultVersion>
<AuthenticationVersion>10.11.3</AuthenticationVersion> <AuthenticationVersion>10.11.3</AuthenticationVersion>
<SourceGeneratorVersion>10.11.3</SourceGeneratorVersion> <SourceGeneratorVersion>10.11.3</SourceGeneratorVersion>
<NET8Version>8.0.19</NET8Version> <NET8Version>8.0.19</NET8Version>

View File

@@ -42,7 +42,7 @@ public static class PluginUtil
} }
else else
{ {
if (failCount > 3) if (failCount > 1)
{ {
return Task.FromResult(ConnectionCheckResult.Dead); return Task.FromResult(ConnectionCheckResult.Dead);
} }

View File

@@ -11,8 +11,8 @@
<ItemGroup> <ItemGroup>
<PackageReference Include="Microsoft.Extensions.Localization.Abstractions" Version="$(NET9Version)" /> <PackageReference Include="Microsoft.Extensions.Localization.Abstractions" Version="$(NET9Version)" />
<PackageReference Include="TouchSocket" Version="4.0.0-beta.20" /> <PackageReference Include="TouchSocket" Version="4.0.0-beta.21" />
<PackageReference Include="TouchSocket.SerialPorts" Version="4.0.0-beta.20" /> <PackageReference Include="TouchSocket.SerialPorts" Version="4.0.0-beta.21" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>

View File

@@ -11,9 +11,9 @@
<PackageReference Include="Riok.Mapperly" Version="4.2.1" ExcludeAssets="runtime" PrivateAssets="all" /> <PackageReference Include="Riok.Mapperly" Version="4.2.1" ExcludeAssets="runtime" PrivateAssets="all" />
<PackageReference Include="Rougamo.Fody" Version="5.0.1" /> <PackageReference Include="Rougamo.Fody" Version="5.0.1" />
<PackageReference Include="System.Linq.Async" Version="6.0.3" /> <PackageReference Include="System.Linq.Async" Version="6.0.3" />
<PackageReference Include="TouchSocket.Dmtp" Version="4.0.0-beta.20" /> <PackageReference Include="TouchSocket.Dmtp" Version="4.0.0-beta.21" />
<!--<PackageReference Include="TouchSocket.WebApi.Swagger" Version="4.0.0-beta.20" />--> <!--<PackageReference Include="TouchSocket.WebApi.Swagger" Version="4.0.0-beta.21" />-->
<PackageReference Include="TouchSocket.WebApi" Version="4.0.0-beta.20" /> <PackageReference Include="TouchSocket.WebApi" Version="4.0.0-beta.21" />
<PackageReference Include="ThingsGateway.Authentication" Version="$(AuthenticationVersion)" /> <PackageReference Include="ThingsGateway.Authentication" Version="$(AuthenticationVersion)" />
<!--<ProjectReference Include="..\..\PluginPro\ThingsGateway.Authentication\ThingsGateway.Authentication.csproj" />--> <!--<ProjectReference Include="..\..\PluginPro\ThingsGateway.Authentication\ThingsGateway.Authentication.csproj" />-->