From ad049abf06844a0d881e544955c3333fdfd118c6 Mon Sep 17 00:00:00 2001 From: Beakona Date: Tue, 28 Nov 2023 18:30:35 +0100 Subject: [PATCH] more tests --- AutoInterfaceSample/AutoInterfaceSample.csproj | 2 +- AutoInterfaceSample/Program.cs | 2 +- TestInterfaces/TestInterfaces.csproj | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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