From 90c72ba9a4c04f8ad254cd7746566c67bc5fee96 Mon Sep 17 00:00:00 2001
From: liuying <1427574514@qq.com>
Date: 周五, 08 8月 2025 13:58:17 +0800
Subject: [PATCH] node版本限制12.17.0

---
 qqjf-Background/IWareDataAccess/IWareDataAccess.csproj |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/qqjf-Background/IWareDataAccess/IWareDataAccess.csproj b/qqjf-Background/IWareDataAccess/IWareDataAccess.csproj
index 20ba92b..a87863f 100644
--- a/qqjf-Background/IWareDataAccess/IWareDataAccess.csproj
+++ b/qqjf-Background/IWareDataAccess/IWareDataAccess.csproj
@@ -9,8 +9,9 @@
     <AppDesignerFolder>Properties</AppDesignerFolder>
     <RootNamespace>IWareDataAccess</RootNamespace>
     <AssemblyName>IWareDataAccess</AssemblyName>
-    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
+    <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
     <FileAlignment>512</FileAlignment>
+    <TargetFrameworkProfile />
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
     <PlatformTarget>AnyCPU</PlatformTarget>

--
Gitblit v1.9.3