diff --git a/eQuantic.Core.Data.EntityFramework.sln b/eQuantic.Core.Data.EntityFramework.sln
index 1440677..673618d 100644
--- a/eQuantic.Core.Data.EntityFramework.sln
+++ b/eQuantic.Core.Data.EntityFramework.sln
@@ -16,6 +16,12 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "eQuantic.Core.Data.EntityFramework", "src\eQuantic.Core.Data.EntityFramework.csproj", "{CB4BD082-A5A5-4E9D-A226-1C7B8C505CC2}"
EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "eQuantic.Core.Data.EntityFramework.Net6", "src\eQuantic.Core.Data.EntityFramework.Net6.csproj", "{20175F0B-5566-4213-A60E-435A9458B018}"
+EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "eQuantic.Core.Data.EntityFramework.Net7", "src\eQuantic.Core.Data.EntityFramework.Net7.csproj", "{BFDD8BE6-912B-4593-8F53-C6B6B3F8490F}"
+EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "eQuantic.Core.Data.EntityFramework.Net8", "src\eQuantic.Core.Data.EntityFramework.Net8.csproj", "{AB04C373-0DBD-4B6F-811D-D668851BBAD5}"
+EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
@@ -26,12 +32,27 @@ Global
{CB4BD082-A5A5-4E9D-A226-1C7B8C505CC2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CB4BD082-A5A5-4E9D-A226-1C7B8C505CC2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CB4BD082-A5A5-4E9D-A226-1C7B8C505CC2}.Release|Any CPU.Build.0 = Release|Any CPU
+ {20175F0B-5566-4213-A60E-435A9458B018}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {20175F0B-5566-4213-A60E-435A9458B018}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {20175F0B-5566-4213-A60E-435A9458B018}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {20175F0B-5566-4213-A60E-435A9458B018}.Release|Any CPU.Build.0 = Release|Any CPU
+ {BFDD8BE6-912B-4593-8F53-C6B6B3F8490F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {BFDD8BE6-912B-4593-8F53-C6B6B3F8490F}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {BFDD8BE6-912B-4593-8F53-C6B6B3F8490F}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {BFDD8BE6-912B-4593-8F53-C6B6B3F8490F}.Release|Any CPU.Build.0 = Release|Any CPU
+ {AB04C373-0DBD-4B6F-811D-D668851BBAD5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {AB04C373-0DBD-4B6F-811D-D668851BBAD5}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {AB04C373-0DBD-4B6F-811D-D668851BBAD5}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {AB04C373-0DBD-4B6F-811D-D668851BBAD5}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{CB4BD082-A5A5-4E9D-A226-1C7B8C505CC2} = {0CA2F610-6D57-4D1F-92E3-EDCCEDAD8297}
+ {20175F0B-5566-4213-A60E-435A9458B018} = {0CA2F610-6D57-4D1F-92E3-EDCCEDAD8297}
+ {BFDD8BE6-912B-4593-8F53-C6B6B3F8490F} = {0CA2F610-6D57-4D1F-92E3-EDCCEDAD8297}
+ {AB04C373-0DBD-4B6F-811D-D668851BBAD5} = {0CA2F610-6D57-4D1F-92E3-EDCCEDAD8297}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {83FECDD1-8A97-40B1-8529-3D5216E674C3}
diff --git a/src/eQuantic.Core.Data.EntityFramework.Net6.csproj b/src/eQuantic.Core.Data.EntityFramework.Net6.csproj
new file mode 100644
index 0000000..562baa7
--- /dev/null
+++ b/src/eQuantic.Core.Data.EntityFramework.Net6.csproj
@@ -0,0 +1,63 @@
+
+
+
+
+ Core Data library for Entity Framework
+ eQuantic.Core.Data.EntityFramework
+ 6.0.0.0
+ eQuantic Systems
+ net6.0
+ eQuantic.Core.Data.EntityFramework
+ eQuantic.Core.Data.EntityFramework
+ eQuantic;Core;Data;Library;Repository;Pattern
+ Entity ignorant persistance with Repository Pattern for Entity Framework
+
+ https://github.com/eQuantic/core-data-entityframework
+ ../artifacts/
+ false
+ false
+ false
+ True
+ https://github.com/eQuantic/core-data-entityframework
+ Git
+ LICENSE
+ README.md
+ Copyright © 2016
+ 6.0.0.0
+ 6.0.0.0
+ Icon.png
+ latest
+
+
+
+
+
+
+
+ all
+ runtime; build; native; contentfiles; analyzers; buildtransitive
+
+
+
+
+ all
+ runtime; build; native; contentfiles; analyzers; buildtransitive
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ <_Parameter1>$(AssemblyName).Tests
+
+
+
\ No newline at end of file
diff --git a/src/eQuantic.Core.Data.EntityFramework.Net7.csproj b/src/eQuantic.Core.Data.EntityFramework.Net7.csproj
new file mode 100644
index 0000000..0ba4b31
--- /dev/null
+++ b/src/eQuantic.Core.Data.EntityFramework.Net7.csproj
@@ -0,0 +1,63 @@
+
+
+
+
+ Core Data library for Entity Framework
+ eQuantic.Core.Data.EntityFramework
+ 7.0.0.0
+ eQuantic Systems
+ net7.0
+ eQuantic.Core.Data.EntityFramework
+ eQuantic.Core.Data.EntityFramework
+ eQuantic;Core;Data;Library;Repository;Pattern
+ Entity ignorant persistance with Repository Pattern for Entity Framework
+
+ https://github.com/eQuantic/core-data-entityframework
+ ../artifacts/
+ false
+ false
+ false
+ True
+ https://github.com/eQuantic/core-data-entityframework
+ Git
+ LICENSE
+ README.md
+ Copyright © 2016
+ 7.0.0.0
+ 7.0.0.0
+ Icon.png
+ latest
+
+
+
+
+
+
+
+ all
+ runtime; build; native; contentfiles; analyzers; buildtransitive
+
+
+
+
+ all
+ runtime; build; native; contentfiles; analyzers; buildtransitive
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ <_Parameter1>$(AssemblyName).Tests
+
+
+
\ No newline at end of file
diff --git a/src/eQuantic.Core.Data.EntityFramework.Net8.csproj b/src/eQuantic.Core.Data.EntityFramework.Net8.csproj
new file mode 100644
index 0000000..c48250b
--- /dev/null
+++ b/src/eQuantic.Core.Data.EntityFramework.Net8.csproj
@@ -0,0 +1,63 @@
+
+
+
+
+ Core Data library for Entity Framework
+ eQuantic.Core.Data.EntityFramework
+ 8.0.0.0
+ eQuantic Systems
+ net8.0
+ eQuantic.Core.Data.EntityFramework
+ eQuantic.Core.Data.EntityFramework
+ eQuantic;Core;Data;Library;Repository;Pattern
+ Entity ignorant persistance with Repository Pattern for Entity Framework
+
+ https://github.com/eQuantic/core-data-entityframework
+ ../artifacts/
+ false
+ false
+ false
+ True
+ https://github.com/eQuantic/core-data-entityframework
+ Git
+ LICENSE
+ README.md
+ Copyright © 2016
+ 8.0.0.0
+ 8.0.0.0
+ Icon.png
+ latest
+
+
+
+
+
+
+
+ all
+ runtime; build; native; contentfiles; analyzers; buildtransitive
+
+
+
+
+ all
+ runtime; build; native; contentfiles; analyzers; buildtransitive
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ <_Parameter1>$(AssemblyName).Tests
+
+
+
\ No newline at end of file