Skip to content

Commit

Permalink
more tests
Browse files Browse the repository at this point in the history
  • Loading branch information
beakona committed Nov 28, 2023
1 parent 42756c7 commit ad049ab
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion AutoInterfaceSample/AutoInterfaceSample.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<TargetFramework>net6.0</TargetFramework>
<Nullable>enable</Nullable>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion AutoInterfaceSample/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ public static void Main()
//System.Diagnostics.Debug.WriteLine(BeaKona.Output.Debug_Person.Info);
//IArbitrary<int> 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();
Expand Down
2 changes: 1 addition & 1 deletion TestInterfaces/TestInterfaces.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<TargetFramework>net6.0</TargetFramework>
</PropertyGroup>

</Project>

0 comments on commit ad049ab

Please sign in to comment.