mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 10:17:22 +01:00
Add deprecation warning to targets file
This commit is contained in:
parent
d1e6e34f40
commit
9e3c03d0e8
1 changed files with 1 additions and 3 deletions
|
|
@ -29,9 +29,7 @@
|
||||||
<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">
|
<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" />
|
<Warning Text="Using the targets file to include the Dalamud SDK is no longer recommended. Please upgrade to Dalamud.NET.Sdk - learn more here: https://dalamud.dev/plugin-development/how-tos/v12-sdk-migration" />
|
||||||
</Target>
|
</Target>
|
||||||
-->
|
|
||||||
</Project>
|
</Project>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue