Update to .net8.

This commit is contained in:
Ottermandias 2024-03-19 17:35:05 +01:00
parent 9f7b95746d
commit 05b7234748
12 changed files with 14 additions and 13 deletions

View file

@ -9,7 +9,8 @@ using OtterGui.Services;
namespace Penumbra.Services;
public class MessageService(Logger log, UiBuilder uiBuilder, IChatGui chat) : OtterGui.Classes.MessageService(log, uiBuilder, chat), IService
public class MessageService(Logger log, UiBuilder uiBuilder, IChatGui chat, INotificationManager notificationManager)
: OtterGui.Classes.MessageService(log, uiBuilder, chat, notificationManager), IService
{
public void LinkItem(Item item)
{