From 832652027a8bd9b01e3c612b086a1be20d09516e Mon Sep 17 00:00:00 2001 From: Anna Date: Sun, 21 Aug 2022 15:36:03 -0400 Subject: [PATCH] chore: update for net6 and api7 --- TheGreatSeparator/TheGreatSeparator.csproj | 21 +++++++++++++-------- TheGreatSeparator/TheGreatSeparator.yaml | 1 + TheGreatSeparator/packages.lock.json | 13 +++++++++++++ 3 files changed, 27 insertions(+), 8 deletions(-) create mode 100644 TheGreatSeparator/packages.lock.json diff --git a/TheGreatSeparator/TheGreatSeparator.csproj b/TheGreatSeparator/TheGreatSeparator.csproj index 2aaf989..69deb26 100755 --- a/TheGreatSeparator/TheGreatSeparator.csproj +++ b/TheGreatSeparator/TheGreatSeparator.csproj @@ -1,40 +1,45 @@ - net5-windows + net6-windows 1.2.3 latest enable true false + true - $(AppData)\XIVLauncher\addon\Hooks\dev + $(AppData)\XIVLauncher\addon\Hooks\dev + + + + $(DALAMUD_HOME) - $(HOME)/dalamud + $(HOME)/dalamud - $(Dalamud)\Dalamud.dll + $(DalamudLibPath)\Dalamud.dll False - $(Dalamud)\FFXIVClientStructs.dll + $(DalamudLibPath)\FFXIVClientStructs.dll False - $(Dalamud)\ImGui.NET.dll + $(DalamudLibPath)\ImGui.NET.dll False - $(Dalamud)\ImGuiScene.dll + $(DalamudLibPath)\ImGuiScene.dll False - + diff --git a/TheGreatSeparator/TheGreatSeparator.yaml b/TheGreatSeparator/TheGreatSeparator.yaml index e5fb25a..a9c798b 100755 --- a/TheGreatSeparator/TheGreatSeparator.yaml +++ b/TheGreatSeparator/TheGreatSeparator.yaml @@ -9,3 +9,4 @@ description: |- - Ability costs on hotbars - Ability costs in tooltips repo_url: https://git.annaclemens.io/ascclemens/TheGreatSeparator +dalamud_api_level: 7 diff --git a/TheGreatSeparator/packages.lock.json b/TheGreatSeparator/packages.lock.json new file mode 100644 index 0000000..b381d57 --- /dev/null +++ b/TheGreatSeparator/packages.lock.json @@ -0,0 +1,13 @@ +{ + "version": 1, + "dependencies": { + "net6.0-windows7.0": { + "DalamudPackager": { + "type": "Direct", + "requested": "[2.1.7, )", + "resolved": "2.1.7", + "contentHash": "jnZ/sdInyn07ycuWI+pPOtP/xE3v+c4+jYJfDt36FWnBF9NKqkpzfviJtPl/jGLgbaCmFIXu+Yid0N8GvdKefg==" + } + } + } +} \ No newline at end of file