diff --git a/Sources/EFManager/EFManager.csproj b/Sources/EFManager/EFManager.csproj index 132c02c..d0ace33 100644 --- a/Sources/EFManager/EFManager.csproj +++ b/Sources/EFManager/EFManager.csproj @@ -6,4 +6,10 @@ enable + + + + + + diff --git a/Sources/TestManagerEF/TestManagerEF.csproj b/Sources/TestManagerEF/TestManagerEF.csproj index bdd1ae2..18ed80f 100644 --- a/Sources/TestManagerEF/TestManagerEF.csproj +++ b/Sources/TestManagerEF/TestManagerEF.csproj @@ -9,13 +9,13 @@ - + runtime; build; native; contentfiles; analyzers; buildtransitive all - + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/Sources/Tests/TestManagerEF/TestManagerEF.csproj b/Sources/Tests/TestManagerEF/TestManagerEF.csproj new file mode 100644 index 0000000..bdd1ae2 --- /dev/null +++ b/Sources/Tests/TestManagerEF/TestManagerEF.csproj @@ -0,0 +1,24 @@ + + + + net6.0 + enable + enable + + false + + + + + + + runtime; build; native; contentfiles; analyzers; buildtransitive + all + + + runtime; build; native; contentfiles; analyzers; buildtransitive + all + + + + diff --git a/Sources/TestManagerEF/UnitTest1.cs b/Sources/Tests/TestManagerEF/UnitTest1.cs similarity index 100% rename from Sources/TestManagerEF/UnitTest1.cs rename to Sources/Tests/TestManagerEF/UnitTest1.cs diff --git a/Sources/TestManagerEF/Usings.cs b/Sources/Tests/TestManagerEF/Usings.cs similarity index 100% rename from Sources/TestManagerEF/Usings.cs rename to Sources/Tests/TestManagerEF/Usings.cs