diff --git a/AutoInterfaceSample/AutoInterfaceSample.csproj b/AutoInterfaceSample/AutoInterfaceSample.csproj
index 9eeadc4..1fc863c 100644
--- a/AutoInterfaceSample/AutoInterfaceSample.csproj
+++ b/AutoInterfaceSample/AutoInterfaceSample.csproj
@@ -2,7 +2,7 @@
Exe
- net8.0
+ net6.0
enable
diff --git a/AutoInterfaceSample/Program.cs b/AutoInterfaceSample/Program.cs
index 7b8aeae..0bfc0ed 100644
--- a/AutoInterfaceSample/Program.cs
+++ b/AutoInterfaceSample/Program.cs
@@ -9,7 +9,7 @@ public static void Main()
//System.Diagnostics.Debug.WriteLine(BeaKona.Output.Debug_Person.Info);
//IArbitrary p = new Person();
//int f;
- //int g = 0;
+ //int g = 1;
//p.Method(1, out f, ref g, "t", 1, 2, 3);
IPrintableComplex p = new Person2();
diff --git a/TestInterfaces/TestInterfaces.csproj b/TestInterfaces/TestInterfaces.csproj
index 58990cd..dbc1517 100644
--- a/TestInterfaces/TestInterfaces.csproj
+++ b/TestInterfaces/TestInterfaces.csproj
@@ -1,7 +1,7 @@
- net8.0
+ net6.0