From f4c6ac315102c3a64da3a8f2d12b2d9042b5effd Mon Sep 17 00:00:00 2001 From: yirongjin <yirongjin1234@163.com> Date: 周三, 23 7月 2025 14:45:05 +0800 Subject: [PATCH] 1、新增交接文档 2、升级项目框架4.5 --- qqjf-Background/WebApi_QQJF/WebApi_QQJF.csproj | 10 ++++++---- 1 files changed, 6 insertions(+), 4 deletions(-) diff --git a/qqjf-Background/WebApi_QQJF/WebApi_QQJF.csproj b/qqjf-Background/WebApi_QQJF/WebApi_QQJF.csproj index d6c8c8a..6b3ec60 100644 --- a/qqjf-Background/WebApi_QQJF/WebApi_QQJF.csproj +++ b/qqjf-Background/WebApi_QQJF/WebApi_QQJF.csproj @@ -13,7 +13,7 @@ <AppDesignerFolder>Properties</AppDesignerFolder> <RootNamespace>WebApi_QQJF</RootNamespace> <AssemblyName>WebApi_QQJF</AssemblyName> - <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> + <TargetFrameworkVersion>v4.8</TargetFrameworkVersion> <MvcBuildViews>false</MvcBuildViews> <UseIISExpress>true</UseIISExpress> <IISExpressSSLPort /> @@ -22,6 +22,7 @@ <IISExpressUseClassicPipelineMode /> <Use64BitIISExpress /> <UseGlobalApplicationHostFile /> + <TargetFrameworkProfile /> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> <DebugSymbols>true</DebugSymbols> @@ -62,6 +63,7 @@ </Reference> <Reference Include="System" /> <Reference Include="System.Data" /> + <Reference Include="System.Data.DataSetExtensions" /> <Reference Include="System.Data.Entity" /> <Reference Include="System.Drawing" /> <Reference Include="System.Net.Http.Formatting, Version=5.2.9.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> @@ -72,18 +74,17 @@ <Reference Include="System.Web.Cors, Version=5.2.9.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> <HintPath>..\packages\Microsoft.AspNet.Cors.5.2.9\lib\net45\System.Web.Cors.dll</HintPath> </Reference> + <Reference Include="System.Web.DynamicData" /> <Reference Include="System.Web.Entity" /> <Reference Include="System.Web.ApplicationServices" /> <Reference Include="System.ComponentModel.DataAnnotations" /> - <Reference Include="System.Core" /> - <Reference Include="System.Data.DataSetExtensions" /> + <Reference Include="System.Web.Extensions" /> <Reference Include="System.Web.Http, Version=5.2.9.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> <HintPath>..\packages\Microsoft.AspNet.WebApi.Core.5.2.9\lib\net45\System.Web.Http.dll</HintPath> </Reference> <Reference Include="System.Web.Http.Cors, Version=5.2.9.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> <HintPath>..\packages\Microsoft.AspNet.WebApi.Cors.5.2.9\lib\net45\System.Web.Http.Cors.dll</HintPath> </Reference> - <Reference Include="System.Xml.Linq" /> <Reference Include="System.Web" /> <Reference Include="System.Web.Abstractions" /> <Reference Include="System.Web.Routing" /> @@ -127,6 +128,7 @@ <Private>True</Private> <HintPath>..\packages\Microsoft.AspNet.WebPages.3.0.0\lib\net45\System.Web.WebPages.Razor.dll</HintPath> </Reference> + <Reference Include="System.Xml.Linq" /> <Reference Include="WebGrease"> <Private>True</Private> <HintPath>..\packages\WebGrease.1.5.2\lib\WebGrease.dll</HintPath> -- Gitblit v1.9.3