diff --git a/aspnet-core/Directory.Build.props b/aspnet-core/Directory.Build.props index e7423c39..802b8038 100644 --- a/aspnet-core/Directory.Build.props +++ b/aspnet-core/Directory.Build.props @@ -1,7 +1,7 @@  - 5.3.1 + 5.3.2 6.1.0 6.0.0 6.0.6 diff --git a/aspnet-core/modules/NotificationManagement/src/Lion.AbpPro.NotificationManagement.Domain/Notifications/NotificationManager.cs b/aspnet-core/modules/NotificationManagement/src/Lion.AbpPro.NotificationManagement.Domain/Notifications/NotificationManager.cs index ab4b3a9f..bedb0f64 100644 --- a/aspnet-core/modules/NotificationManagement/src/Lion.AbpPro.NotificationManagement.Domain/Notifications/NotificationManager.cs +++ b/aspnet-core/modules/NotificationManagement/src/Lion.AbpPro.NotificationManagement.Domain/Notifications/NotificationManager.cs @@ -196,7 +196,6 @@ namespace Lion.AbpPro.NotificationManagement.Notifications /// 消息设置为已读 /// /// 消息Id - /// 接受人 public async Task SetReadAsync(Guid id) { if (_currentUser is not { IsAuthenticated: true }) throw new AbpAuthorizationException();