This commit is contained in:
2025-08-06 15:58:06 +03:00
parent 726ecc5688
commit b124838915
2 changed files with 13 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Dalamud.NET.Sdk/12.0.2"> <Project Sdk="Dalamud.NET.Sdk/13.0.0">
<PropertyGroup> <PropertyGroup>
<Description>Update honorific title based on spotify informations</Description> <Description>Update honorific title based on spotify informations</Description>
<IsPackable>false</IsPackable> <IsPackable>false</IsPackable>
@@ -9,4 +9,13 @@
<ItemGroup> <ItemGroup>
<PackageReference Include="Scriban" Version="6.0.0" /> <PackageReference Include="Scriban" Version="6.0.0" />
</ItemGroup> </ItemGroup>
<ItemGroup>
<Reference Remove="ImGui.NET" />
<Reference Include="Dalamud.Bindings.ImGui" Private="false" />
<Reference Include="Dalamud.Bindings.ImPlot" Private="false" />
<Reference Include="Dalamud.Bindings.ImGuizmo" Private="false" />
</ItemGroup>
<ItemGroup>
<PackageReference Update="DalamudPackager" Version="13.0.0" />
</ItemGroup>
</Project> </Project>

View File

@@ -4,9 +4,9 @@
"net9.0-windows7.0": { "net9.0-windows7.0": {
"DalamudPackager": { "DalamudPackager": {
"type": "Direct", "type": "Direct",
"requested": "[12.0.0, )", "requested": "[13.0.0, )",
"resolved": "12.0.0", "resolved": "13.0.0",
"contentHash": "J5TJLV3f16T/E2H2P17ClWjtfEBPpq3yxvqW46eN36JCm6wR+EaoaYkqG9Rm5sHqs3/nK/vKjWWyvEs/jhKoXw==" "contentHash": "Mb3cUDSK/vDPQ8gQIeuCw03EMYrej1B4J44a1AvIJ9C759p9XeqdU9Hg4WgOmlnlPe0G7ILTD32PKSUpkQNa8w=="
}, },
"DotNet.ReproducibleBuilds": { "DotNet.ReproducibleBuilds": {
"type": "Direct", "type": "Direct",