diff --git a/Directory.Build.props b/Directory.Build.props
index 81ec2e0d..fb6e2ba2 100644
--- a/Directory.Build.props
+++ b/Directory.Build.props
@@ -1,8 +1,8 @@
- 7.3.0
- 2.7.0
+ 7.4.0
+ 2.8.0
\ No newline at end of file
diff --git a/common.props b/common.props
index 5558188a..78099d83 100644
--- a/common.props
+++ b/common.props
@@ -1,7 +1,7 @@
latest
- 2.7.1
+ 2.8.0
$(NoWarn);CS1591
true
EasyAbp Team
diff --git a/modules/EasyAbp.PaymentService.Prepayment/src/EasyAbp.PaymentService.Prepayment.Application.Contracts/EasyAbp.PaymentService.Prepayment.Application.Contracts.csproj b/modules/EasyAbp.PaymentService.Prepayment/src/EasyAbp.PaymentService.Prepayment.Application.Contracts/EasyAbp.PaymentService.Prepayment.Application.Contracts.csproj
index b9cd2e66..3d7e02e7 100644
--- a/modules/EasyAbp.PaymentService.Prepayment/src/EasyAbp.PaymentService.Prepayment.Application.Contracts/EasyAbp.PaymentService.Prepayment.Application.Contracts.csproj
+++ b/modules/EasyAbp.PaymentService.Prepayment/src/EasyAbp.PaymentService.Prepayment.Application.Contracts/EasyAbp.PaymentService.Prepayment.Application.Contracts.csproj
@@ -3,7 +3,7 @@
- netstandard2.0
+ netstandard2.0;netstandard2.1;net7.0
diff --git a/modules/EasyAbp.PaymentService.Prepayment/src/EasyAbp.PaymentService.Prepayment.Domain.Shared/EasyAbp.PaymentService.Prepayment.Domain.Shared.csproj b/modules/EasyAbp.PaymentService.Prepayment/src/EasyAbp.PaymentService.Prepayment.Domain.Shared/EasyAbp.PaymentService.Prepayment.Domain.Shared.csproj
index 66e85f9f..7a6beb93 100644
--- a/modules/EasyAbp.PaymentService.Prepayment/src/EasyAbp.PaymentService.Prepayment.Domain.Shared/EasyAbp.PaymentService.Prepayment.Domain.Shared.csproj
+++ b/modules/EasyAbp.PaymentService.Prepayment/src/EasyAbp.PaymentService.Prepayment.Domain.Shared/EasyAbp.PaymentService.Prepayment.Domain.Shared.csproj
@@ -3,7 +3,7 @@
- netstandard2.0
+ netstandard2.0;netstandard2.1;net7.0
true
@@ -14,7 +14,7 @@
-
+
diff --git a/modules/EasyAbp.PaymentService.Prepayment/src/EasyAbp.PaymentService.Prepayment.Domain/EasyAbp.PaymentService.Prepayment.Domain.csproj b/modules/EasyAbp.PaymentService.Prepayment/src/EasyAbp.PaymentService.Prepayment.Domain/EasyAbp.PaymentService.Prepayment.Domain.csproj
index 944fd3fa..b682a2a8 100644
--- a/modules/EasyAbp.PaymentService.Prepayment/src/EasyAbp.PaymentService.Prepayment.Domain/EasyAbp.PaymentService.Prepayment.Domain.csproj
+++ b/modules/EasyAbp.PaymentService.Prepayment/src/EasyAbp.PaymentService.Prepayment.Domain/EasyAbp.PaymentService.Prepayment.Domain.csproj
@@ -3,7 +3,7 @@
- net7.0
+ netstandard2.1;net7.0
diff --git a/modules/EasyAbp.PaymentService.Prepayment/src/EasyAbp.PaymentService.Prepayment.HttpApi.Client/EasyAbp.PaymentService.Prepayment.HttpApi.Client.csproj b/modules/EasyAbp.PaymentService.Prepayment/src/EasyAbp.PaymentService.Prepayment.HttpApi.Client/EasyAbp.PaymentService.Prepayment.HttpApi.Client.csproj
index 92a5819d..08683933 100644
--- a/modules/EasyAbp.PaymentService.Prepayment/src/EasyAbp.PaymentService.Prepayment.HttpApi.Client/EasyAbp.PaymentService.Prepayment.HttpApi.Client.csproj
+++ b/modules/EasyAbp.PaymentService.Prepayment/src/EasyAbp.PaymentService.Prepayment.HttpApi.Client/EasyAbp.PaymentService.Prepayment.HttpApi.Client.csproj
@@ -3,7 +3,7 @@
- netstandard2.0
+ netstandard2.0;netstandard2.1;net7.0
diff --git a/modules/EasyAbp.PaymentService.Prepayment/src/EasyAbp.PaymentService.Prepayment.MongoDB/EasyAbp.PaymentService.Prepayment.MongoDB.csproj b/modules/EasyAbp.PaymentService.Prepayment/src/EasyAbp.PaymentService.Prepayment.MongoDB/EasyAbp.PaymentService.Prepayment.MongoDB.csproj
index 07cb685d..2ca43a94 100644
--- a/modules/EasyAbp.PaymentService.Prepayment/src/EasyAbp.PaymentService.Prepayment.MongoDB/EasyAbp.PaymentService.Prepayment.MongoDB.csproj
+++ b/modules/EasyAbp.PaymentService.Prepayment/src/EasyAbp.PaymentService.Prepayment.MongoDB/EasyAbp.PaymentService.Prepayment.MongoDB.csproj
@@ -3,7 +3,7 @@
- net7.0
+ netstandard2.1;net7.0
diff --git a/modules/EasyAbp.PaymentService.Prepayment/src/EasyAbp.PaymentService.Prepayment.Web/EasyAbp.PaymentService.Prepayment.Web.csproj b/modules/EasyAbp.PaymentService.Prepayment/src/EasyAbp.PaymentService.Prepayment.Web/EasyAbp.PaymentService.Prepayment.Web.csproj
index 68bbce23..f8e192fe 100644
--- a/modules/EasyAbp.PaymentService.Prepayment/src/EasyAbp.PaymentService.Prepayment.Web/EasyAbp.PaymentService.Prepayment.Web.csproj
+++ b/modules/EasyAbp.PaymentService.Prepayment/src/EasyAbp.PaymentService.Prepayment.Web/EasyAbp.PaymentService.Prepayment.Web.csproj
@@ -22,7 +22,7 @@
-
+
diff --git a/modules/EasyAbp.PaymentService.Prepayment/test/EasyAbp.PaymentService.Prepayment.EntityFrameworkCore.Tests/EasyAbp.PaymentService.Prepayment.EntityFrameworkCore.Tests.csproj b/modules/EasyAbp.PaymentService.Prepayment/test/EasyAbp.PaymentService.Prepayment.EntityFrameworkCore.Tests/EasyAbp.PaymentService.Prepayment.EntityFrameworkCore.Tests.csproj
index f2493af6..976727c8 100644
--- a/modules/EasyAbp.PaymentService.Prepayment/test/EasyAbp.PaymentService.Prepayment.EntityFrameworkCore.Tests/EasyAbp.PaymentService.Prepayment.EntityFrameworkCore.Tests.csproj
+++ b/modules/EasyAbp.PaymentService.Prepayment/test/EasyAbp.PaymentService.Prepayment.EntityFrameworkCore.Tests/EasyAbp.PaymentService.Prepayment.EntityFrameworkCore.Tests.csproj
@@ -7,7 +7,7 @@
-
+
diff --git a/modules/EasyAbp.PaymentService.Prepayment/test/EasyAbp.PaymentService.Prepayment.TestBase/EasyAbp.PaymentService.Prepayment.TestBase.csproj b/modules/EasyAbp.PaymentService.Prepayment/test/EasyAbp.PaymentService.Prepayment.TestBase/EasyAbp.PaymentService.Prepayment.TestBase.csproj
index 234f1a45..a064ec7d 100644
--- a/modules/EasyAbp.PaymentService.Prepayment/test/EasyAbp.PaymentService.Prepayment.TestBase/EasyAbp.PaymentService.Prepayment.TestBase.csproj
+++ b/modules/EasyAbp.PaymentService.Prepayment/test/EasyAbp.PaymentService.Prepayment.TestBase/EasyAbp.PaymentService.Prepayment.TestBase.csproj
@@ -8,7 +8,7 @@
-
+
diff --git a/modules/EasyAbp.PaymentService.WeChatPay/src/EasyAbp.PaymentService.WeChatPay.Application.Contracts/EasyAbp.PaymentService.WeChatPay.Application.Contracts.csproj b/modules/EasyAbp.PaymentService.WeChatPay/src/EasyAbp.PaymentService.WeChatPay.Application.Contracts/EasyAbp.PaymentService.WeChatPay.Application.Contracts.csproj
index 84a7ede9..1aa76ce0 100644
--- a/modules/EasyAbp.PaymentService.WeChatPay/src/EasyAbp.PaymentService.WeChatPay.Application.Contracts/EasyAbp.PaymentService.WeChatPay.Application.Contracts.csproj
+++ b/modules/EasyAbp.PaymentService.WeChatPay/src/EasyAbp.PaymentService.WeChatPay.Application.Contracts/EasyAbp.PaymentService.WeChatPay.Application.Contracts.csproj
@@ -3,7 +3,7 @@
- netstandard2.0
+ netstandard2.0;netstandard2.1;net7.0
diff --git a/modules/EasyAbp.PaymentService.WeChatPay/src/EasyAbp.PaymentService.WeChatPay.Domain.Shared/EasyAbp.PaymentService.WeChatPay.Domain.Shared.csproj b/modules/EasyAbp.PaymentService.WeChatPay/src/EasyAbp.PaymentService.WeChatPay.Domain.Shared/EasyAbp.PaymentService.WeChatPay.Domain.Shared.csproj
index 05759dbb..b79de11a 100644
--- a/modules/EasyAbp.PaymentService.WeChatPay/src/EasyAbp.PaymentService.WeChatPay.Domain.Shared/EasyAbp.PaymentService.WeChatPay.Domain.Shared.csproj
+++ b/modules/EasyAbp.PaymentService.WeChatPay/src/EasyAbp.PaymentService.WeChatPay.Domain.Shared/EasyAbp.PaymentService.WeChatPay.Domain.Shared.csproj
@@ -3,7 +3,7 @@
- netstandard2.0
+ netstandard2.0;netstandard2.1;net7.0
true
@@ -19,7 +19,7 @@
-
+
diff --git a/modules/EasyAbp.PaymentService.WeChatPay/src/EasyAbp.PaymentService.WeChatPay.Domain/EasyAbp.PaymentService.WeChatPay.Domain.csproj b/modules/EasyAbp.PaymentService.WeChatPay/src/EasyAbp.PaymentService.WeChatPay.Domain/EasyAbp.PaymentService.WeChatPay.Domain.csproj
index 6399f628..92bcab4c 100644
--- a/modules/EasyAbp.PaymentService.WeChatPay/src/EasyAbp.PaymentService.WeChatPay.Domain/EasyAbp.PaymentService.WeChatPay.Domain.csproj
+++ b/modules/EasyAbp.PaymentService.WeChatPay/src/EasyAbp.PaymentService.WeChatPay.Domain/EasyAbp.PaymentService.WeChatPay.Domain.csproj
@@ -3,7 +3,7 @@
- net7.0
+ netstandard2.1;net7.0
diff --git a/modules/EasyAbp.PaymentService.WeChatPay/src/EasyAbp.PaymentService.WeChatPay.Domain/EasyAbp/PaymentService/WeChatPay/RefundRecords/IRefundRecordRepository.cs b/modules/EasyAbp.PaymentService.WeChatPay/src/EasyAbp.PaymentService.WeChatPay.Domain/EasyAbp/PaymentService/WeChatPay/RefundRecords/IRefundRecordRepository.cs
index ddcfcadd..fcc49476 100644
--- a/modules/EasyAbp.PaymentService.WeChatPay/src/EasyAbp.PaymentService.WeChatPay.Domain/EasyAbp/PaymentService/WeChatPay/RefundRecords/IRefundRecordRepository.cs
+++ b/modules/EasyAbp.PaymentService.WeChatPay/src/EasyAbp.PaymentService.WeChatPay.Domain/EasyAbp/PaymentService/WeChatPay/RefundRecords/IRefundRecordRepository.cs
@@ -1,6 +1,6 @@
using System;
-using System.Diagnostics.CodeAnalysis;
using System.Threading.Tasks;
+using JetBrains.Annotations;
using Volo.Abp.Domain.Repositories;
namespace EasyAbp.PaymentService.WeChatPay.RefundRecords
diff --git a/modules/EasyAbp.PaymentService.WeChatPay/src/EasyAbp.PaymentService.WeChatPay.HttpApi.Client/EasyAbp.PaymentService.WeChatPay.HttpApi.Client.csproj b/modules/EasyAbp.PaymentService.WeChatPay/src/EasyAbp.PaymentService.WeChatPay.HttpApi.Client/EasyAbp.PaymentService.WeChatPay.HttpApi.Client.csproj
index 4d53faf6..d8ce0e59 100644
--- a/modules/EasyAbp.PaymentService.WeChatPay/src/EasyAbp.PaymentService.WeChatPay.HttpApi.Client/EasyAbp.PaymentService.WeChatPay.HttpApi.Client.csproj
+++ b/modules/EasyAbp.PaymentService.WeChatPay/src/EasyAbp.PaymentService.WeChatPay.HttpApi.Client/EasyAbp.PaymentService.WeChatPay.HttpApi.Client.csproj
@@ -3,7 +3,7 @@
- netstandard2.0
+ netstandard2.0;netstandard2.1;net7.0
diff --git a/modules/EasyAbp.PaymentService.WeChatPay/src/EasyAbp.PaymentService.WeChatPay.MongoDB/EasyAbp.PaymentService.WeChatPay.MongoDB.csproj b/modules/EasyAbp.PaymentService.WeChatPay/src/EasyAbp.PaymentService.WeChatPay.MongoDB/EasyAbp.PaymentService.WeChatPay.MongoDB.csproj
index 4ef08d10..a6b473ee 100644
--- a/modules/EasyAbp.PaymentService.WeChatPay/src/EasyAbp.PaymentService.WeChatPay.MongoDB/EasyAbp.PaymentService.WeChatPay.MongoDB.csproj
+++ b/modules/EasyAbp.PaymentService.WeChatPay/src/EasyAbp.PaymentService.WeChatPay.MongoDB/EasyAbp.PaymentService.WeChatPay.MongoDB.csproj
@@ -3,7 +3,7 @@
- net7.0
+ netstandard2.1;net7.0
diff --git a/modules/EasyAbp.PaymentService.WeChatPay/src/EasyAbp.PaymentService.WeChatPay.Web/EasyAbp.PaymentService.WeChatPay.Web.csproj b/modules/EasyAbp.PaymentService.WeChatPay/src/EasyAbp.PaymentService.WeChatPay.Web/EasyAbp.PaymentService.WeChatPay.Web.csproj
index bfcae5d7..15882bf0 100644
--- a/modules/EasyAbp.PaymentService.WeChatPay/src/EasyAbp.PaymentService.WeChatPay.Web/EasyAbp.PaymentService.WeChatPay.Web.csproj
+++ b/modules/EasyAbp.PaymentService.WeChatPay/src/EasyAbp.PaymentService.WeChatPay.Web/EasyAbp.PaymentService.WeChatPay.Web.csproj
@@ -21,7 +21,7 @@
-
+
diff --git a/modules/EasyAbp.PaymentService.WeChatPay/test/EasyAbp.PaymentService.WeChatPay.EntityFrameworkCore.Tests/EasyAbp.PaymentService.WeChatPay.EntityFrameworkCore.Tests.csproj b/modules/EasyAbp.PaymentService.WeChatPay/test/EasyAbp.PaymentService.WeChatPay.EntityFrameworkCore.Tests/EasyAbp.PaymentService.WeChatPay.EntityFrameworkCore.Tests.csproj
index 7b4bbd43..c6fe8b80 100644
--- a/modules/EasyAbp.PaymentService.WeChatPay/test/EasyAbp.PaymentService.WeChatPay.EntityFrameworkCore.Tests/EasyAbp.PaymentService.WeChatPay.EntityFrameworkCore.Tests.csproj
+++ b/modules/EasyAbp.PaymentService.WeChatPay/test/EasyAbp.PaymentService.WeChatPay.EntityFrameworkCore.Tests/EasyAbp.PaymentService.WeChatPay.EntityFrameworkCore.Tests.csproj
@@ -8,8 +8,8 @@
-
-
+
+
diff --git a/modules/EasyAbp.PaymentService.WeChatPay/test/EasyAbp.PaymentService.WeChatPay.TestBase/EasyAbp.PaymentService.WeChatPay.TestBase.csproj b/modules/EasyAbp.PaymentService.WeChatPay/test/EasyAbp.PaymentService.WeChatPay.TestBase/EasyAbp.PaymentService.WeChatPay.TestBase.csproj
index 0a7ea3e6..77382cef 100644
--- a/modules/EasyAbp.PaymentService.WeChatPay/test/EasyAbp.PaymentService.WeChatPay.TestBase/EasyAbp.PaymentService.WeChatPay.TestBase.csproj
+++ b/modules/EasyAbp.PaymentService.WeChatPay/test/EasyAbp.PaymentService.WeChatPay.TestBase/EasyAbp.PaymentService.WeChatPay.TestBase.csproj
@@ -8,7 +8,7 @@
-
+
diff --git a/modules/EasyAbp.PaymentService/src/EasyAbp.PaymentService.Application.Contracts/EasyAbp.PaymentService.Application.Contracts.csproj b/modules/EasyAbp.PaymentService/src/EasyAbp.PaymentService.Application.Contracts/EasyAbp.PaymentService.Application.Contracts.csproj
index d7706013..b82c7142 100644
--- a/modules/EasyAbp.PaymentService/src/EasyAbp.PaymentService.Application.Contracts/EasyAbp.PaymentService.Application.Contracts.csproj
+++ b/modules/EasyAbp.PaymentService/src/EasyAbp.PaymentService.Application.Contracts/EasyAbp.PaymentService.Application.Contracts.csproj
@@ -3,7 +3,7 @@
- netstandard2.0
+ netstandard2.0;netstandard2.1;net7.0
diff --git a/modules/EasyAbp.PaymentService/src/EasyAbp.PaymentService.Domain.Shared/EasyAbp.PaymentService.Domain.Shared.csproj b/modules/EasyAbp.PaymentService/src/EasyAbp.PaymentService.Domain.Shared/EasyAbp.PaymentService.Domain.Shared.csproj
index 3999dca5..eff79f71 100644
--- a/modules/EasyAbp.PaymentService/src/EasyAbp.PaymentService.Domain.Shared/EasyAbp.PaymentService.Domain.Shared.csproj
+++ b/modules/EasyAbp.PaymentService/src/EasyAbp.PaymentService.Domain.Shared/EasyAbp.PaymentService.Domain.Shared.csproj
@@ -3,7 +3,7 @@
- netstandard2.0
+ netstandard2.0;netstandard2.1;net7.0
true
@@ -19,7 +19,7 @@
-
+
diff --git a/modules/EasyAbp.PaymentService/src/EasyAbp.PaymentService.Domain/EasyAbp.PaymentService.Domain.csproj b/modules/EasyAbp.PaymentService/src/EasyAbp.PaymentService.Domain/EasyAbp.PaymentService.Domain.csproj
index dbcd78b0..f82e286b 100644
--- a/modules/EasyAbp.PaymentService/src/EasyAbp.PaymentService.Domain/EasyAbp.PaymentService.Domain.csproj
+++ b/modules/EasyAbp.PaymentService/src/EasyAbp.PaymentService.Domain/EasyAbp.PaymentService.Domain.csproj
@@ -3,7 +3,7 @@
- net7.0
+ netstandard2.1;net7.0
diff --git a/modules/EasyAbp.PaymentService/src/EasyAbp.PaymentService.HttpApi.Client/EasyAbp.PaymentService.HttpApi.Client.csproj b/modules/EasyAbp.PaymentService/src/EasyAbp.PaymentService.HttpApi.Client/EasyAbp.PaymentService.HttpApi.Client.csproj
index 987705cd..e1fb2876 100644
--- a/modules/EasyAbp.PaymentService/src/EasyAbp.PaymentService.HttpApi.Client/EasyAbp.PaymentService.HttpApi.Client.csproj
+++ b/modules/EasyAbp.PaymentService/src/EasyAbp.PaymentService.HttpApi.Client/EasyAbp.PaymentService.HttpApi.Client.csproj
@@ -3,7 +3,7 @@
- netstandard2.0
+ netstandard2.0;netstandard2.1;net7.0
diff --git a/modules/EasyAbp.PaymentService/src/EasyAbp.PaymentService.MongoDB/EasyAbp.PaymentService.MongoDB.csproj b/modules/EasyAbp.PaymentService/src/EasyAbp.PaymentService.MongoDB/EasyAbp.PaymentService.MongoDB.csproj
index 7e4552ce..755c6666 100644
--- a/modules/EasyAbp.PaymentService/src/EasyAbp.PaymentService.MongoDB/EasyAbp.PaymentService.MongoDB.csproj
+++ b/modules/EasyAbp.PaymentService/src/EasyAbp.PaymentService.MongoDB/EasyAbp.PaymentService.MongoDB.csproj
@@ -3,7 +3,7 @@
- net7.0
+ netstandard2.1;net7.0
@@ -12,8 +12,4 @@
-
-
-
-
diff --git a/modules/EasyAbp.PaymentService/src/EasyAbp.PaymentService.Web/EasyAbp.PaymentService.Web.csproj b/modules/EasyAbp.PaymentService/src/EasyAbp.PaymentService.Web/EasyAbp.PaymentService.Web.csproj
index 5cc7e55b..82b68a67 100644
--- a/modules/EasyAbp.PaymentService/src/EasyAbp.PaymentService.Web/EasyAbp.PaymentService.Web.csproj
+++ b/modules/EasyAbp.PaymentService/src/EasyAbp.PaymentService.Web/EasyAbp.PaymentService.Web.csproj
@@ -21,7 +21,7 @@
-
+
diff --git a/modules/EasyAbp.PaymentService/test/EasyAbp.PaymentService.EntityFrameworkCore.Tests/EasyAbp.PaymentService.EntityFrameworkCore.Tests.csproj b/modules/EasyAbp.PaymentService/test/EasyAbp.PaymentService.EntityFrameworkCore.Tests/EasyAbp.PaymentService.EntityFrameworkCore.Tests.csproj
index d2fa4c83..51cae9c7 100644
--- a/modules/EasyAbp.PaymentService/test/EasyAbp.PaymentService.EntityFrameworkCore.Tests/EasyAbp.PaymentService.EntityFrameworkCore.Tests.csproj
+++ b/modules/EasyAbp.PaymentService/test/EasyAbp.PaymentService.EntityFrameworkCore.Tests/EasyAbp.PaymentService.EntityFrameworkCore.Tests.csproj
@@ -8,8 +8,8 @@
-
-
+
+
diff --git a/modules/EasyAbp.PaymentService/test/EasyAbp.PaymentService.TestBase/EasyAbp.PaymentService.TestBase.csproj b/modules/EasyAbp.PaymentService/test/EasyAbp.PaymentService.TestBase/EasyAbp.PaymentService.TestBase.csproj
index c5d88273..b842e1fc 100644
--- a/modules/EasyAbp.PaymentService/test/EasyAbp.PaymentService.TestBase/EasyAbp.PaymentService.TestBase.csproj
+++ b/modules/EasyAbp.PaymentService/test/EasyAbp.PaymentService.TestBase/EasyAbp.PaymentService.TestBase.csproj
@@ -8,7 +8,7 @@
-
+
diff --git a/samples/PaymentServiceSample/aspnet-core/src/PaymentServiceSample.DbMigrator/PaymentServiceSample.DbMigrator.csproj b/samples/PaymentServiceSample/aspnet-core/src/PaymentServiceSample.DbMigrator/PaymentServiceSample.DbMigrator.csproj
index 8c6f33d4..0260acb1 100644
--- a/samples/PaymentServiceSample/aspnet-core/src/PaymentServiceSample.DbMigrator/PaymentServiceSample.DbMigrator.csproj
+++ b/samples/PaymentServiceSample/aspnet-core/src/PaymentServiceSample.DbMigrator/PaymentServiceSample.DbMigrator.csproj
@@ -17,7 +17,7 @@
-
+
diff --git a/samples/PaymentServiceSample/aspnet-core/src/PaymentServiceSample.Domain.Shared/PaymentServiceSample.Domain.Shared.csproj b/samples/PaymentServiceSample/aspnet-core/src/PaymentServiceSample.Domain.Shared/PaymentServiceSample.Domain.Shared.csproj
index 88440c34..c74850a3 100644
--- a/samples/PaymentServiceSample/aspnet-core/src/PaymentServiceSample.Domain.Shared/PaymentServiceSample.Domain.Shared.csproj
+++ b/samples/PaymentServiceSample/aspnet-core/src/PaymentServiceSample.Domain.Shared/PaymentServiceSample.Domain.Shared.csproj
@@ -28,7 +28,7 @@
-
+
diff --git a/samples/PaymentServiceSample/aspnet-core/src/PaymentServiceSample.EntityFrameworkCore/PaymentServiceSample.EntityFrameworkCore.csproj b/samples/PaymentServiceSample/aspnet-core/src/PaymentServiceSample.EntityFrameworkCore/PaymentServiceSample.EntityFrameworkCore.csproj
index 4532d7f0..2ef2fcfb 100644
--- a/samples/PaymentServiceSample/aspnet-core/src/PaymentServiceSample.EntityFrameworkCore/PaymentServiceSample.EntityFrameworkCore.csproj
+++ b/samples/PaymentServiceSample/aspnet-core/src/PaymentServiceSample.EntityFrameworkCore/PaymentServiceSample.EntityFrameworkCore.csproj
@@ -24,7 +24,7 @@
-
+
runtime; build; native; contentfiles; analyzers
compile; contentFiles; build; buildMultitargeting; buildTransitive; analyzers; native
diff --git a/samples/PaymentServiceSample/aspnet-core/src/PaymentServiceSample.Web/PaymentServiceSample.Web.csproj b/samples/PaymentServiceSample/aspnet-core/src/PaymentServiceSample.Web/PaymentServiceSample.Web.csproj
index d0a67718..326f5e9b 100644
--- a/samples/PaymentServiceSample/aspnet-core/src/PaymentServiceSample.Web/PaymentServiceSample.Web.csproj
+++ b/samples/PaymentServiceSample/aspnet-core/src/PaymentServiceSample.Web/PaymentServiceSample.Web.csproj
@@ -34,7 +34,7 @@
-
+
@@ -45,7 +45,7 @@
-
+
diff --git a/samples/PaymentServiceSample/aspnet-core/src/PaymentServiceSample.Web/package.json b/samples/PaymentServiceSample/aspnet-core/src/PaymentServiceSample.Web/package.json
index 24d9c858..2f90441e 100644
--- a/samples/PaymentServiceSample/aspnet-core/src/PaymentServiceSample.Web/package.json
+++ b/samples/PaymentServiceSample/aspnet-core/src/PaymentServiceSample.Web/package.json
@@ -3,6 +3,6 @@
"name": "my-app",
"private": true,
"dependencies": {
- "@abp/aspnetcore.mvc.ui.theme.leptonxlite": "~2.3.0"
+ "@abp/aspnetcore.mvc.ui.theme.leptonxlite": "~2.4.1"
}
}
\ No newline at end of file
diff --git a/samples/PaymentServiceSample/aspnet-core/src/PaymentServiceSample.Web/yarn.lock b/samples/PaymentServiceSample/aspnet-core/src/PaymentServiceSample.Web/yarn.lock
index fa65a449..1c7273a6 100644
--- a/samples/PaymentServiceSample/aspnet-core/src/PaymentServiceSample.Web/yarn.lock
+++ b/samples/PaymentServiceSample/aspnet-core/src/PaymentServiceSample.Web/yarn.lock
@@ -2,10 +2,10 @@
# yarn lockfile v1
-"@abp/aspnetcore.mvc.ui.theme.leptonxlite@~2.3.0":
- version "2.3.0"
- resolved "https://registry.npmmirror.com/@abp/aspnetcore.mvc.ui.theme.leptonxlite/-/aspnetcore.mvc.ui.theme.leptonxlite-2.3.0.tgz#7e05ce2a897de0f0bb016e0ae4a9adfd0260e7be"
- integrity sha512-d7p8Pv6g8aocjBIBKHMF8fFDeVzWqkriz6uKy3oowCKSe5tqzq3j35Um7kEu7DapPf9MyBPq8+z9VsGbxJCjww==
+"@abp/aspnetcore.mvc.ui.theme.leptonxlite@~2.4.1":
+ version "2.4.1"
+ resolved "https://registry.npmmirror.com/@abp/aspnetcore.mvc.ui.theme.leptonxlite/-/aspnetcore.mvc.ui.theme.leptonxlite-2.4.1.tgz#414d28d6347aecc7a0246ada8dfa2f447781613c"
+ integrity sha512-qbWEVchynWGGvGbXP/M6KGJHy0ip3DlIIvkBpaCld6n1aisizJ9lz8yatMb/BKVwejPqOROtOOCYRJiz4oI0WA==
dependencies:
"@abp/aspnetcore.mvc.ui.theme.shared" "~7.2.1"
diff --git a/samples/PaymentServiceSample/aspnet-core/test/PaymentServiceSample.EntityFrameworkCore.Tests/PaymentServiceSample.EntityFrameworkCore.Tests.csproj b/samples/PaymentServiceSample/aspnet-core/test/PaymentServiceSample.EntityFrameworkCore.Tests/PaymentServiceSample.EntityFrameworkCore.Tests.csproj
index c66cebd9..5e31f7bb 100644
--- a/samples/PaymentServiceSample/aspnet-core/test/PaymentServiceSample.EntityFrameworkCore.Tests/PaymentServiceSample.EntityFrameworkCore.Tests.csproj
+++ b/samples/PaymentServiceSample/aspnet-core/test/PaymentServiceSample.EntityFrameworkCore.Tests/PaymentServiceSample.EntityFrameworkCore.Tests.csproj
@@ -13,7 +13,7 @@
-
+
diff --git a/samples/PaymentServiceSample/aspnet-core/test/PaymentServiceSample.TestBase/PaymentServiceSample.TestBase.csproj b/samples/PaymentServiceSample/aspnet-core/test/PaymentServiceSample.TestBase/PaymentServiceSample.TestBase.csproj
index 682656ce..1acf5005 100644
--- a/samples/PaymentServiceSample/aspnet-core/test/PaymentServiceSample.TestBase/PaymentServiceSample.TestBase.csproj
+++ b/samples/PaymentServiceSample/aspnet-core/test/PaymentServiceSample.TestBase/PaymentServiceSample.TestBase.csproj
@@ -15,7 +15,7 @@
-
+