mirror of
https://gitee.com/ThingsGateway/ThingsGateway.git
synced 2025-10-22 19:43:07 +08:00
!42 refactor: 更新依赖
This commit is contained in:
@@ -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>
|
||||
|
||||
|
@@ -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>
|
||||
|
||||
|
@@ -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>
|
||||
|
||||
|
@@ -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>
|
||||
|
@@ -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>
|
||||
|
||||
|
@@ -1,6 +1,6 @@
|
||||
<Project>
|
||||
<PropertyGroup>
|
||||
<Version>6.1.0.17</Version>
|
||||
<Version>6.1.0.18</Version>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
Reference in New Issue
Block a user