From 6083c9476c28d52eeb9c609b252faa3c1cace6f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=AF=9B=E8=B4=A2=E5=90=9B?= Date: Fri, 7 Jul 2023 11:23:30 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=87=E7=BA=A7net7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Ewide.Application.csproj | 2 +- 20220330_Vote/Ewide.Core/Ewide.Core.csproj | 28 +++++++-------- .../Ewide.Database.Migrations.csproj | 2 +- .../Ewide.EntityFramework.Core.csproj | 8 ++--- 20220330_Vote/Ewide.Test/Ewide.Test.csproj | 14 ++++---- .../Ewide.Web.Core/Ewide.Web.Core.csproj | 8 ++--- .../Ewide.Web.Entry/Ewide.Web.Entry.csproj | 2 +- .../RoadFlow.Pinyin/RoadFlow.Pinyin.csproj | 2 +- .../Vote.Services/Vote.Services.csproj | 8 ++--- 20220330_Vote/Vote.Services/Vote.Services.xml | 34 +++++++++++-------- 10 files changed, 57 insertions(+), 51 deletions(-) diff --git a/20220330_Vote/Ewide.Application/Ewide.Application.csproj b/20220330_Vote/Ewide.Application/Ewide.Application.csproj index 9003f98..695787a 100644 --- a/20220330_Vote/Ewide.Application/Ewide.Application.csproj +++ b/20220330_Vote/Ewide.Application/Ewide.Application.csproj @@ -1,7 +1,7 @@  - net5.0 + net7.0 1701;1702;1591 Ewide.Application.xml diff --git a/20220330_Vote/Ewide.Core/Ewide.Core.csproj b/20220330_Vote/Ewide.Core/Ewide.Core.csproj index ba879cb..131c4f2 100644 --- a/20220330_Vote/Ewide.Core/Ewide.Core.csproj +++ b/20220330_Vote/Ewide.Core/Ewide.Core.csproj @@ -1,7 +1,7 @@  - net5.0 + net7.0 1701;1702;1591 Ewide.Core.xml @@ -41,19 +41,19 @@ - - - - - - - - - - - - - + + + + + + + + + + + + + diff --git a/20220330_Vote/Ewide.Database.Migrations/Ewide.Database.Migrations.csproj b/20220330_Vote/Ewide.Database.Migrations/Ewide.Database.Migrations.csproj index 0f054df..6087886 100644 --- a/20220330_Vote/Ewide.Database.Migrations/Ewide.Database.Migrations.csproj +++ b/20220330_Vote/Ewide.Database.Migrations/Ewide.Database.Migrations.csproj @@ -1,7 +1,7 @@ - net5.0 + net7.0 diff --git a/20220330_Vote/Ewide.EntityFramework.Core/Ewide.EntityFramework.Core.csproj b/20220330_Vote/Ewide.EntityFramework.Core/Ewide.EntityFramework.Core.csproj index 4ea25ea..05d4b4f 100644 --- a/20220330_Vote/Ewide.EntityFramework.Core/Ewide.EntityFramework.Core.csproj +++ b/20220330_Vote/Ewide.EntityFramework.Core/Ewide.EntityFramework.Core.csproj @@ -1,7 +1,7 @@  - net5.0 + net7.0 @@ -20,9 +20,9 @@ - - - + + + diff --git a/20220330_Vote/Ewide.Test/Ewide.Test.csproj b/20220330_Vote/Ewide.Test/Ewide.Test.csproj index c2ec04b..fd108b7 100644 --- a/20220330_Vote/Ewide.Test/Ewide.Test.csproj +++ b/20220330_Vote/Ewide.Test/Ewide.Test.csproj @@ -1,20 +1,20 @@ - + - net5.0 + net7.0 false - - - - + + + + runtime; build; native; contentfiles; analyzers; buildtransitive all - + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/20220330_Vote/Ewide.Web.Core/Ewide.Web.Core.csproj b/20220330_Vote/Ewide.Web.Core/Ewide.Web.Core.csproj index 9dacd20..4e53784 100644 --- a/20220330_Vote/Ewide.Web.Core/Ewide.Web.Core.csproj +++ b/20220330_Vote/Ewide.Web.Core/Ewide.Web.Core.csproj @@ -1,7 +1,7 @@  - net5.0 + net7.0 1701;1702;1591 Ewide.Web.Core.xml @@ -11,9 +11,9 @@ - - - + + + diff --git a/20220330_Vote/Ewide.Web.Entry/Ewide.Web.Entry.csproj b/20220330_Vote/Ewide.Web.Entry/Ewide.Web.Entry.csproj index eb56c7d..590cc2f 100644 --- a/20220330_Vote/Ewide.Web.Entry/Ewide.Web.Entry.csproj +++ b/20220330_Vote/Ewide.Web.Entry/Ewide.Web.Entry.csproj @@ -1,7 +1,7 @@ - net5.0 + net7.0 aa1cd362-1bdb-4ac9-ad5c-461b3b5b1003 diff --git a/20220330_Vote/RoadFlow.Pinyin/RoadFlow.Pinyin.csproj b/20220330_Vote/RoadFlow.Pinyin/RoadFlow.Pinyin.csproj index f208d30..8268829 100644 --- a/20220330_Vote/RoadFlow.Pinyin/RoadFlow.Pinyin.csproj +++ b/20220330_Vote/RoadFlow.Pinyin/RoadFlow.Pinyin.csproj @@ -1,7 +1,7 @@ - net5.0 + net7.0 diff --git a/20220330_Vote/Vote.Services/Vote.Services.csproj b/20220330_Vote/Vote.Services/Vote.Services.csproj index 6fa89e8..a22340d 100644 --- a/20220330_Vote/Vote.Services/Vote.Services.csproj +++ b/20220330_Vote/Vote.Services/Vote.Services.csproj @@ -1,16 +1,16 @@  - net5.0 + net7.0 - D:\temp_task\20220313\gitcode\number_zj\20220330_Vote\Vote.Services\Vote.Services.xml + Vote.Services.xml - - + + diff --git a/20220330_Vote/Vote.Services/Vote.Services.xml b/20220330_Vote/Vote.Services/Vote.Services.xml index 72ace1a..455ab82 100644 --- a/20220330_Vote/Vote.Services/Vote.Services.xml +++ b/20220330_Vote/Vote.Services/Vote.Services.xml @@ -103,7 +103,7 @@ 外墙调查问卷 - + @@ -119,18 +119,6 @@ - - - 获取三居系统中的社区 - - - - - - 获取三居系统中的社区 - - - 获取时间戳 @@ -173,7 +161,25 @@ 生成长度 是否要在生成前将当前线程阻止以避免重复 - + + + 授权验证 + + + + + + 获取三居系统中的社区 + + + + + + 获取三居系统中的社区 + + + + 提交