From 1d43868f83b094a3c8a22f83233bb0f7efbd4f24 Mon Sep 17 00:00:00 2001 From: ruki Date: Sat, 18 Apr 2026 20:40:39 +0800 Subject: fix review issues --- tests/plugins/project/test.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/plugins/project/test.lua') diff --git a/tests/plugins/project/test.lua b/tests/plugins/project/test.lua index 7de8835f1..40edd6a3a 100644 --- a/tests/plugins/project/test.lua +++ b/tests/plugins/project/test.lua @@ -74,7 +74,7 @@ function test_vsxmake_csharp(t) os.cd(tempdir) -- create a C# console project using xmake create - os.vrunv("xmake", {"create", "-l", "csharp", "console", projname}) + os.vrunv("xmake", {"create", "-l", "csharp", "-t", "console", projname}) os.cd(projname) -- create sln & csproj -- cgit v1.3.1