|
diff --git a/src/LinqKit.Core/LinqKit.Core.csproj b/src/LinqKit.Core/LinqKit.Core.csproj
index 1b9b2dd..0894f76 100644
--- a/src/LinqKit.Core/LinqKit.Core.csproj
+++ b/src/LinqKit.Core/LinqKit.Core.csproj
@@ -90,6 +90,11 @@
LinqKit.Microsoft.EntityFrameworkCore7, PublicKey=0024000004800000940000000602000000240000525341310004000001000100f77c6bb1a3b2c5b07d843b1c9b845dffcce043e3711d17877ed730ad2e53983b3ed7c1346673cc9d3953a430334fa3c8ce73430ef58a930de917f6d34251a145f4f267d535ea2f797e717d7ce9684711888cc788cf71b4c03b531f52a88ab70e52b6e1fb783f0ef8b0c6afe55b573bf3f4982088325448aef8f3b1fea5d5a7c8
+
+ <_Parameter1>
+ LinqKit.Microsoft.EntityFrameworkCore8, PublicKey=0024000004800000940000000602000000240000525341310004000001000100f77c6bb1a3b2c5b07d843b1c9b845dffcce043e3711d17877ed730ad2e53983b3ed7c1346673cc9d3953a430334fa3c8ce73430ef58a930de917f6d34251a145f4f267d535ea2f797e717d7ce9684711888cc788cf71b4c03b531f52a88ab70e52b6e1fb783f0ef8b0c6afe55b573bf3f4982088325448aef8f3b1fea5d5a7c8
+
+
<_Parameter1>
LinqKit.Net35, PublicKey=002400000480000094000000060200000024000052534131000400000100010009af226acf80fc92af220b3e8080830297eeb9711ca1d8cf2a567c211dfdae8bd2fd7e37777b3d0368e8b6c4ed7252ad4f19f3eb38a3f26a0bbc7016d064bf0a111a40058e97239c11d8c2cdc1e93367f862a5e0166253463f90adba77c183cc8334d07198b8e80c69022f9bc6b260de3b1753c33b587e8c51175e1f6a1152d2
diff --git a/src/LinqKit.Microsoft.EntityFrameworkCore8/LinqKit.Microsoft.EntityFrameworkCore8.csproj b/src/LinqKit.Microsoft.EntityFrameworkCore8/LinqKit.Microsoft.EntityFrameworkCore8.csproj
new file mode 100644
index 0000000..ff51d4f
--- /dev/null
+++ b/src/LinqKit.Microsoft.EntityFrameworkCore8/LinqKit.Microsoft.EntityFrameworkCore8.csproj
@@ -0,0 +1,49 @@
+
+
+
+
+ 8.1.$(PatchVersion)
+ $(DefineConstants);EFCORE;EFCORE3;EFCORE5;EFCORE6;EFCORE7
+ LinqKit.Microsoft.EntityFrameworkCore contains extensions for LINQ to SQL and EntityFrameworkCore. With Include(...) and IDbAsync support.
+ LinqKit for Microsoft.EntityFrameworkCore with Include(...) and IAsync support.
+ Joseph Albahari;Tomas Petricek;Scott Smith;Tuomas Hietanen;Stef Heyenrath
+ net8.0
+ true
+ LinqKit.Microsoft.EntityFrameworkCore
+ ../LinqKit.Microsoft.EntityFrameworkCore/LinqKit.Microsoft.EntityFrameworkCore.snk
+ true
+ true
+ LinqKit.Microsoft.EntityFrameworkCore
+ linq;EF;EntityFramework;Entity;Framework;Core;EntityFrameworkCore
+ https://github.com/scottksmith95/LINQKit
+ MIT
+ git
+ https://github.com/scottksmith95/LINQKit
+ LinqKit
+
+
+
+ $(MSBuildProjectDirectory)=/
+ true
+
+
+
+
+
+
+
+
+
+ All
+
+
+
+ All
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tests/LinqKit.Microsoft.EntityFrameworkCore7.Tests/LinqKit.Microsoft.EntityFrameworkCore7.Tests.csproj b/tests/LinqKit.Microsoft.EntityFrameworkCore7.Tests/LinqKit.Microsoft.EntityFrameworkCore7.Tests.csproj
index 1cbd46e..a60e8f4 100644
--- a/tests/LinqKit.Microsoft.EntityFrameworkCore7.Tests/LinqKit.Microsoft.EntityFrameworkCore7.Tests.csproj
+++ b/tests/LinqKit.Microsoft.EntityFrameworkCore7.Tests/LinqKit.Microsoft.EntityFrameworkCore7.Tests.csproj
@@ -3,8 +3,8 @@
Stef Heyenrathnet7.0
- LinqKit.Microsoft.EntityFrameworkCore6.Tests
- LinqKit.Microsoft.EntityFrameworkCore6.Tests
+ LinqKit.Microsoft.EntityFrameworkCore7.Tests
+ LinqKit.Microsoft.EntityFrameworkCore7.Teststruefalsefalse
@@ -12,7 +12,7 @@
-
+
@@ -23,7 +23,7 @@
-
+
diff --git a/tests/LinqKit.Microsoft.EntityFrameworkCore8.Tests/LinqKit.Microsoft.EntityFrameworkCore8.Tests.csproj b/tests/LinqKit.Microsoft.EntityFrameworkCore8.Tests/LinqKit.Microsoft.EntityFrameworkCore8.Tests.csproj
new file mode 100644
index 0000000..0dc6f23
--- /dev/null
+++ b/tests/LinqKit.Microsoft.EntityFrameworkCore8.Tests/LinqKit.Microsoft.EntityFrameworkCore8.Tests.csproj
@@ -0,0 +1,36 @@
+
+
+
+ Stef Heyenrath
+ net8.0
+ LinqKit.Microsoft.EntityFrameworkCore8.Tests
+ LinqKit.Microsoft.EntityFrameworkCore8.Tests
+ true
+ false
+ false
+ false
+
+
+
+
+
+
+
+
+ %(RecursiveDir)%(Filename)%(Extension)
+
+
+
+
+
+
+
+
+
+ all
+ runtime; build; native; contentfiles; analyzers; buildtransitive
+
+
+
+
+
\ No newline at end of file
diff --git a/tests/LinqKit.Microsoft.EntityFrameworkCore8.Tests/Properties/AssemblyInfo.cs b/tests/LinqKit.Microsoft.EntityFrameworkCore8.Tests/Properties/AssemblyInfo.cs
new file mode 100644
index 0000000..6c84da2
--- /dev/null
+++ b/tests/LinqKit.Microsoft.EntityFrameworkCore8.Tests/Properties/AssemblyInfo.cs
@@ -0,0 +1,19 @@
+using System.Reflection;
+using System.Runtime.CompilerServices;
+using System.Runtime.InteropServices;
+
+// General Information about an assembly is controlled through the following
+// set of attributes. Change these attribute values to modify the information
+// associated with an assembly.
+[assembly: AssemblyConfiguration("")]
+[assembly: AssemblyCompany("")]
+[assembly: AssemblyProduct("LinqKit.Microsoft.EntityFrameworkCore.Tests")]
+[assembly: AssemblyTrademark("")]
+
+// Setting ComVisible to false makes the types in this assembly not visible
+// to COM components. If you need to access a type in this assembly from
+// COM, set the ComVisible attribute to true on that type.
+[assembly: ComVisible(false)]
+
+// The following GUID is for the ID of the typelib if this project is exposed to COM
+[assembly: Guid("1c9b4645-b402-437f-8b89-dbcafcb5cef7")]
diff --git a/version.xml b/version.xml
index e265d03..1e9ea2a 100644
--- a/version.xml
+++ b/version.xml
@@ -1,5 +1,5 @@
- 4
+ 5
\ No newline at end of file