diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index a63a4e8..898186d 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 daf251a..8b56d99 100644 --- a/common.props +++ b/common.props @@ -1,7 +1,7 @@ latest - 1.14.0 + 1.15.0 $(NoWarn);CS1591 true EasyAbp Team @@ -19,8 +19,8 @@ - - + + all runtime; build; native; contentfiles; analyzers diff --git a/src/EasyAbp.Abp.TencentCloud.CAM/EasyAbp.Abp.TencentCloud.CAM.csproj b/src/EasyAbp.Abp.TencentCloud.CAM/EasyAbp.Abp.TencentCloud.CAM.csproj index e795cf6..b2ed523 100644 --- a/src/EasyAbp.Abp.TencentCloud.CAM/EasyAbp.Abp.TencentCloud.CAM.csproj +++ b/src/EasyAbp.Abp.TencentCloud.CAM/EasyAbp.Abp.TencentCloud.CAM.csproj @@ -3,7 +3,7 @@ - net7.0 + net8.0 EasyAbp.Abp.TencentCloud.CAM diff --git a/src/EasyAbp.Abp.TencentCloud.CDN/EasyAbp.Abp.TencentCloud.CDN.csproj b/src/EasyAbp.Abp.TencentCloud.CDN/EasyAbp.Abp.TencentCloud.CDN.csproj index 9b919cd..d1985ca 100644 --- a/src/EasyAbp.Abp.TencentCloud.CDN/EasyAbp.Abp.TencentCloud.CDN.csproj +++ b/src/EasyAbp.Abp.TencentCloud.CDN/EasyAbp.Abp.TencentCloud.CDN.csproj @@ -3,7 +3,7 @@ - net7.0 + net8.0 EasyAbp.Abp.TencentCloud.CDN true diff --git a/src/EasyAbp.Abp.TencentCloud.COS/EasyAbp.Abp.TencentCloud.COS.csproj b/src/EasyAbp.Abp.TencentCloud.COS/EasyAbp.Abp.TencentCloud.COS.csproj index 99ce659..51c8553 100644 --- a/src/EasyAbp.Abp.TencentCloud.COS/EasyAbp.Abp.TencentCloud.COS.csproj +++ b/src/EasyAbp.Abp.TencentCloud.COS/EasyAbp.Abp.TencentCloud.COS.csproj @@ -3,7 +3,7 @@ - net7.0 + net8.0 EasyAbp.Abp.TencentCloud.COS diff --git a/src/EasyAbp.Abp.TencentCloud.CloudLive/EasyAbp.Abp.TencentCloud.CloudLive.csproj b/src/EasyAbp.Abp.TencentCloud.CloudLive/EasyAbp.Abp.TencentCloud.CloudLive.csproj index fee71a8..604546b 100644 --- a/src/EasyAbp.Abp.TencentCloud.CloudLive/EasyAbp.Abp.TencentCloud.CloudLive.csproj +++ b/src/EasyAbp.Abp.TencentCloud.CloudLive/EasyAbp.Abp.TencentCloud.CloudLive.csproj @@ -3,7 +3,7 @@ - net7.0 + net8.0 EasyAbp.Abp.TencentCloud.CloudLive diff --git a/src/EasyAbp.Abp.TencentCloud.CloudMonitor/EasyAbp.Abp.TencentCloud.CloudMonitor.csproj b/src/EasyAbp.Abp.TencentCloud.CloudMonitor/EasyAbp.Abp.TencentCloud.CloudMonitor.csproj index c694a83..77d9d64 100644 --- a/src/EasyAbp.Abp.TencentCloud.CloudMonitor/EasyAbp.Abp.TencentCloud.CloudMonitor.csproj +++ b/src/EasyAbp.Abp.TencentCloud.CloudMonitor/EasyAbp.Abp.TencentCloud.CloudMonitor.csproj @@ -3,7 +3,7 @@ - net7.0 + net8.0 EasyAbp.Abp.TencentCloud.CloudMonitor diff --git a/src/EasyAbp.Abp.TencentCloud.Cls/EasyAbp.Abp.TencentCloud.Cls.csproj b/src/EasyAbp.Abp.TencentCloud.Cls/EasyAbp.Abp.TencentCloud.Cls.csproj index d065bcf..a4bc4fe 100644 --- a/src/EasyAbp.Abp.TencentCloud.Cls/EasyAbp.Abp.TencentCloud.Cls.csproj +++ b/src/EasyAbp.Abp.TencentCloud.Cls/EasyAbp.Abp.TencentCloud.Cls.csproj @@ -3,7 +3,7 @@ - net7.0 + net8.0 EasyAbp.Abp.TencentCloud.Cls diff --git a/src/EasyAbp.Abp.TencentCloud.Common/EasyAbp.Abp.TencentCloud.Common.csproj b/src/EasyAbp.Abp.TencentCloud.Common/EasyAbp.Abp.TencentCloud.Common.csproj index f775651..fa098e2 100644 --- a/src/EasyAbp.Abp.TencentCloud.Common/EasyAbp.Abp.TencentCloud.Common.csproj +++ b/src/EasyAbp.Abp.TencentCloud.Common/EasyAbp.Abp.TencentCloud.Common.csproj @@ -3,13 +3,13 @@ - net7.0 + net8.0 EasyAbp.Abp.TencentCloud.Common - + diff --git a/src/EasyAbp.Abp.TencentCloud.Sms/EasyAbp.Abp.TencentCloud.Sms.csproj b/src/EasyAbp.Abp.TencentCloud.Sms/EasyAbp.Abp.TencentCloud.Sms.csproj index 4855515..60f69ff 100644 --- a/src/EasyAbp.Abp.TencentCloud.Sms/EasyAbp.Abp.TencentCloud.Sms.csproj +++ b/src/EasyAbp.Abp.TencentCloud.Sms/EasyAbp.Abp.TencentCloud.Sms.csproj @@ -3,7 +3,7 @@ - net7.0 + net8.0 EasyAbp.Abp.TencentCloud.Sms diff --git a/test/EasyAbp.Abp.TencentCloud.CAM.Tests/EasyAbp.Abp.TencentCloud.CAM.Tests.csproj b/test/EasyAbp.Abp.TencentCloud.CAM.Tests/EasyAbp.Abp.TencentCloud.CAM.Tests.csproj index a72f91b..102d5ea 100644 --- a/test/EasyAbp.Abp.TencentCloud.CAM.Tests/EasyAbp.Abp.TencentCloud.CAM.Tests.csproj +++ b/test/EasyAbp.Abp.TencentCloud.CAM.Tests/EasyAbp.Abp.TencentCloud.CAM.Tests.csproj @@ -1,18 +1,18 @@ - net7.0 + net8.0 false - - - + + + all runtime; build; native; contentfiles; analyzers; buildtransitive - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/test/EasyAbp.Abp.TencentCloud.COS.Tests/EasyAbp.Abp.TencentCloud.COS.Tests.csproj b/test/EasyAbp.Abp.TencentCloud.COS.Tests/EasyAbp.Abp.TencentCloud.COS.Tests.csproj index b2f73b1..ab7e2ee 100644 --- a/test/EasyAbp.Abp.TencentCloud.COS.Tests/EasyAbp.Abp.TencentCloud.COS.Tests.csproj +++ b/test/EasyAbp.Abp.TencentCloud.COS.Tests/EasyAbp.Abp.TencentCloud.COS.Tests.csproj @@ -1,18 +1,18 @@ - net7.0 + net8.0 false - - - + + + all runtime; build; native; contentfiles; analyzers; buildtransitive - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/test/EasyAbp.Abp.TencentCloud.CloudLive.Tests/EasyAbp.Abp.TencentCloud.CloudLive.Tests.csproj b/test/EasyAbp.Abp.TencentCloud.CloudLive.Tests/EasyAbp.Abp.TencentCloud.CloudLive.Tests.csproj index 186a99d..c32f9ce 100644 --- a/test/EasyAbp.Abp.TencentCloud.CloudLive.Tests/EasyAbp.Abp.TencentCloud.CloudLive.Tests.csproj +++ b/test/EasyAbp.Abp.TencentCloud.CloudLive.Tests/EasyAbp.Abp.TencentCloud.CloudLive.Tests.csproj @@ -1,18 +1,18 @@ - net7.0 + net8.0 false - - - + + + all runtime; build; native; contentfiles; analyzers; buildtransitive - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/test/EasyAbp.Abp.TencentCloud.CloudMonitor.Tests/EasyAbp.Abp.TencentCloud.CloudMonitor.Tests.csproj b/test/EasyAbp.Abp.TencentCloud.CloudMonitor.Tests/EasyAbp.Abp.TencentCloud.CloudMonitor.Tests.csproj index 11d5b52..8c1c5c2 100644 --- a/test/EasyAbp.Abp.TencentCloud.CloudMonitor.Tests/EasyAbp.Abp.TencentCloud.CloudMonitor.Tests.csproj +++ b/test/EasyAbp.Abp.TencentCloud.CloudMonitor.Tests/EasyAbp.Abp.TencentCloud.CloudMonitor.Tests.csproj @@ -1,18 +1,18 @@ - net7.0 + net8.0 false - - - + + + all runtime; build; native; contentfiles; analyzers; buildtransitive - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/test/EasyAbp.Abp.TencentCloud.Cls.Tests/EasyAbp.Abp.TencentCloud.Cls.Tests.csproj b/test/EasyAbp.Abp.TencentCloud.Cls.Tests/EasyAbp.Abp.TencentCloud.Cls.Tests.csproj index 34abcf1..c09cd41 100644 --- a/test/EasyAbp.Abp.TencentCloud.Cls.Tests/EasyAbp.Abp.TencentCloud.Cls.Tests.csproj +++ b/test/EasyAbp.Abp.TencentCloud.Cls.Tests/EasyAbp.Abp.TencentCloud.Cls.Tests.csproj @@ -1,19 +1,19 @@ - net7.0 + net8.0 false EasyAbp.Abp.TencentCloud.Cls.Tests - - - + + + all runtime; build; native; contentfiles; analyzers; buildtransitive - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/test/EasyAbp.Abp.TencentCloud.Sms.Tests/EasyAbp.Abp.TencentCloud.Sms.Tests.csproj b/test/EasyAbp.Abp.TencentCloud.Sms.Tests/EasyAbp.Abp.TencentCloud.Sms.Tests.csproj index 139e2c9..ec02e11 100644 --- a/test/EasyAbp.Abp.TencentCloud.Sms.Tests/EasyAbp.Abp.TencentCloud.Sms.Tests.csproj +++ b/test/EasyAbp.Abp.TencentCloud.Sms.Tests/EasyAbp.Abp.TencentCloud.Sms.Tests.csproj @@ -1,19 +1,19 @@ - net7.0 + net8.0 false EasyAbp.Abp.TencentCloud.Sms.Tests - - - + + + all runtime; build; native; contentfiles; analyzers; buildtransitive - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/test/EasyAbp.Abp.TencentCloud.TestBase/EasyAbp.Abp.TencentCloud.TestBase.csproj b/test/EasyAbp.Abp.TencentCloud.TestBase/EasyAbp.Abp.TencentCloud.TestBase.csproj index d410dde..02b35be 100644 --- a/test/EasyAbp.Abp.TencentCloud.TestBase/EasyAbp.Abp.TencentCloud.TestBase.csproj +++ b/test/EasyAbp.Abp.TencentCloud.TestBase/EasyAbp.Abp.TencentCloud.TestBase.csproj @@ -1,21 +1,21 @@ - net7.0 + net8.0 false - - + + - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive - + all runtime; build; native; contentfiles; analyzers; buildtransitive