1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
-
3
2
<configuration >
4
3
<configSections >
5
4
<section name =" log4net" type =" log4net.Config.Log4NetConfigurationSectionHandler,Log4net" requirePermission =" false" />
6
- <sectionGroup name =" userSettings"
7
- type =" System.Configuration.UserSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" >
8
- <section name =" Hangfire.FluentNHibernate.SampleApplication.Properties.Settings"
9
- type =" System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"
10
- allowExeDefinition =" MachineToLocalUser" requirePermission =" false" />
5
+ <sectionGroup name =" userSettings" type =" System.Configuration.UserSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" >
6
+ <section name =" Hangfire.FluentNHibernate.SampleApplication.Properties.Settings" type =" System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition =" MachineToLocalUser" requirePermission =" false" />
11
7
</sectionGroup >
12
8
<!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 -->
13
- <section name =" entityFramework"
14
- type =" System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"
15
- requirePermission =" false" />
16
- <section name =" oracle.manageddataaccess.client"
17
- type =" OracleInternal.Common.ODPMSectionHandler, Oracle.ManagedDataAccess, Version=4.122.1.0, Culture=neutral, PublicKeyToken=89b483f429c47342" />
9
+ <section name =" entityFramework" type =" System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission =" false" />
10
+ <section name =" oracle.manageddataaccess.client" type =" OracleInternal.Common.ODPMSectionHandler, Oracle.ManagedDataAccess, Version=4.122.1.0, Culture=neutral, PublicKeyToken=89b483f429c47342" />
18
11
</configSections >
19
12
<startup >
20
- <supportedRuntime version =" v4.0" sku =" .NETFramework,Version=v4.5.2 " />
13
+ <supportedRuntime version =" v4.0" sku =" .NETFramework,Version=v4.7.1 " />
21
14
</startup >
22
15
<log4net >
23
16
<appender name =" RollingFileAppender" type =" log4net.Appender.RollingFileAppender" >
70
63
<system .data>
71
64
<DbProviderFactories >
72
65
<remove invariant =" MySql.Data.MySqlClient" />
73
- <add description =" .Net Framework Data Provider for MySQL" invariant =" MySql.Data.MySqlClient"
74
- name =" MySQL Data Provider"
75
- type =" MySql.Data.MySqlClient.MySqlClientFactory, MySql.Data, Version=6.10.5.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d" />
66
+ <add description =" .Net Framework Data Provider for MySQL" invariant =" MySql.Data.MySqlClient" name =" MySQL Data Provider" type =" MySql.Data.MySqlClient.MySqlClientFactory, MySql.Data, Version=6.10.5.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d" />
76
67
<remove invariant =" System.Data.SQLite.EF6" />
77
- <add name =" SQLite Data Provider (Entity Framework 6)" invariant =" System.Data.SQLite.EF6"
78
- description =" .NET Framework Data Provider for SQLite (Entity Framework 6)"
79
- type =" System.Data.SQLite.EF6.SQLiteProviderFactory, System.Data.SQLite.EF6" />
68
+ <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" />
80
69
<remove invariant =" System.Data.SQLite" />
81
- <add name =" SQLite Data Provider" invariant =" System.Data.SQLite"
82
- description =" .NET Framework Data Provider for SQLite"
83
- type =" System.Data.SQLite.SQLiteFactory, System.Data.SQLite" />
70
+ <add name =" SQLite Data Provider" invariant =" System.Data.SQLite" description =" .NET Framework Data Provider for SQLite" type =" System.Data.SQLite.SQLiteFactory, System.Data.SQLite" />
84
71
<remove invariant =" Oracle.ManagedDataAccess.Client" />
85
- <add name =" ODP.NET, Managed Driver" invariant =" Oracle.ManagedDataAccess.Client"
86
- description =" Oracle Data Provider for .NET, Managed Driver"
87
- type =" Oracle.ManagedDataAccess.Client.OracleClientFactory, Oracle.ManagedDataAccess, Version=4.122.1.0, Culture=neutral, PublicKeyToken=89b483f429c47342" />
72
+ <add name =" ODP.NET, Managed Driver" invariant =" Oracle.ManagedDataAccess.Client" description =" Oracle Data Provider for .NET, Managed Driver" type =" Oracle.ManagedDataAccess.Client.OracleClientFactory, Oracle.ManagedDataAccess, Version=4.122.1.0, Culture=neutral, PublicKeyToken=89b483f429c47342" />
88
73
<remove invariant =" FirebirdSql.Data.FirebirdClient" />
89
- <add name =" FirebirdClient Data Provider" invariant =" FirebirdSql.Data.FirebirdClient"
90
- description =" .NET Framework Data Provider for Firebird"
91
- type =" FirebirdSql.Data.FirebirdClient.FirebirdClientFactory, FirebirdSql.Data.FirebirdClient" />
74
+ <add name =" FirebirdClient Data Provider" invariant =" FirebirdSql.Data.FirebirdClient" description =" .NET Framework Data Provider for Firebird" type =" FirebirdSql.Data.FirebirdClient.FirebirdClientFactory, FirebirdSql.Data.FirebirdClient" />
92
75
</DbProviderFactories >
93
76
</system .data>
94
77
<entityFramework >
95
78
<defaultConnectionFactory type =" System.Data.Entity.Infrastructure.SqlConnectionFactory, EntityFramework" />
96
79
<providers >
97
- <provider invariantName =" System.Data.SqlClient"
98
- type =" System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer" />
99
- <provider invariantName =" System.Data.SQLite.EF6"
100
- type =" System.Data.SQLite.EF6.SQLiteProviderServices, System.Data.SQLite.EF6" />
80
+ <provider invariantName =" System.Data.SqlClient" type =" System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer" />
81
+ <provider invariantName =" System.Data.SQLite.EF6" type =" System.Data.SQLite.EF6.SQLiteProviderServices, System.Data.SQLite.EF6" />
101
82
</providers >
102
83
</entityFramework >
103
84
<runtime >
111
92
<assemblyIdentity name =" Oracle.ManagedDataAccess" publicKeyToken =" 89b483f429c47342" culture =" neutral" />
112
93
<bindingRedirect oldVersion =" 0.0.0.0-4.122.1.0" newVersion =" 4.122.1.0" />
113
94
</dependentAssembly >
95
+ <dependentAssembly >
96
+ <assemblyIdentity name =" NHibernate" publicKeyToken =" aa95f207798dfdb4" culture =" neutral" />
97
+ <bindingRedirect oldVersion =" 0.0.0.0-5.2.0.0" newVersion =" 5.2.0.0" />
98
+ </dependentAssembly >
99
+ <dependentAssembly >
100
+ <assemblyIdentity name =" Newtonsoft.Json" publicKeyToken =" 30ad4fe6b2a6aeed" culture =" neutral" />
101
+ <bindingRedirect oldVersion =" 0.0.0.0-11.0.0.0" newVersion =" 11.0.0.0" />
102
+ </dependentAssembly >
103
+ <dependentAssembly >
104
+ <assemblyIdentity name =" System.Configuration.ConfigurationManager" publicKeyToken =" cc7b13ffcd2ddd51" culture =" neutral" />
105
+ <bindingRedirect oldVersion =" 0.0.0.0-4.0.3.0" newVersion =" 4.0.3.0" />
106
+ </dependentAssembly >
114
107
</assemblyBinding >
115
108
</runtime >
116
109
<oracle .manageddataaccess.client>
117
110
<version number =" *" >
118
111
<dataSources >
119
- <dataSource alias =" SampleDataSource"
120
- descriptor =" (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=localhost)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=ORCL))) " />
112
+ <dataSource alias =" SampleDataSource" descriptor =" (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=localhost)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=ORCL))) " />
121
113
</dataSources >
122
114
</version >
123
115
</oracle .manageddataaccess.client>
124
- </configuration >
116
+ </configuration >
0 commit comments