diff --git a/source2/Demos/Guess/GuessKernel.csproj b/source2/Demos/Guess/GuessKernel.csproj
index 83e2629ef..7424d923b 100644
--- a/source2/Demos/Guess/GuessKernel.csproj
+++ b/source2/Demos/Guess/GuessKernel.csproj
@@ -35,6 +35,7 @@
4
+
3.5
diff --git a/source2/Demos/Guess/Program.cs b/source2/Demos/Guess/Program.cs
index c8b824fc4..f312ab7e1 100644
--- a/source2/Demos/Guess/Program.cs
+++ b/source2/Demos/Guess/Program.cs
@@ -4,7 +4,7 @@ using System.Linq;
using System.Text;
namespace GuessKernel {
- public class Program {
+ public class Kernel {
// This is a temp wrapper to bridge from existing project format
// to the new coming project format.
public static void Boot() {
diff --git a/source2/Users/Kudzu/Breakpoints/BreakpointsKernel.csproj b/source2/Users/Kudzu/Breakpoints/BreakpointsKernel.csproj
index cab562806..c97723f6a 100644
--- a/source2/Users/Kudzu/Breakpoints/BreakpointsKernel.csproj
+++ b/source2/Users/Kudzu/Breakpoints/BreakpointsKernel.csproj
@@ -37,9 +37,6 @@
4
-
-
-