diff options
Diffstat (limited to 'tests/projects/csharp/console')
| -rw-r--r-- | tests/projects/csharp/console/src/test.csproj | 9 | ||||
| -rw-r--r-- | tests/projects/csharp/console/xmake.lua | 2 |
2 files changed, 1 insertions, 10 deletions
diff --git a/tests/projects/csharp/console/src/test.csproj b/tests/projects/csharp/console/src/test.csproj deleted file mode 100644 index 9dbab4973..000000000 --- a/tests/projects/csharp/console/src/test.csproj +++ /dev/null @@ -1,9 +0,0 @@ -<Project Sdk="Microsoft.NET.Sdk"> - <PropertyGroup> - <OutputType>Exe</OutputType> - <TargetFramework>net8.0</TargetFramework> - <ImplicitUsings>enable</ImplicitUsings> - <Nullable>enable</Nullable> - </PropertyGroup> -</Project> - diff --git a/tests/projects/csharp/console/xmake.lua b/tests/projects/csharp/console/xmake.lua index 25cd801f0..3288c96a8 100644 --- a/tests/projects/csharp/console/xmake.lua +++ b/tests/projects/csharp/console/xmake.lua @@ -3,4 +3,4 @@ add_rules("mode.debug", "mode.release") target("test") set_kind("binary") add_rules("csharp") - add_files("src/Program.cs", "src/test.csproj") + add_files("src/Program.cs") |
