refactor: update to api level 3

This commit is contained in:
Anna 2021-04-05 14:56:44 -04:00
parent 97946bb48c
commit aa7e8ba2cd
2 changed files with 4 additions and 4 deletions

4
Globetrotter/Globetrotter.csproj Normal file → Executable file
View File

@ -6,7 +6,7 @@
<LangVersion>latest</LangVersion>
</PropertyGroup>
<ItemGroup>
<Reference Include="Dalamud, Version=5.2.3.3, Culture=neutral, PublicKeyToken=null">
<Reference Include="Dalamud, Version=5.2.4.2, Culture=neutral, PublicKeyToken=null">
<HintPath>$(AppData)\XIVLauncher\addon\Hooks\dev\Dalamud.dll</HintPath>
<Private>False</Private>
</Reference>
@ -28,6 +28,6 @@
</Reference>
</ItemGroup>
<ItemGroup>
<PackageReference Include="DalamudPackager" Version="1.2.0"/>
<PackageReference Include="DalamudPackager" Version="1.2.1"/>
</ItemGroup>
</Project>

View File

@ -1,10 +1,10 @@
using Dalamud.Game.Chat.SeStringHandling.Payloads;
using Dalamud.Hooking;
using Dalamud.Hooking;
using Dalamud.Plugin;
using Lumina.Excel.GeneratedSheets;
using System;
using System.Collections.Generic;
using System.Runtime.InteropServices;
using Dalamud.Game.Text.SeStringHandling.Payloads;
namespace Globetrotter {
internal sealed class TreasureMaps : IDisposable {