From ed0996a0ead18b79a3e279a200db0f9e13a4ec23 Mon Sep 17 00:00:00 2001 From: ruki Date: Wed, 18 Mar 2026 00:48:31 +0800 Subject: improve csharp tests --- tests/projects/csharp/console_with_runtime_json/xmake.lua | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/projects/csharp/console_with_runtime_json/xmake.lua') diff --git a/tests/projects/csharp/console_with_runtime_json/xmake.lua b/tests/projects/csharp/console_with_runtime_json/xmake.lua index 979f74307..3d59440c7 100644 --- a/tests/projects/csharp/console_with_runtime_json/xmake.lua +++ b/tests/projects/csharp/console_with_runtime_json/xmake.lua @@ -2,6 +2,5 @@ add_rules("mode.debug", "mode.release") target("app") set_kind("binary") - add_rules("csharp") add_files("src/Program.cs") set_rundir("src") -- cgit v1.3.1