!42 refactor: 更新依赖

This commit is contained in:
Diego2098
2024-09-04 03:21:17 +00:00
parent 423664fcfa
commit 547e0153cb
6 changed files with 10 additions and 10 deletions

View File

@@ -11,8 +11,8 @@
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Localization.Abstractions" Version="8.0.8" />
<PackageReference Include="TouchSocket" Version="2.1.0-rc.25" />
<PackageReference Include="TouchSocket.SerialPorts" Version="2.1.0-rc.25" />
<PackageReference Include="TouchSocket" Version="2.1.0-rc.29" />
<PackageReference Include="TouchSocket.SerialPorts" Version="2.1.0-rc.29" />
<ProjectReference Include="$(SolutionDir)\tools\ThingsGateway.NewLife.X\ThingsGateway.NewLife.X.csproj" />
</ItemGroup>

View File

@@ -7,7 +7,7 @@
<PackageReference Include="SqlSugar.TDengineCore" Version="4.18.0" />
<PackageReference Include="Rougamo.Fody" Version="4.0.1" />
<PackageReference Include="CS-Script" Version="4.8.17" />
<PackageReference Include="TouchSocket.Dmtp" Version="2.1.0-rc.25" />
<PackageReference Include="TouchSocket.Dmtp" Version="2.1.0-rc.29" />
</ItemGroup>

View File

@@ -12,9 +12,9 @@
<!--<PublishAot>true</PublishAot>-->
<!--动态适用GC-->
<GarbageCollectionAdaptationMode>true</GarbageCollectionAdaptationMode>
<GarbageCollectionAdaptationMode>1</GarbageCollectionAdaptationMode>
<!--使用工作站GC-->
<!--<ServerGarbageCollection>false</ServerGarbageCollection>-->
<ServerGarbageCollection>true</ServerGarbageCollection>
<!--<PlatformTarget>x86</PlatformTarget>-->
</PropertyGroup>

View File

@@ -10,12 +10,12 @@
<TargetFrameworks>net6.0;net8.0;</TargetFrameworks>
<!--动态适用GC-->
<GarbageCollectionAdaptationMode>true</GarbageCollectionAdaptationMode>
<GarbageCollectionAdaptationMode>1</GarbageCollectionAdaptationMode>
<!--使用自托管线程池-->
<!--<UseWindowsThreadPool>false</UseWindowsThreadPool> -->
<!--使用工作站GC-->
<ServerGarbageCollection>false</ServerGarbageCollection>
<ServerGarbageCollection>true</ServerGarbageCollection>
<!--<PlatformTarget>x86</PlatformTarget>-->
</PropertyGroup>

View File

@@ -11,9 +11,9 @@
<TargetFrameworks>net8.0-windows;</TargetFrameworks>
<!--动态适用GC-->
<GarbageCollectionAdaptationMode>true</GarbageCollectionAdaptationMode>
<GarbageCollectionAdaptationMode>1</GarbageCollectionAdaptationMode>
<!--使用工作站GC-->
<!--<ServerGarbageCollection>false</ServerGarbageCollection>-->
<ServerGarbageCollection>true</ServerGarbageCollection>
<!--<PlatformTarget>x86</PlatformTarget>-->
</PropertyGroup>

View File

@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<Version>6.1.0.17</Version>
<Version>6.1.0.18</Version>
</PropertyGroup>
<ItemGroup>