We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17e8819 commit 2e47826Copy full SHA for 2e47826
src/EFCore.Jet.Data/JetFactory.cs
@@ -9,8 +9,8 @@ namespace EntityFrameworkCore.Jet.Data
9
/// </summary>
10
public class JetFactory : DbProviderFactory
11
{
12
- public static readonly Version MinimumRequiredOdbcVersion = new Version(6, 0, 0);
13
- public static readonly Version MinimumRequiredOleDbVersion = new Version(6, 0, 0);
+ public static readonly Version MinimumRequiredOdbcVersion = new Version(8, 0, 0);
+ public static readonly Version MinimumRequiredOleDbVersion = new Version(8, 0, 0);
14
15
public static readonly JetFactory Instance = new JetFactory(null, null);
16
0 commit comments