From fc59d26725705a97f1018f450ab6a5af9ba951e8 Mon Sep 17 00:00:00 2001 From: Argo Zhang Date: Sat, 28 Sep 2019 20:56:58 +0800 Subject: [PATCH] =?UTF-8?q?build:=20=E4=BE=9D=E8=B5=96=E7=BB=84=E4=BB=B6?= =?UTF-8?q?=E5=8D=87=E7=BA=A7=E5=88=B0=E6=9C=80=E6=96=B0=E7=89=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/admin/Bootstrap.Admin/Bootstrap.Admin.csproj | 2 +- .../Bootstrap.DataAccess/Bootstrap.DataAccess.csproj | 4 ++-- src/client/Bootstrap.Client/Bootstrap.Client.csproj | 9 +++++---- test/UnitTest/UnitTest.csproj | 10 +++++----- 4 files changed, 13 insertions(+), 12 deletions(-) diff --git a/src/admin/Bootstrap.Admin/Bootstrap.Admin.csproj b/src/admin/Bootstrap.Admin/Bootstrap.Admin.csproj index a1a60f93..53e5cef3 100644 --- a/src/admin/Bootstrap.Admin/Bootstrap.Admin.csproj +++ b/src/admin/Bootstrap.Admin/Bootstrap.Admin.csproj @@ -15,7 +15,7 @@ - + diff --git a/src/admin/Bootstrap.DataAccess/Bootstrap.DataAccess.csproj b/src/admin/Bootstrap.DataAccess/Bootstrap.DataAccess.csproj index 513c206c..13d4e880 100644 --- a/src/admin/Bootstrap.DataAccess/Bootstrap.DataAccess.csproj +++ b/src/admin/Bootstrap.DataAccess/Bootstrap.DataAccess.csproj @@ -13,10 +13,10 @@ - + - + diff --git a/src/client/Bootstrap.Client/Bootstrap.Client.csproj b/src/client/Bootstrap.Client/Bootstrap.Client.csproj index 29e182bc..b5cd5be0 100644 --- a/src/client/Bootstrap.Client/Bootstrap.Client.csproj +++ b/src/client/Bootstrap.Client/Bootstrap.Client.csproj @@ -1,15 +1,16 @@  - netcoreapp2.2 + netcoreapp3.0 + true - + - + - + diff --git a/test/UnitTest/UnitTest.csproj b/test/UnitTest/UnitTest.csproj index b06a8b20..1503e27f 100644 --- a/test/UnitTest/UnitTest.csproj +++ b/test/UnitTest/UnitTest.csproj @@ -7,15 +7,15 @@ - + all runtime; build; native; contentfiles; analyzers - - - + + + - + all