diff --git a/src/EntityFrameworkCore.Parallel/EntityFrameworkCore.Parallel.DemoModel/EntityFrameworkCore.Parallel.DemoModel.csproj b/src/EntityFrameworkCore.Parallel/EntityFrameworkCore.Parallel.DemoModel/EntityFrameworkCore.Parallel.DemoModel.csproj
index 3abf769..85161b3 100644
--- a/src/EntityFrameworkCore.Parallel/EntityFrameworkCore.Parallel.DemoModel/EntityFrameworkCore.Parallel.DemoModel.csproj
+++ b/src/EntityFrameworkCore.Parallel/EntityFrameworkCore.Parallel.DemoModel/EntityFrameworkCore.Parallel.DemoModel.csproj
@@ -6,7 +6,7 @@
-
+
diff --git a/src/EntityFrameworkCore.Parallel/EntityFrameworkCore.Parallel.Tests/EntityFrameworkCore.Parallel.Tests.csproj b/src/EntityFrameworkCore.Parallel/EntityFrameworkCore.Parallel.Tests/EntityFrameworkCore.Parallel.Tests.csproj
index 8739fb6..da9880f 100644
--- a/src/EntityFrameworkCore.Parallel/EntityFrameworkCore.Parallel.Tests/EntityFrameworkCore.Parallel.Tests.csproj
+++ b/src/EntityFrameworkCore.Parallel/EntityFrameworkCore.Parallel.Tests/EntityFrameworkCore.Parallel.Tests.csproj
@@ -7,10 +7,10 @@
-
-
-
-
+
+
+
+
all
runtime; build; native; contentfiles; analyzers; buildtransitive
diff --git a/src/EntityFrameworkCore.Parallel/EntityFrameworkCore.Parallel/EntityFrameworkCore.Parallel.csproj b/src/EntityFrameworkCore.Parallel/EntityFrameworkCore.Parallel/EntityFrameworkCore.Parallel.csproj
index ef18812..520f535 100644
--- a/src/EntityFrameworkCore.Parallel/EntityFrameworkCore.Parallel/EntityFrameworkCore.Parallel.csproj
+++ b/src/EntityFrameworkCore.Parallel/EntityFrameworkCore.Parallel/EntityFrameworkCore.Parallel.csproj
@@ -1,40 +1,40 @@
-
-
-
- net10.0
- Library
- true
- true
- true
- 6.0.5
- wertzui
- true
- Unlicense
- https://github.com/wertzui/EntityFrameworkCore.Parallel
- https://github.com/wertzui/EntityFrameworkCore.Parallel
- true
- GIT
- This extension to Entity Framework Core adds a Set<TContext, TEntity> method to IDbCOntextFactory<TContext>. This allows you to easily execute multiple queries in parallel without the need to write complex code, or a lot of using blocks or statements. You can stick to all your known methods from IQueryable<TEntity>. As the context is disposed after your query is executed, all results will obviously not be tracked and disconnected from any DbContext.
- bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml
- true
- snupkg
- README.md
- enable
-
-
-
-
-
-
-
- bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml
-
-
-
-
-
- all
- runtime; build; native; contentfiles; analyzers; buildtransitive
-
-
+
+
+
+ net10.0
+ Library
+ true
+ true
+ true
+ 6.0.6
+ wertzui
+ true
+ Unlicense
+ https://github.com/wertzui/EntityFrameworkCore.Parallel
+ https://github.com/wertzui/EntityFrameworkCore.Parallel
+ true
+ GIT
+ This extension to Entity Framework Core adds a Set<TContext, TEntity> method to IDbCOntextFactory<TContext>. This allows you to easily execute multiple queries in parallel without the need to write complex code, or a lot of using blocks or statements. You can stick to all your known methods from IQueryable<TEntity>. As the context is disposed after your query is executed, all results will obviously not be tracked and disconnected from any DbContext.
+ bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml
+ true
+ snupkg
+ README.md
+ enable
+
+
+
+
+
+
+
+ bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml
+
+
+
+
+
+ all
+ runtime; build; native; contentfiles; analyzers; buildtransitive
+
+
\ No newline at end of file