mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 10:17:22 +01:00
upgrade packager version in Dalamud.Plugin.targets
This commit is contained in:
parent
1a91495159
commit
daf6c3e17f
1 changed files with 7 additions and 1 deletions
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue