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/DeviceWCS/App.config | 16 ++++++++-------- 1 files changed, 8 insertions(+), 8 deletions(-) diff --git a/qqjf-Background/DeviceWCS/App.config b/qqjf-Background/DeviceWCS/App.config index 65ee95b..6d3cdd5 100644 --- a/qqjf-Background/DeviceWCS/App.config +++ b/qqjf-Background/DeviceWCS/App.config @@ -1,14 +1,14 @@ -锘�<?xml version="1.0" encoding="utf-8"?> +<?xml version="1.0" encoding="utf-8"?> <configuration> <configSections> <sectionGroup name="applicationSettings" type="System.Configuration.ApplicationSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> - <section name="DeviceWCS.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" /> + <section name="DeviceWCS.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false"/> </sectionGroup> <!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 --> - <section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" /> + <section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false"/> </configSections> <startup> - <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" /> + <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8"/> </startup> <applicationSettings> <DeviceWCS.Properties.Settings> @@ -26,14 +26,14 @@ <entityFramework> <defaultConnectionFactory type="System.Data.Entity.Infrastructure.LocalDbConnectionFactory, EntityFramework"> <parameters> - <parameter value="mssqllocaldb" /> + <parameter value="mssqllocaldb"/> </parameters> </defaultConnectionFactory> <providers> - <provider invariantName="System.Data.SqlClient" type="System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer" /> + <provider invariantName="System.Data.SqlClient" type="System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer"/> </providers> </entityFramework> <connectionStrings> - <add name="Model1" connectionString="data source=PC-S22016\SQLEXPRESS;initial catalog=1102;persist security info=True;user id=sa;password=123456;MultipleActiveResultSets=True;App=EntityFramework" providerName="System.Data.SqlClient" /> + <add name="Model1" connectionString="data source=PC-S22016\SQLEXPRESS;initial catalog=1102;persist security info=True;user id=sa;password=123456;MultipleActiveResultSets=True;App=EntityFramework" providerName="System.Data.SqlClient"/> </connectionStrings> -</configuration> \ No newline at end of file +</configuration> -- Gitblit v1.9.3