diff --git a/src/TestDotNet8/Program.cs b/src/TestDotNet8/Program.cs
new file mode 100644
index 000000000..c24a92ba1
--- /dev/null
+++ b/src/TestDotNet8/Program.cs
@@ -0,0 +1,13 @@
+using System;
+
+namespace TestDotNet8
+{
+ public static class Program
+ {
+ public static int Main(string[] args)
+ {
+ Console.WriteLine("Hello from .NET 8!");
+ return 0;
+ }
+ }
+}
diff --git a/src/TestDotNet8/TestDotNet8.csproj b/src/TestDotNet8/TestDotNet8.csproj
new file mode 100644
index 000000000..d4f55c226
--- /dev/null
+++ b/src/TestDotNet8/TestDotNet8.csproj
@@ -0,0 +1,18 @@
+
+
+
+ net8.0
+ Exe
+ win-x64;win-x86;linux-x64;linux-arm64;linux-arm;osx-x64;osx-arm64;win-arm64
+ true
+ NU1701;NU1603
+ $(Version)
+ false
+ true
+
+
+
+ portable
+
+
+
diff --git a/src/dir.proj b/src/dir.proj
index 056a312e8..cbe1529cf 100644
--- a/src/dir.proj
+++ b/src/dir.proj
@@ -1,52 +1,17 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
-
+
-
+