diff options
| author | ruki <[email protected]> | 2026-03-18 00:48:31 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2026-03-18 00:48:31 +0800 |
| commit | ed0996a0ead18b79a3e279a200db0f9e13a4ec23 (patch) | |
| tree | 878cbb5529398466875f7aba5a0098e751cff7f0 /tests/projects/csharp/console/xmake.lua | |
| parent | 7fd8b5a17185c609928e0b64c71ceaca1b7e03cd (diff) | |
improve csharp tests
Diffstat (limited to 'tests/projects/csharp/console/xmake.lua')
| -rw-r--r-- | tests/projects/csharp/console/xmake.lua | 1 |
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") |
