From c47d97278fbd9590006d1b9a05611cde33ccfd61 Mon Sep 17 00:00:00 2001 From: smartwyy <645583145@qq.com> Date: Sun, 26 May 2024 16:39:16 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=9F=E6=88=90=E5=B9=B3=E5=8F=B0=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0windows?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Common/Common.csproj | 2 +- Entity/Entity.csproj | 2 +- HybirdFrameworkCore/HybirdFrameworkCore.csproj | 2 +- .../obj/HybirdFrameworkCore.csproj.nuget.g.targets | 9 ++++++++- HybirdFrameworkDriver/HybirdFrameworkDriver.csproj | 2 +- Repository/Repository.csproj | 2 +- Service/Service.csproj | 2 +- 7 files changed, 14 insertions(+), 7 deletions(-) diff --git a/Common/Common.csproj b/Common/Common.csproj index f134c76..b1930e5 100644 --- a/Common/Common.csproj +++ b/Common/Common.csproj @@ -1,9 +1,9 @@ - net6.0 enable enable + net6.0;net6.0-windows diff --git a/Entity/Entity.csproj b/Entity/Entity.csproj index 6f549b2..2293515 100644 --- a/Entity/Entity.csproj +++ b/Entity/Entity.csproj @@ -1,9 +1,9 @@ - net6.0 enable enable + net6.0;net6.0-windows diff --git a/HybirdFrameworkCore/HybirdFrameworkCore.csproj b/HybirdFrameworkCore/HybirdFrameworkCore.csproj index ec6efa6..58a66ad 100644 --- a/HybirdFrameworkCore/HybirdFrameworkCore.csproj +++ b/HybirdFrameworkCore/HybirdFrameworkCore.csproj @@ -1,9 +1,9 @@ - net6.0 enable enable + net6.0;net6.0-windows diff --git a/HybirdFrameworkCore/obj/HybirdFrameworkCore.csproj.nuget.g.targets b/HybirdFrameworkCore/obj/HybirdFrameworkCore.csproj.nuget.g.targets index 6437183..ada8839 100644 --- a/HybirdFrameworkCore/obj/HybirdFrameworkCore.csproj.nuget.g.targets +++ b/HybirdFrameworkCore/obj/HybirdFrameworkCore.csproj.nuget.g.targets @@ -1,6 +1,13 @@  - + + + + + + + + diff --git a/HybirdFrameworkDriver/HybirdFrameworkDriver.csproj b/HybirdFrameworkDriver/HybirdFrameworkDriver.csproj index bfcb4b0..959da77 100644 --- a/HybirdFrameworkDriver/HybirdFrameworkDriver.csproj +++ b/HybirdFrameworkDriver/HybirdFrameworkDriver.csproj @@ -1,9 +1,9 @@ - net6.0 enable enable + net6.0;net6.0-windows diff --git a/Repository/Repository.csproj b/Repository/Repository.csproj index 914e75a..11d9b11 100644 --- a/Repository/Repository.csproj +++ b/Repository/Repository.csproj @@ -1,9 +1,9 @@ - net6.0 enable enable + net6.0;net6.0-windows diff --git a/Service/Service.csproj b/Service/Service.csproj index 307d034..5fabb68 100644 --- a/Service/Service.csproj +++ b/Service/Service.csproj @@ -1,9 +1,9 @@  - net6.0 enable enable + net6.0;net6.0-windows