summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xmake/rules/winsdk/xmake.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/xmake/rules/winsdk/xmake.lua b/xmake/rules/winsdk/xmake.lua
index 5cb1a14b6..9e389de36 100644
--- a/xmake/rules/winsdk/xmake.lua
+++ b/xmake/rules/winsdk/xmake.lua
@@ -25,6 +25,9 @@
-- define rule: application
rule("win.sdk.application")
+ -- add deps
+ add_deps("win.sdk.dotnet")
+
-- after load
after_load(function (target)