11<?xml version =" 1.0" encoding =" utf-8" ?>
22<configuration >
3- <configSections >
4- <section name =" entityFramework" type =" System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission =" false" />
5- </configSections >
6- <entityFramework >
7- <providers >
8- <provider invariantName =" Npgsql" type =" Npgsql.NpgsqlServices, EntityFramework6.Npgsql" />
9- <provider invariantName =" System.Data.SqlClient" type =" System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer" />
10- <provider invariantName =" System.Data.SQLite.EF6" type =" System.Data.SQLite.EF6.SQLiteProviderServices, System.Data.SQLite.EF6" />
11- <provider invariantName =" System.Data.SQLite" type =" System.Data.SQLite.EF6.SQLiteProviderServices, System.Data.SQLite.EF6" />
12- </providers >
13- <defaultConnectionFactory type =" Npgsql.NpgsqlConnectionFactory, EntityFramework6.Npgsql" />
14- </entityFramework >
15- <runtime >
16- <assemblyBinding xmlns =" urn:schemas-microsoft-com:asm.v1" >
17- <dependentAssembly >
18- <assemblyIdentity name =" System.Runtime.CompilerServices.Unsafe" publicKeyToken =" b03f5f7f11d50a3a" culture =" neutral" />
19- <bindingRedirect oldVersion =" 0.0.0.0-6.0.0.0" newVersion =" 6.0.0.0" />
20- </dependentAssembly >
21- <dependentAssembly >
22- <assemblyIdentity name =" System.Buffers" publicKeyToken =" cc7b13ffcd2ddd51" culture =" neutral" />
23- <bindingRedirect oldVersion =" 0.0.0.0-4.0.3.0" newVersion =" 4.0.3.0" />
24- </dependentAssembly >
25- <dependentAssembly >
26- <assemblyIdentity name =" System.Numerics.Vectors" publicKeyToken =" b03f5f7f11d50a3a" culture =" neutral" />
27- <bindingRedirect oldVersion =" 0.0.0.0-4.1.4.0" newVersion =" 4.1.4.0" />
28- </dependentAssembly >
29- <dependentAssembly >
30- <assemblyIdentity name =" System.Threading.Tasks.Extensions" publicKeyToken =" cc7b13ffcd2ddd51" culture =" neutral" />
31- <bindingRedirect oldVersion =" 0.0.0.0-4.2.0.1" newVersion =" 4.2.0.1" />
32- </dependentAssembly >
33- <dependentAssembly >
34- <assemblyIdentity name =" System.Text.Json" publicKeyToken =" cc7b13ffcd2ddd51" culture =" neutral" />
35- <bindingRedirect oldVersion =" 0.0.0.0-7.0.0.0" newVersion =" 7.0.0.0" />
36- </dependentAssembly >
37- <dependentAssembly >
38- <assemblyIdentity name =" System.Memory" publicKeyToken =" cc7b13ffcd2ddd51" culture =" neutral" />
39- <bindingRedirect oldVersion =" 0.0.0.0-4.0.1.2" newVersion =" 4.0.1.2" />
40- </dependentAssembly >
41- <dependentAssembly >
42- <assemblyIdentity name =" System.Threading.Channels" publicKeyToken =" cc7b13ffcd2ddd51" culture =" neutral" />
43- <bindingRedirect oldVersion =" 0.0.0.0-7.0.0.0" newVersion =" 7.0.0.0" />
44- </dependentAssembly >
45- <dependentAssembly >
46- <assemblyIdentity name =" Microsoft.Bcl.AsyncInterfaces" publicKeyToken =" cc7b13ffcd2ddd51" culture =" neutral" />
47- <bindingRedirect oldVersion =" 0.0.0.0-7.0.0.0" newVersion =" 7.0.0.0" />
48- </dependentAssembly >
49- <dependentAssembly >
50- <assemblyIdentity name =" System.Diagnostics.DiagnosticSource" publicKeyToken =" cc7b13ffcd2ddd51" culture =" neutral" />
51- <bindingRedirect oldVersion =" 0.0.0.0-7.0.0.0" newVersion =" 7.0.0.0" />
52- </dependentAssembly >
53- <dependentAssembly >
54- <assemblyIdentity name =" Microsoft.Extensions.Logging.Abstractions" publicKeyToken =" adb9793829ddae60" culture =" neutral" />
55- <bindingRedirect oldVersion =" 0.0.0.0-7.0.0.0" newVersion =" 7.0.0.0" />
56- </dependentAssembly >
57- </assemblyBinding >
58- </runtime >
59- <system .data>
60- <DbProviderFactories >
61- <remove invariant =" Npgsql" />
62- <remove invariant =" System.Data.SQLite" />
63- <remove invariant =" System.Data.SQLite.EF6" />
64-
65- <add name =" Npgsql Provider" invariant =" Npgsql" description =" .NET Framework Data Provider for PostgreSQL" type =" Npgsql.NpgsqlFactory, Npgsql, Version=4.1.3.0, Culture=neutral, PublicKeyToken=5d8b90d52f46fda7" />
66- <add name =" SQLite Data Provider (Entity Framework 6)" invariant =" System.Data.SQLite.EF6" description =" .NET Framework Data Provider for SQLite (Entity Framework 6)" type =" System.Data.SQLite.EF6.SQLiteProviderFactory, System.Data.SQLite.EF6" />
67- <add name =" SQLite Data Provider" invariant =" System.Data.SQLite" description =" .NET Framework Data Provider for SQLite" type =" System.Data.SQLite.SQLiteFactory, System.Data.SQLite" />
68- </DbProviderFactories >
69- </system .data>
3+ <configSections >
4+ <section name =" entityFramework" type =" System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission =" false" />
5+ </configSections >
6+ <entityFramework >
7+ <providers >
8+ <provider invariantName =" Npgsql" type =" Npgsql.NpgsqlServices, EntityFramework6.Npgsql" />
9+ <provider invariantName =" System.Data.SqlClient" type =" System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer" />
10+ <provider invariantName =" System.Data.SQLite" type =" System.Data.SQLite.EF6.SQLiteProviderServices, System.Data.SQLite.EF6" />
11+ <provider invariantName =" System.Data.SQLite.EF6" type =" System.Data.SQLite.EF6.SQLiteProviderServices, System.Data.SQLite.EF6" />
12+ </providers >
13+ <defaultConnectionFactory type =" Npgsql.NpgsqlConnectionFactory, EntityFramework6.Npgsql" />
14+ </entityFramework >
15+ <runtime >
16+ <assemblyBinding xmlns =" urn:schemas-microsoft-com:asm.v1" >
17+ <dependentAssembly >
18+ <assemblyIdentity name =" System.Runtime.CompilerServices.Unsafe" publicKeyToken =" b03f5f7f11d50a3a" culture =" neutral" />
19+ <bindingRedirect oldVersion =" 0.0.0.0-6.0.0.0" newVersion =" 6.0.0.0" />
20+ </dependentAssembly >
21+ <dependentAssembly >
22+ <assemblyIdentity name =" System.Buffers" publicKeyToken =" cc7b13ffcd2ddd51" culture =" neutral" />
23+ <bindingRedirect oldVersion =" 0.0.0.0-4.0.3.0" newVersion =" 4.0.3.0" />
24+ </dependentAssembly >
25+ <dependentAssembly >
26+ <assemblyIdentity name =" System.Numerics.Vectors" publicKeyToken =" b03f5f7f11d50a3a" culture =" neutral" />
27+ <bindingRedirect oldVersion =" 0.0.0.0-4.1.4.0" newVersion =" 4.1.4.0" />
28+ </dependentAssembly >
29+ <dependentAssembly >
30+ <assemblyIdentity name =" System.Threading.Tasks.Extensions" publicKeyToken =" cc7b13ffcd2ddd51" culture =" neutral" />
31+ <bindingRedirect oldVersion =" 0.0.0.0-4.2.0.1" newVersion =" 4.2.0.1" />
32+ </dependentAssembly >
33+ <dependentAssembly >
34+ <assemblyIdentity name =" System.Text.Json" publicKeyToken =" cc7b13ffcd2ddd51" culture =" neutral" />
35+ <bindingRedirect oldVersion =" 0.0.0.0-7.0.0.0" newVersion =" 7.0.0.0" />
36+ </dependentAssembly >
37+ <dependentAssembly >
38+ <assemblyIdentity name =" System.Memory" publicKeyToken =" cc7b13ffcd2ddd51" culture =" neutral" />
39+ <bindingRedirect oldVersion =" 0.0.0.0-4.0.1.2" newVersion =" 4.0.1.2" />
40+ </dependentAssembly >
41+ <dependentAssembly >
42+ <assemblyIdentity name =" System.Threading.Channels" publicKeyToken =" cc7b13ffcd2ddd51" culture =" neutral" />
43+ <bindingRedirect oldVersion =" 0.0.0.0-7.0.0.0" newVersion =" 7.0.0.0" />
44+ </dependentAssembly >
45+ <dependentAssembly >
46+ <assemblyIdentity name =" Microsoft.Bcl.AsyncInterfaces" publicKeyToken =" cc7b13ffcd2ddd51" culture =" neutral" />
47+ <bindingRedirect oldVersion =" 0.0.0.0-7.0.0.0" newVersion =" 7.0.0.0" />
48+ </dependentAssembly >
49+ <dependentAssembly >
50+ <assemblyIdentity name =" System.Diagnostics.DiagnosticSource" publicKeyToken =" cc7b13ffcd2ddd51" culture =" neutral" />
51+ <bindingRedirect oldVersion =" 0.0.0.0-7.0.0.0" newVersion =" 7.0.0.0" />
52+ </dependentAssembly >
53+ <dependentAssembly >
54+ <assemblyIdentity name =" Microsoft.Extensions.Logging.Abstractions" publicKeyToken =" adb9793829ddae60" culture =" neutral" />
55+ <bindingRedirect oldVersion =" 0.0.0.0-7.0.0.0" newVersion =" 7.0.0.0" />
56+ </dependentAssembly >
57+ </assemblyBinding >
58+ </runtime >
59+ <system .data>
60+ <DbProviderFactories >
61+ <remove invariant =" Npgsql" />
62+ <add name =" Npgsql Provider" invariant =" Npgsql" description =" .NET Framework Data Provider for PostgreSQL" type =" Npgsql.NpgsqlFactory, Npgsql, Version=4.1.3.0, Culture=neutral, PublicKeyToken=5d8b90d52f46fda7" />
63+ <remove invariant =" System.Data.SQLite.EF6" />
64+ <add name =" SQLite Data Provider (Entity Framework 6)" invariant =" System.Data.SQLite.EF6" description =" .NET Framework Data Provider for SQLite (Entity Framework 6)" type =" System.Data.SQLite.EF6.SQLiteProviderFactory, System.Data.SQLite.EF6" />
65+ <remove invariant =" System.Data.SQLite" /><add name =" SQLite Data Provider" invariant =" System.Data.SQLite" description =" .NET Framework Data Provider for SQLite" type =" System.Data.SQLite.SQLiteFactory, System.Data.SQLite" /></DbProviderFactories >
66+ </system .data>
7067</configuration >
0 commit comments