upgrade packager version in Dalamud.Plugin.targets

This commit is contained in:
goat 2024-06-29 00:08:01 +02:00
parent 1a91495159
commit daf6c3e17f

View file

@ -14,7 +14,7 @@
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<PackageReference Include="DalamudPackager" Version="2.1.12" /> <PackageReference Include="DalamudPackager" Version="2.1.13" />
<Reference Include="FFXIVClientStructs" Private="false" /> <Reference Include="FFXIVClientStructs" Private="false" />
<Reference Include="Newtonsoft.Json" Private="false" /> <Reference Include="Newtonsoft.Json" Private="false" />
<Reference Include="Dalamud" Private="false" /> <Reference Include="Dalamud" Private="false" />
@ -27,4 +27,10 @@
<Target Name="Message" BeforeTargets="BeforeBuild"> <Target Name="Message" BeforeTargets="BeforeBuild">
<Message Text="Dalamud.Plugin: root at $(DalamudLibPath)" Importance="high" /> <Message Text="Dalamud.Plugin: root at $(DalamudLibPath)" Importance="high" />
</Target> </Target>
<!-- Uncomment when we... wrote the docs
<Target Name="DeprecationNotice" BeforeTargets="BeforeBuild">
<Warning Text="Dalamud.Plugin.targets is deprecated. Please upgrade to Dalamud.NET.Sdk - learn more here: https://dalamud.dev/versions/v10/sdk-migration" />
</Target>
-->
</Project> </Project>