summaryrefslogtreecommitdiff
path: root/tests/projects/csharp/console/xmake.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tests/projects/csharp/console/xmake.lua')
-rw-r--r--tests/projects/csharp/console/xmake.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/projects/csharp/console/xmake.lua b/tests/projects/csharp/console/xmake.lua
index 3288c96a8..fd4546f97 100644
--- a/tests/projects/csharp/console/xmake.lua
+++ b/tests/projects/csharp/console/xmake.lua
@@ -2,5 +2,4 @@ add_rules("mode.debug", "mode.release")
target("test")
set_kind("binary")
- add_rules("csharp")
add_files("src/Program.cs")