From 5bbc8193d18bb27568cef07e7512af09f3eb5e70 Mon Sep 17 00:00:00 2001 From: PunishedPineapple <50609717+PunishedPineapple@users.noreply.github.com> Date: Mon, 1 Aug 2022 18:02:16 -0500 Subject: [PATCH] API7 Prep --- WaymarkPresetPlugin/WaymarkPresetPlugin.csproj | 2 +- WaymarkPresetPlugin/WaymarkPresetPlugin.json | 3 ++- WaymarkPresetPlugin/packages.lock.json | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/WaymarkPresetPlugin/WaymarkPresetPlugin.csproj b/WaymarkPresetPlugin/WaymarkPresetPlugin.csproj index 77dbe3b..bad5bb8 100644 --- a/WaymarkPresetPlugin/WaymarkPresetPlugin.csproj +++ b/WaymarkPresetPlugin/WaymarkPresetPlugin.csproj @@ -1,6 +1,6 @@  - net5.0-windows + net6.0-windows AnyCPU 1.4.3.1 PunishedPineapple diff --git a/WaymarkPresetPlugin/WaymarkPresetPlugin.json b/WaymarkPresetPlugin/WaymarkPresetPlugin.json index 6449eb1..43accdd 100644 --- a/WaymarkPresetPlugin/WaymarkPresetPlugin.json +++ b/WaymarkPresetPlugin/WaymarkPresetPlugin.json @@ -10,5 +10,6 @@ "https://github.com/PunishedPineapple/WaymarkPresetPlugin/raw/master/docs/Images/image2.png", "https://github.com/PunishedPineapple/WaymarkPresetPlugin/raw/master/docs/Images/image3.png" ], - "Tags": [ "Waymark", "Marker", "Preset", "Tool" ] + "Tags": [ "Waymark", "Marker", "Preset", "Tool" ], + "DalamudApiLevel": 7 } diff --git a/WaymarkPresetPlugin/packages.lock.json b/WaymarkPresetPlugin/packages.lock.json index 5e46935..b381d57 100644 --- a/WaymarkPresetPlugin/packages.lock.json +++ b/WaymarkPresetPlugin/packages.lock.json @@ -1,7 +1,7 @@ { "version": 1, "dependencies": { - "net5.0-windows7.0": { + "net6.0-windows7.0": { "DalamudPackager": { "type": "Direct", "requested": "[2.1.7, )",