From 4657bce39a7d018a397bf15436fa743f6580c4c1 Mon Sep 17 00:00:00 2001 From: Anna Date: Sat, 20 Aug 2022 17:21:39 -0400 Subject: [PATCH] chore: update for net6 and api7 --- .../RemotePartyFinder.csproj | 19 ++++++++++--------- .../RemotePartyFinder/RemotePartyFinder.yaml | 1 + csharp/RemotePartyFinder/packages.lock.json | 13 +++++++++++++ 3 files changed, 24 insertions(+), 9 deletions(-) create mode 100644 csharp/RemotePartyFinder/packages.lock.json diff --git a/csharp/RemotePartyFinder/RemotePartyFinder.csproj b/csharp/RemotePartyFinder/RemotePartyFinder.csproj index 6597f41..89f432d 100644 --- a/csharp/RemotePartyFinder/RemotePartyFinder.csproj +++ b/csharp/RemotePartyFinder/RemotePartyFinder.csproj @@ -2,43 +2,44 @@ 1.0.6 - net5.0-windows + net6.0-windows false + true + true - $(AppData)\XIVLauncher\addon\Hooks\dev + $(AppData)\XIVLauncher\addon\Hooks\dev - $(HOME)/games/final-fantasy-xiv-online/drive_c/users/$(USER)/AppData/Roaming/XIVLauncher/addon/Hooks/dev + $(HOME)/games/final-fantasy-xiv-online/drive_c/users/$(USER)/AppData/Roaming/XIVLauncher/addon/Hooks/dev - $(HOME)/dalamud + $(HOME)/dalamud - $(Dalamud)\Dalamud.dll + $(DalamudLibPath)\Dalamud.dll false - $(Dalamud)\Lumina.dll + $(DalamudLibPath)\Lumina.dll false - $(Dalamud)\Lumina.Excel.dll + $(DalamudLibPath)\Lumina.Excel.dll false - $(Dalamud)\Newtonsoft.Json.dll + $(DalamudLibPath)\Newtonsoft.Json.dll false - diff --git a/csharp/RemotePartyFinder/RemotePartyFinder.yaml b/csharp/RemotePartyFinder/RemotePartyFinder.yaml index 345e290..ebc95ff 100644 --- a/csharp/RemotePartyFinder/RemotePartyFinder.yaml +++ b/csharp/RemotePartyFinder/RemotePartyFinder.yaml @@ -5,3 +5,4 @@ description: |- Party Finder website (https://xivpf.com/). punchline: Crowdsourced PF website (upload PF listings to xivpf.com) repo_url: https://git.annaclemens.io/ascclemens/remote-party-finder +dalamud_api_level: 7 diff --git a/csharp/RemotePartyFinder/packages.lock.json b/csharp/RemotePartyFinder/packages.lock.json new file mode 100644 index 0000000..b381d57 --- /dev/null +++ b/csharp/RemotePartyFinder/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