Browse Source

⬆️ 升级Abp5.3.2

IdentityServer4 5.3.2.1
WangJunZzz 4 years ago
parent
commit
331e6519a3
  1. 2
      aspnet-core/Directory.Build.props
  2. 1
      aspnet-core/modules/NotificationManagement/src/Lion.AbpPro.NotificationManagement.Domain/Notifications/NotificationManager.cs

2
aspnet-core/Directory.Build.props

@ -1,7 +1,7 @@
<Project> <Project>
<PropertyGroup> <PropertyGroup>
<AbpPackageVersion>5.3.1</AbpPackageVersion> <AbpPackageVersion>5.3.2</AbpPackageVersion>
<DotNetCoreCAPVersion>6.1.0</DotNetCoreCAPVersion> <DotNetCoreCAPVersion>6.1.0</DotNetCoreCAPVersion>
<InMemoryMessageQueueCAPVersion>6.0.0</InMemoryMessageQueueCAPVersion> <InMemoryMessageQueueCAPVersion>6.0.0</InMemoryMessageQueueCAPVersion>
<MicrosoftVersion>6.0.6</MicrosoftVersion> <MicrosoftVersion>6.0.6</MicrosoftVersion>

1
aspnet-core/modules/NotificationManagement/src/Lion.AbpPro.NotificationManagement.Domain/Notifications/NotificationManager.cs

@ -196,7 +196,6 @@ namespace Lion.AbpPro.NotificationManagement.Notifications
/// 消息设置为已读 /// 消息设置为已读
/// </summary> /// </summary>
/// <param name="id">消息Id</param> /// <param name="id">消息Id</param>
/// <param name="receiveId">接受人</param>
public async Task SetReadAsync(Guid id) public async Task SetReadAsync(Guid id)
{ {
if (_currentUser is not { IsAuthenticated: true }) throw new AbpAuthorizationException(); if (_currentUser is not { IsAuthenticated: true }) throw new AbpAuthorizationException();

Loading…
Cancel
Save