diff --git a/csharp/ql/integration-tests/linux/dotnet_10_rc2/Program.cs b/csharp/ql/integration-tests/linux/dotnet_10_rc2/Program.cs
deleted file mode 100644
index bd44629f7e2..00000000000
--- a/csharp/ql/integration-tests/linux/dotnet_10_rc2/Program.cs
+++ /dev/null
@@ -1 +0,0 @@
-Console.WriteLine($"{string.Join(",", args)}");
diff --git a/csharp/ql/integration-tests/linux/dotnet_10_rc2/dotnet_build.csproj b/csharp/ql/integration-tests/linux/dotnet_10_rc2/dotnet_build.csproj
deleted file mode 100644
index dfb40caafcf..00000000000
--- a/csharp/ql/integration-tests/linux/dotnet_10_rc2/dotnet_build.csproj
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-
- Exe
- net10.0
- enable
- enable
-
-
-
diff --git a/csharp/ql/integration-tests/linux/dotnet_10_rc2/global.json b/csharp/ql/integration-tests/linux/dotnet_10_rc2/global.json
deleted file mode 100644
index e870e2cf7bd..00000000000
--- a/csharp/ql/integration-tests/linux/dotnet_10_rc2/global.json
+++ /dev/null
@@ -1,5 +0,0 @@
-{
- "sdk": {
- "version": "10.0.100-rc.2.25502.107"
- }
-}
diff --git a/csharp/ql/integration-tests/linux/dotnet_10_rc2/test.py b/csharp/ql/integration-tests/linux/dotnet_10_rc2/test.py
deleted file mode 100644
index 148626b1cb8..00000000000
--- a/csharp/ql/integration-tests/linux/dotnet_10_rc2/test.py
+++ /dev/null
@@ -1,6 +0,0 @@
-import os
-import runs_on
-
-@runs_on.linux
-def test(codeql, csharp):
- codeql.database.create()