From f7f968bf90a2124d1787919b116bb143290622ce Mon Sep 17 00:00:00 2001
From: 移动系统liao <liaoxujun@qq.com>
Date: 星期三, 08 五月 2024 11:25:50 +0800
Subject: [PATCH] 增加货品管理页面,增加ip地址获取APi  修改发票列表宽度

---
 CoreCms.Net.Web.Admin/Properties/PublishProfiles/FolderProfile.pubxml |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/CoreCms.Net.Web.Admin/Properties/PublishProfiles/FolderProfile.pubxml b/CoreCms.Net.Web.Admin/Properties/PublishProfiles/FolderProfile.pubxml
index 986aa14..b9c3118 100644
--- a/CoreCms.Net.Web.Admin/Properties/PublishProfiles/FolderProfile.pubxml
+++ b/CoreCms.Net.Web.Admin/Properties/PublishProfiles/FolderProfile.pubxml
@@ -4,7 +4,7 @@
 -->
 <Project>
   <PropertyGroup>
-    <DeleteExistingFiles>false</DeleteExistingFiles>
+    <DeleteExistingFiles>true</DeleteExistingFiles>
     <ExcludeApp_Data>false</ExcludeApp_Data>
     <LaunchSiteAfterPublish>true</LaunchSiteAfterPublish>
     <LastUsedBuildConfiguration>Release</LastUsedBuildConfiguration>
@@ -16,6 +16,7 @@
     <SiteUrlToLaunchAfterPublish />
     <TargetFramework>net8.0</TargetFramework>
     <ProjectGuid>95487ef2-3942-4f9b-8ece-acd7a4b304d9</ProjectGuid>
-    <SelfContained>false</SelfContained>
+    <SelfContained>true</SelfContained>
+    <RuntimeIdentifier>win-x86</RuntimeIdentifier>
   </PropertyGroup>
 </Project>
\ No newline at end of file

--
Gitblit v1.9.1