From 9a37f4b67f442f225251fe698ab3290b66b44014 Mon Sep 17 00:00:00 2001 From: hello Date: Wed, 26 Jun 2024 10:52:42 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9B=B6=E5=BA=A6=E6=A1=86=E6=9E=B6=E5=BC=95?= =?UTF-8?q?=E7=94=A8=E5=8C=85=E5=8D=87=E7=BA=A7=E8=87=B3=E6=9C=80=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../HelloShop.HybridApp.csproj | 6 +++--- .../HelloShop.ServiceDefaults.csproj | 14 +++++++------- .../HelloShop.FunctionalTests.csproj | 18 ++++++++++++------ 3 files changed, 22 insertions(+), 16 deletions(-) diff --git a/src/HelloShop.HybridApp/HelloShop.HybridApp.csproj b/src/HelloShop.HybridApp/HelloShop.HybridApp.csproj index 0c4194e..5659c69 100644 --- a/src/HelloShop.HybridApp/HelloShop.HybridApp.csproj +++ b/src/HelloShop.HybridApp/HelloShop.HybridApp.csproj @@ -58,9 +58,9 @@ - - - + + + diff --git a/src/HelloShop.ServiceDefaults/HelloShop.ServiceDefaults.csproj b/src/HelloShop.ServiceDefaults/HelloShop.ServiceDefaults.csproj index 45dd05a..033d269 100644 --- a/src/HelloShop.ServiceDefaults/HelloShop.ServiceDefaults.csproj +++ b/src/HelloShop.ServiceDefaults/HelloShop.ServiceDefaults.csproj @@ -1,4 +1,4 @@ - + net8.0 enable @@ -7,13 +7,13 @@ - + - - - - - + + + + + diff --git a/tests/HelloShop.FunctionalTests/HelloShop.FunctionalTests.csproj b/tests/HelloShop.FunctionalTests/HelloShop.FunctionalTests.csproj index 1457a01..2706853 100644 --- a/tests/HelloShop.FunctionalTests/HelloShop.FunctionalTests.csproj +++ b/tests/HelloShop.FunctionalTests/HelloShop.FunctionalTests.csproj @@ -1,4 +1,4 @@ - + net8.0 @@ -9,11 +9,17 @@ - - - - - + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive +