From 2680d24a39e404ded532f1204cb4a95e7b36b5ec Mon Sep 17 00:00:00 2001 From: Pilzinsel64 Date: Sat, 29 Mar 2025 09:07:00 +0100 Subject: [PATCH] target API9 - migrate to Dalamud.NET.Sdk --- Pilz.Dalamud/Pilz.Dalamud.csproj | 88 +++++++++----------------------- Pilz.Dalamud/packages.lock.json | 9 +++- 2 files changed, 31 insertions(+), 66 deletions(-) diff --git a/Pilz.Dalamud/Pilz.Dalamud.csproj b/Pilz.Dalamud/Pilz.Dalamud.csproj index c03fc8c..8790b82 100644 --- a/Pilz.Dalamud/Pilz.Dalamud.csproj +++ b/Pilz.Dalamud/Pilz.Dalamud.csproj @@ -1,75 +1,33 @@ - + - net8.0-windows enable annotations - true - latest - false - false - x64 true + false - - true - true - - - - $(appdata)\XIVLauncher\addon\Hooks\dev\ - False - Pilzinsel64 - https://github.com/Pilzinsel64/Pilz.Dalamud - README.md - https://github.com/Pilzinsel64/Pilz.Dalamud - git - 1.0.1 - True - - - - 1701;1702;1591 - - - - 1701;1702;1591 - - - - - $(DalamudLibPath)FFXIVClientStructs.dll - false - - - $(DalamudLibPath)Newtonsoft.Json.dll - false - - - $(DalamudLibPath)Dalamud.dll - false - - - $(DalamudLibPath)ImGui.NET.dll - false - - - $(DalamudLibPath)ImGuiScene.dll - false - - - $(DalamudLibPath)Lumina.dll - false - - - $(DalamudLibPath)Lumina.Excel.dll - false - - + + False + Pilzinsel64 + https://github.com/Pilzinsel64/Pilz.Dalamud + README.md + https://github.com/Pilzinsel64/Pilz.Dalamud + git + 1.0.1 + True + - - - + + 1701;1702;1591 + + + + 1701;1702;1591 + + + + + diff --git a/Pilz.Dalamud/packages.lock.json b/Pilz.Dalamud/packages.lock.json index f9ae177..bd07e56 100644 --- a/Pilz.Dalamud/packages.lock.json +++ b/Pilz.Dalamud/packages.lock.json @@ -1,6 +1,13 @@ { "version": 1, "dependencies": { - "net8.0-windows7.0": {} + "net9.0-windows7.0": { + "DotNet.ReproducibleBuilds": { + "type": "Direct", + "requested": "[1.2.25, )", + "resolved": "1.2.25", + "contentHash": "xCXiw7BCxHJ8pF6wPepRUddlh2dlQlbr81gXA72hdk4FLHkKXas7EH/n+fk5UCA/YfMqG1Z6XaPiUjDbUNBUzg==" + } + } } } \ No newline at end of file