From eb399b544b4055c1b58a1746f8c453ba41e4010b Mon Sep 17 00:00:00 2001
From: wanshenmean <cathay_xy@163.com>
Date: 星期三, 08 四月 2026 22:20:12 +0800
Subject: [PATCH] build: 升级项目目标框架从net6.0到net8.0
---
Code/WMS/WIDESEA_WMSServer/WIDESEA_IInboundService/WIDESEA_IInboundService.csproj | 2 +-
Code/WMS/WIDESEA_WMSServer/WIDESEA_InboundService/WIDESEA_InboundService.csproj | 2 +-
Code/WMS/WIDESEA_WMSServer/WIDESEA_TaskInfoService/WIDESEA_TaskInfoService.csproj | 2 +-
Code/WMS/WIDESEA_WMSServer/WIDESEA_Model/WIDESEA_Model.csproj | 2 +-
Code/WMS/WIDESEA_WMSServer/WIDESEA_Core/WIDESEA_Core.csproj | 4 ++--
Code/WMS/WIDESEA_WMSServer/WIDESEA_ISystemService/WIDESEA_ISystemService.csproj | 2 +-
Code/WMS/WIDESEA_WMSServer/WIDESEA_IOutboundService/WIDESEA_IOutboundService.csproj | 2 +-
Code/WMS/WIDESEA_WMSServer/WIDESEA_Common/WIDESEA_Common.csproj | 2 +-
Code/WMS/WIDESEA_WMSServer/WIDESEA_ITaskInfoService/WIDESEA_ITaskInfoService.csproj | 2 +-
Code/WMS/WIDESEA_WMSServer/WIDESEA_CheckService/WIDESEA_CheckService.csproj | 2 +-
Code/WMS/WIDESEA_WMSServer/WIDESEA_DTO/WIDESEA_DTO.csproj | 2 +-
Code/WMS/WIDESEA_WMSServer/WIDESEA_ICheckService/WIDESEA_ICheckService.csproj | 2 +-
Code/WMS/WIDESEA_WMSServer/WIDESEA_SystemService/WIDESEA_SystemService.csproj | 2 +-
Code/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/WIDESEA_WMSServer.csproj | 2 +-
Code/WMS/WIDESEA_WMSServer/WIDESEA_IStockService/WIDESEA_IStockService.csproj | 2 +-
Code/WMS/WIDESEA_WMSServer/WIDESEA_StockService/WIDESEA_StockService.csproj | 2 +-
Code/WMS/WIDESEA_WMSServer/WIDESEA_OutboundService/WIDESEA_OutboundService.csproj | 2 +-
Code/WMS/WIDESEA_WMSServer/WIDESEA_BasicService/WIDESEA_BasicService.csproj | 2 +-
Code/WMS/WIDESEA_WMSServer/WIDESEA_IBasicService/WIDESEA_IBasicService.csproj | 2 +-
Code/WMS/WIDESEA_WMSServer/WIDESEA_IRecordService/WIDESEA_IRecordService.csproj | 2 +-
Code/WMS/WIDESEA_WMSServer/WIDESEA_RecordService/WIDESEA_RecordService.csproj | 2 +-
21 files changed, 22 insertions(+), 22 deletions(-)
diff --git a/Code/WMS/WIDESEA_WMSServer/WIDESEA_BasicService/WIDESEA_BasicService.csproj b/Code/WMS/WIDESEA_WMSServer/WIDESEA_BasicService/WIDESEA_BasicService.csproj
index 276a598..a7a9df2 100644
--- a/Code/WMS/WIDESEA_WMSServer/WIDESEA_BasicService/WIDESEA_BasicService.csproj
+++ b/Code/WMS/WIDESEA_WMSServer/WIDESEA_BasicService/WIDESEA_BasicService.csproj
@@ -1,7 +1,7 @@
锘�<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
- <TargetFramework>net6.0</TargetFramework>
+ <TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
diff --git a/Code/WMS/WIDESEA_WMSServer/WIDESEA_CheckService/WIDESEA_CheckService.csproj b/Code/WMS/WIDESEA_WMSServer/WIDESEA_CheckService/WIDESEA_CheckService.csproj
index 2adeca1..954ce81 100644
--- a/Code/WMS/WIDESEA_WMSServer/WIDESEA_CheckService/WIDESEA_CheckService.csproj
+++ b/Code/WMS/WIDESEA_WMSServer/WIDESEA_CheckService/WIDESEA_CheckService.csproj
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
- <TargetFramework>net6.0</TargetFramework>
+ <TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
diff --git a/Code/WMS/WIDESEA_WMSServer/WIDESEA_Common/WIDESEA_Common.csproj b/Code/WMS/WIDESEA_WMSServer/WIDESEA_Common/WIDESEA_Common.csproj
index f14a168..5ad4716 100644
--- a/Code/WMS/WIDESEA_WMSServer/WIDESEA_Common/WIDESEA_Common.csproj
+++ b/Code/WMS/WIDESEA_WMSServer/WIDESEA_Common/WIDESEA_Common.csproj
@@ -1,7 +1,7 @@
锘�<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
- <TargetFramework>net6.0</TargetFramework>
+ <TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
diff --git a/Code/WMS/WIDESEA_WMSServer/WIDESEA_Core/WIDESEA_Core.csproj b/Code/WMS/WIDESEA_WMSServer/WIDESEA_Core/WIDESEA_Core.csproj
index e282b0f..a53e0a5 100644
--- a/Code/WMS/WIDESEA_WMSServer/WIDESEA_Core/WIDESEA_Core.csproj
+++ b/Code/WMS/WIDESEA_WMSServer/WIDESEA_Core/WIDESEA_Core.csproj
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
- <TargetFramework>net6.0</TargetFramework>
+ <TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Version>1.0.0</Version>
@@ -20,7 +20,7 @@
<PackageReference Include="Magicodes.IE.Excel" Version="2.8.2" />
<PackageReference Include="MailKit" Version="4.7.1.1" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="6.0.29" />
- <PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="6.0.0" />
+ <PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.0" />
<PackageReference Include="MiniProfiler.AspNetCore.Mvc" Version="4.3.8" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="OfficeOpenXml.Core.ExcelPackage" Version="1.0.0" />
diff --git a/Code/WMS/WIDESEA_WMSServer/WIDESEA_DTO/WIDESEA_DTO.csproj b/Code/WMS/WIDESEA_WMSServer/WIDESEA_DTO/WIDESEA_DTO.csproj
index 502ce7c..3f08294 100644
--- a/Code/WMS/WIDESEA_WMSServer/WIDESEA_DTO/WIDESEA_DTO.csproj
+++ b/Code/WMS/WIDESEA_WMSServer/WIDESEA_DTO/WIDESEA_DTO.csproj
@@ -1,7 +1,7 @@
锘�<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
- <TargetFramework>net6.0</TargetFramework>
+ <TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
diff --git a/Code/WMS/WIDESEA_WMSServer/WIDESEA_IBasicService/WIDESEA_IBasicService.csproj b/Code/WMS/WIDESEA_WMSServer/WIDESEA_IBasicService/WIDESEA_IBasicService.csproj
index a70161f..174229e 100644
--- a/Code/WMS/WIDESEA_WMSServer/WIDESEA_IBasicService/WIDESEA_IBasicService.csproj
+++ b/Code/WMS/WIDESEA_WMSServer/WIDESEA_IBasicService/WIDESEA_IBasicService.csproj
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
- <TargetFramework>net6.0</TargetFramework>
+ <TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
diff --git a/Code/WMS/WIDESEA_WMSServer/WIDESEA_ICheckService/WIDESEA_ICheckService.csproj b/Code/WMS/WIDESEA_WMSServer/WIDESEA_ICheckService/WIDESEA_ICheckService.csproj
index a70161f..174229e 100644
--- a/Code/WMS/WIDESEA_WMSServer/WIDESEA_ICheckService/WIDESEA_ICheckService.csproj
+++ b/Code/WMS/WIDESEA_WMSServer/WIDESEA_ICheckService/WIDESEA_ICheckService.csproj
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
- <TargetFramework>net6.0</TargetFramework>
+ <TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
diff --git a/Code/WMS/WIDESEA_WMSServer/WIDESEA_IInboundService/WIDESEA_IInboundService.csproj b/Code/WMS/WIDESEA_WMSServer/WIDESEA_IInboundService/WIDESEA_IInboundService.csproj
index a70161f..174229e 100644
--- a/Code/WMS/WIDESEA_WMSServer/WIDESEA_IInboundService/WIDESEA_IInboundService.csproj
+++ b/Code/WMS/WIDESEA_WMSServer/WIDESEA_IInboundService/WIDESEA_IInboundService.csproj
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
- <TargetFramework>net6.0</TargetFramework>
+ <TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
diff --git a/Code/WMS/WIDESEA_WMSServer/WIDESEA_IOutboundService/WIDESEA_IOutboundService.csproj b/Code/WMS/WIDESEA_WMSServer/WIDESEA_IOutboundService/WIDESEA_IOutboundService.csproj
index a70161f..174229e 100644
--- a/Code/WMS/WIDESEA_WMSServer/WIDESEA_IOutboundService/WIDESEA_IOutboundService.csproj
+++ b/Code/WMS/WIDESEA_WMSServer/WIDESEA_IOutboundService/WIDESEA_IOutboundService.csproj
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
- <TargetFramework>net6.0</TargetFramework>
+ <TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
diff --git a/Code/WMS/WIDESEA_WMSServer/WIDESEA_IRecordService/WIDESEA_IRecordService.csproj b/Code/WMS/WIDESEA_WMSServer/WIDESEA_IRecordService/WIDESEA_IRecordService.csproj
index a70161f..174229e 100644
--- a/Code/WMS/WIDESEA_WMSServer/WIDESEA_IRecordService/WIDESEA_IRecordService.csproj
+++ b/Code/WMS/WIDESEA_WMSServer/WIDESEA_IRecordService/WIDESEA_IRecordService.csproj
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
- <TargetFramework>net6.0</TargetFramework>
+ <TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
diff --git a/Code/WMS/WIDESEA_WMSServer/WIDESEA_IStockService/WIDESEA_IStockService.csproj b/Code/WMS/WIDESEA_WMSServer/WIDESEA_IStockService/WIDESEA_IStockService.csproj
index a70161f..174229e 100644
--- a/Code/WMS/WIDESEA_WMSServer/WIDESEA_IStockService/WIDESEA_IStockService.csproj
+++ b/Code/WMS/WIDESEA_WMSServer/WIDESEA_IStockService/WIDESEA_IStockService.csproj
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
- <TargetFramework>net6.0</TargetFramework>
+ <TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
diff --git a/Code/WMS/WIDESEA_WMSServer/WIDESEA_ISystemService/WIDESEA_ISystemService.csproj b/Code/WMS/WIDESEA_WMSServer/WIDESEA_ISystemService/WIDESEA_ISystemService.csproj
index 8b9ba57..8376ea7 100644
--- a/Code/WMS/WIDESEA_WMSServer/WIDESEA_ISystemService/WIDESEA_ISystemService.csproj
+++ b/Code/WMS/WIDESEA_WMSServer/WIDESEA_ISystemService/WIDESEA_ISystemService.csproj
@@ -1,7 +1,7 @@
锘�<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
- <TargetFramework>net6.0</TargetFramework>
+ <TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
diff --git a/Code/WMS/WIDESEA_WMSServer/WIDESEA_ITaskInfoService/WIDESEA_ITaskInfoService.csproj b/Code/WMS/WIDESEA_WMSServer/WIDESEA_ITaskInfoService/WIDESEA_ITaskInfoService.csproj
index a70161f..174229e 100644
--- a/Code/WMS/WIDESEA_WMSServer/WIDESEA_ITaskInfoService/WIDESEA_ITaskInfoService.csproj
+++ b/Code/WMS/WIDESEA_WMSServer/WIDESEA_ITaskInfoService/WIDESEA_ITaskInfoService.csproj
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
- <TargetFramework>net6.0</TargetFramework>
+ <TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
diff --git a/Code/WMS/WIDESEA_WMSServer/WIDESEA_InboundService/WIDESEA_InboundService.csproj b/Code/WMS/WIDESEA_WMSServer/WIDESEA_InboundService/WIDESEA_InboundService.csproj
index 2796822..c593e3e 100644
--- a/Code/WMS/WIDESEA_WMSServer/WIDESEA_InboundService/WIDESEA_InboundService.csproj
+++ b/Code/WMS/WIDESEA_WMSServer/WIDESEA_InboundService/WIDESEA_InboundService.csproj
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
- <TargetFramework>net6.0</TargetFramework>
+ <TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
diff --git a/Code/WMS/WIDESEA_WMSServer/WIDESEA_Model/WIDESEA_Model.csproj b/Code/WMS/WIDESEA_WMSServer/WIDESEA_Model/WIDESEA_Model.csproj
index efb20bf..550936d 100644
--- a/Code/WMS/WIDESEA_WMSServer/WIDESEA_Model/WIDESEA_Model.csproj
+++ b/Code/WMS/WIDESEA_WMSServer/WIDESEA_Model/WIDESEA_Model.csproj
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
- <TargetFramework>net6.0</TargetFramework>
+ <TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
diff --git a/Code/WMS/WIDESEA_WMSServer/WIDESEA_OutboundService/WIDESEA_OutboundService.csproj b/Code/WMS/WIDESEA_WMSServer/WIDESEA_OutboundService/WIDESEA_OutboundService.csproj
index b11d170..cb25028 100644
--- a/Code/WMS/WIDESEA_WMSServer/WIDESEA_OutboundService/WIDESEA_OutboundService.csproj
+++ b/Code/WMS/WIDESEA_WMSServer/WIDESEA_OutboundService/WIDESEA_OutboundService.csproj
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
- <TargetFramework>net6.0</TargetFramework>
+ <TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
diff --git a/Code/WMS/WIDESEA_WMSServer/WIDESEA_RecordService/WIDESEA_RecordService.csproj b/Code/WMS/WIDESEA_WMSServer/WIDESEA_RecordService/WIDESEA_RecordService.csproj
index 91486e2..6fcc8ce 100644
--- a/Code/WMS/WIDESEA_WMSServer/WIDESEA_RecordService/WIDESEA_RecordService.csproj
+++ b/Code/WMS/WIDESEA_WMSServer/WIDESEA_RecordService/WIDESEA_RecordService.csproj
@@ -1,7 +1,7 @@
锘�<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
- <TargetFramework>net6.0</TargetFramework>
+ <TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
diff --git a/Code/WMS/WIDESEA_WMSServer/WIDESEA_StockService/WIDESEA_StockService.csproj b/Code/WMS/WIDESEA_WMSServer/WIDESEA_StockService/WIDESEA_StockService.csproj
index 1f513d8..04193cd 100644
--- a/Code/WMS/WIDESEA_WMSServer/WIDESEA_StockService/WIDESEA_StockService.csproj
+++ b/Code/WMS/WIDESEA_WMSServer/WIDESEA_StockService/WIDESEA_StockService.csproj
@@ -1,7 +1,7 @@
锘�<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
- <TargetFramework>net6.0</TargetFramework>
+ <TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
diff --git a/Code/WMS/WIDESEA_WMSServer/WIDESEA_SystemService/WIDESEA_SystemService.csproj b/Code/WMS/WIDESEA_WMSServer/WIDESEA_SystemService/WIDESEA_SystemService.csproj
index 37aa4de..99ddca0 100644
--- a/Code/WMS/WIDESEA_WMSServer/WIDESEA_SystemService/WIDESEA_SystemService.csproj
+++ b/Code/WMS/WIDESEA_WMSServer/WIDESEA_SystemService/WIDESEA_SystemService.csproj
@@ -1,7 +1,7 @@
锘�<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
- <TargetFramework>net6.0</TargetFramework>
+ <TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
diff --git a/Code/WMS/WIDESEA_WMSServer/WIDESEA_TaskInfoService/WIDESEA_TaskInfoService.csproj b/Code/WMS/WIDESEA_WMSServer/WIDESEA_TaskInfoService/WIDESEA_TaskInfoService.csproj
index 5272e9b..b7d0898 100644
--- a/Code/WMS/WIDESEA_WMSServer/WIDESEA_TaskInfoService/WIDESEA_TaskInfoService.csproj
+++ b/Code/WMS/WIDESEA_WMSServer/WIDESEA_TaskInfoService/WIDESEA_TaskInfoService.csproj
@@ -1,7 +1,7 @@
锘�<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
- <TargetFramework>net6.0</TargetFramework>
+ <TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
diff --git a/Code/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/WIDESEA_WMSServer.csproj b/Code/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/WIDESEA_WMSServer.csproj
index 5f95ade..234f1e2 100644
--- a/Code/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/WIDESEA_WMSServer.csproj
+++ b/Code/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/WIDESEA_WMSServer.csproj
@@ -1,7 +1,7 @@
锘�<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
- <TargetFramework>net6.0</TargetFramework>
+ <TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
--
Gitblit v1.9.3