From 1ee38c01f66135d6f4f1e9d798d1695ea18d5d12 Mon Sep 17 00:00:00 2001 From: gdlcf88 Date: Tue, 26 Dec 2023 13:10:18 +0800 Subject: [PATCH] Upgrade to ABP 8.0.0 --- .github/workflows/publish.yml | 2 +- Directory.Build.props | 2 +- common.props | 6 +++--- .../EasyAbp.Abp.VerificationCode.Identity.csproj | 2 +- .../EasyAbp.Abp.VerificationCode.Tests.csproj | 16 ++++++++-------- 5 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 0dc36f8..fc7d0ef 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -12,7 +12,7 @@ jobs: - uses: NuGet/setup-nuget@v1 - uses: actions/setup-dotnet@v3 with: - dotnet-version: '7.0.x' + dotnet-version: '8.0.x' - name: read common.props id: commonProps diff --git a/Directory.Build.props b/Directory.Build.props index 839c130..baa19da 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,7 +1,7 @@ - 7.4.0 + 8.0.0 diff --git a/common.props b/common.props index e39b846..022d22a 100644 --- a/common.props +++ b/common.props @@ -1,7 +1,7 @@ latest - 1.6.0 + 1.7.0 $(NoWarn);CS1591 true EasyAbp Team @@ -19,8 +19,8 @@ - - + + all runtime; build; native; contentfiles; analyzers diff --git a/src/EasyAbp.Abp.VerificationCode.Identity/EasyAbp.Abp.VerificationCode.Identity.csproj b/src/EasyAbp.Abp.VerificationCode.Identity/EasyAbp.Abp.VerificationCode.Identity.csproj index 5a15368..5cf58a0 100644 --- a/src/EasyAbp.Abp.VerificationCode.Identity/EasyAbp.Abp.VerificationCode.Identity.csproj +++ b/src/EasyAbp.Abp.VerificationCode.Identity/EasyAbp.Abp.VerificationCode.Identity.csproj @@ -3,7 +3,7 @@ - net7.0 + net8.0 diff --git a/test/EasyAbp.Abp.VerificationCode.Tests/EasyAbp.Abp.VerificationCode.Tests.csproj b/test/EasyAbp.Abp.VerificationCode.Tests/EasyAbp.Abp.VerificationCode.Tests.csproj index 0a8cf9f..633c8cb 100644 --- a/test/EasyAbp.Abp.VerificationCode.Tests/EasyAbp.Abp.VerificationCode.Tests.csproj +++ b/test/EasyAbp.Abp.VerificationCode.Tests/EasyAbp.Abp.VerificationCode.Tests.csproj @@ -1,18 +1,18 @@ - net7.0 + net8.0 - - - - - - - + + + + + + +