chore: update to api level 3

This commit is contained in:
Anna 2021-04-05 14:57:54 -04:00
parent eacbd5fe76
commit 917fb3b917
1 changed files with 2 additions and 2 deletions

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

@ -8,7 +8,7 @@
<AllowUnsafeBlocks>true</AllowUnsafeBlocks> <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <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> <HintPath>$(AppData)\XIVLauncher\addon\Hooks\dev\Dalamud.dll</HintPath>
<Private>false</Private> <Private>false</Private>
</Reference> </Reference>
@ -22,6 +22,6 @@
</Reference> </Reference>
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<PackageReference Include="DalamudPackager" Version="1.2.0"/> <PackageReference Include="DalamudPackager" Version="1.2.1"/>
</ItemGroup> </ItemGroup>
</Project> </Project>