From f40106337840143ba6c59952b51d728f29e64984 Mon Sep 17 00:00:00 2001 From: zzzhyuan98 <82427810+zzzhyuan98@users.noreply.github.com> Date: Fri, 23 Dec 2022 15:40:30 +0800 Subject: [PATCH] Upgrade to Net6 Upgrade to Net6 --- Application/Application.csproj | 6 +++--- Domain/Domain.csproj | 2 +- Persistence/Persistence.csproj | 6 +++--- WebApi/WebApi.csproj | 14 +++++++------- 4 files changed, 14 insertions(+), 14 deletions(-) diff --git a/Application/Application.csproj b/Application/Application.csproj index 3284447..7cb84fe 100644 --- a/Application/Application.csproj +++ b/Application/Application.csproj @@ -1,11 +1,11 @@  - netstandard2.1 + net6.0 - - + + diff --git a/Domain/Domain.csproj b/Domain/Domain.csproj index 9f5c4f4..dbc1517 100644 --- a/Domain/Domain.csproj +++ b/Domain/Domain.csproj @@ -1,7 +1,7 @@ - netstandard2.0 + net6.0 diff --git a/Persistence/Persistence.csproj b/Persistence/Persistence.csproj index 4e332c3..c8d13cb 100644 --- a/Persistence/Persistence.csproj +++ b/Persistence/Persistence.csproj @@ -1,11 +1,11 @@ - netcoreapp3.1 + net6.0 - - + + diff --git a/WebApi/WebApi.csproj b/WebApi/WebApi.csproj index 0b68b34..eba99fb 100644 --- a/WebApi/WebApi.csproj +++ b/WebApi/WebApi.csproj @@ -1,25 +1,25 @@  - netcoreapp3.1 + net6.0 OnionArchitecture.xml - - - - + + + + all runtime; build; native; contentfiles; analyzers; buildtransitive - + all runtime; build; native; contentfiles; analyzers; buildtransitive - +