From 9c32ed69a795bdf39358fa5a9c2e980188219e16 Mon Sep 17 00:00:00 2001 From: Liza Carvelli Date: Fri, 29 Mar 2024 15:21:04 +0100 Subject: [PATCH] NET 8 --- RetainerShutUp/Plogon.cs | 2 +- RetainerShutUp/RetainerShutUp.csproj | 4 ++-- RetainerShutUp/packages.lock.json | 2 +- global.json | 7 +++++++ 4 files changed, 11 insertions(+), 4 deletions(-) create mode 100644 global.json diff --git a/RetainerShutUp/Plogon.cs b/RetainerShutUp/Plogon.cs index 1e6e3c4..14b691b 100644 --- a/RetainerShutUp/Plogon.cs +++ b/RetainerShutUp/Plogon.cs @@ -11,7 +11,7 @@ using FFXIVClientStructs.FFXIV.Client.Game; namespace RetainerShutUp; -public class Plogon : IDalamudPlugin +public sealed class Plogon : IDalamudPlugin { private readonly IChatGui _chatGui; private readonly IClientState _clientState; diff --git a/RetainerShutUp/RetainerShutUp.csproj b/RetainerShutUp/RetainerShutUp.csproj index b5d3c2d..9f9c81f 100644 --- a/RetainerShutUp/RetainerShutUp.csproj +++ b/RetainerShutUp/RetainerShutUp.csproj @@ -1,8 +1,8 @@ - net7.0-windows + net8.0-windows 1.0 - 11.0 + 12 enable true false diff --git a/RetainerShutUp/packages.lock.json b/RetainerShutUp/packages.lock.json index 6cf1c73..8ca7ea5 100644 --- a/RetainerShutUp/packages.lock.json +++ b/RetainerShutUp/packages.lock.json @@ -1,7 +1,7 @@ { "version": 1, "dependencies": { - "net7.0-windows7.0": { + "net8.0-windows7.0": { "DalamudPackager": { "type": "Direct", "requested": "[2.1.12, )", diff --git a/global.json b/global.json new file mode 100644 index 0000000..b5b37b6 --- /dev/null +++ b/global.json @@ -0,0 +1,7 @@ +{ + "sdk": { + "version": "8.0.0", + "rollForward": "latestMajor", + "allowPrerelease": false + } +} \ No newline at end of file