From fa39675a28d4a2881e3fe60f4b924ec1965f24f0 Mon Sep 17 00:00:00 2001 From: yusijie <ysj@hz-kingdee.com> Date: 星期日, 23 三月 2025 18:01:37 +0800 Subject: [PATCH] Newtonsoft.Json版本修改 --- WebAPI/WebAPI.csproj | 10 +++++++--- 1 files changed, 7 insertions(+), 3 deletions(-) diff --git a/WebAPI/WebAPI.csproj b/WebAPI/WebAPI.csproj index 8638867..5aa8a01 100644 --- a/WebAPI/WebAPI.csproj +++ b/WebAPI/WebAPI.csproj @@ -100,9 +100,9 @@ <SpecificVersion>False</SpecificVersion> <HintPath>..\..\SRM-MES\SRM-MES\DAL\bin\Debug\Model.dll</HintPath> </Reference> - <Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> + <Reference Include="Newtonsoft.Json, Version=13.0.1.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> - <HintPath>..\..\..\..\WeChat Files\shenjie1112005\FileStorage\File\2019-12\webapi鎺ュ彛\FurjaFlatFormAPI\packages\Newtonsoft.Json.5.0.6\lib\net45\Newtonsoft.Json.dll</HintPath> + <HintPath>..\..\Newtonsoft鏂囦欢\Newtonsoft.Json.dll</HintPath> </Reference> <Reference Include="NPOI, Version=2.5.6.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL"> <HintPath>..\packages\NPOI.2.5.6\lib\net45\NPOI.dll</HintPath> @@ -154,7 +154,9 @@ <Reference Include="System.Web.Entity" /> <Reference Include="System.Web.ApplicationServices" /> <Reference Include="System.ComponentModel.DataAnnotations" /> - <Reference Include="System" /> + <Reference Include="System"> + <Private>True</Private> + </Reference> <Reference Include="System.Data" /> <Reference Include="System.Drawing" /> <Reference Include="System.Web" /> @@ -211,6 +213,8 @@ <Compile Include="Code\Test2.cs" /> <Compile Include="Code\TestDAL.cs" /> <Compile Include="Controllers\BasicInfoController.cs" /> + <Compile Include="Controllers\POStockOutBillController.cs" /> + <Compile Include="Controllers\POStockInBillController.cs" /> <Compile Include="Controllers\QuotePriceBilController.cs" /> <Compile Include="Controllers\BarCodeController.cs" /> <Compile Include="Controllers\NpoiHelper.cs" /> -- Gitblit v1.9.1