diff --git a/src/Tests/ConsoleTestEFMapper/Program.cs b/src/Tests/ConsoleTestEFMapper/Program.cs index 5b3ca01..e5acca0 100644 --- a/src/Tests/ConsoleTestEFMapper/Program.cs +++ b/src/Tests/ConsoleTestEFMapper/Program.cs @@ -8,8 +8,8 @@ using Shared; using StubbedContextLib; using static Model2Entities.DbDataManager; -namespace Model2Entities -{ +namespace ConsoleTestEFMapper; + /* static class Program { @@ -116,4 +116,3 @@ namespace Model2Entities static void UsersTest() {} }*/ -} \ No newline at end of file diff --git a/src/Tests/TestStubEF/Program.cs b/src/Tests/TestStubEF/Program.cs index 83fa4f4..3751555 100644 --- a/src/Tests/TestStubEF/Program.cs +++ b/src/Tests/TestStubEF/Program.cs @@ -1,2 +1,2 @@ -// See https://aka.ms/new-console-template for more information -Console.WriteLine("Hello, World!"); +// See https://aka.ms/new-console-template for more information +Console.WriteLine("Hello, World!"); diff --git a/src/Tests/TestStubEF/TestStubEF.csproj b/src/Tests/TestStubEF/TestStubEF.csproj index 206b89a..2150e37 100644 --- a/src/Tests/TestStubEF/TestStubEF.csproj +++ b/src/Tests/TestStubEF/TestStubEF.csproj @@ -1,10 +1,10 @@ - - - - Exe - net8.0 - enable - enable - - - + + + + Exe + net8.0 + enable + enable + + +