From 8b8d14657e5c8094c2bddd5862319ef98e39fbc2 Mon Sep 17 00:00:00 2001 From: colin Date: Sat, 12 Jul 2025 19:50:07 +0800 Subject: [PATCH] fix(notifications): Add missing framework dependencies - Add net9.0 dependencies --- .../LINGYUN.Abp.Notifications.Templating.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnet-core/modules/realtime-notifications/LINGYUN.Abp.Notifications.Templating/LINGYUN.Abp.Notifications.Templating.csproj b/aspnet-core/modules/realtime-notifications/LINGYUN.Abp.Notifications.Templating/LINGYUN.Abp.Notifications.Templating.csproj index 188573b06..50a50fc39 100644 --- a/aspnet-core/modules/realtime-notifications/LINGYUN.Abp.Notifications.Templating/LINGYUN.Abp.Notifications.Templating.csproj +++ b/aspnet-core/modules/realtime-notifications/LINGYUN.Abp.Notifications.Templating/LINGYUN.Abp.Notifications.Templating.csproj @@ -4,7 +4,7 @@ - netstandard2.0;netstandard2.1;net8.0 + netstandard2.0;netstandard2.1;net8.0;net9.0 LINGYUN.Abp.Notifications.Templating LINGYUN.Abp.Notifications.Templating false