Skip to content

Commit a2f72c1

Browse files
check if app.config binding redirects fix the appveyor unit test issue in this branch
1 parent e795c7c commit a2f72c1

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

tests/SqlClient.Tests/app.config

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,10 @@
88
<add name="AdventureWorks" connectionString="Data Source=.;Initial Catalog=AdventureWorks2012;Integrated Security=True" />
99
<add name="MasterDb" connectionString="Data Source=.;Initial Catalog=master;Integrated Security=True" />
1010
</connectionStrings>
11-
</configuration>
11+
<runtime><assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
12+
<dependentAssembly>
13+
<Paket>True</Paket>
14+
<assemblyIdentity name="FSharp.Core" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
15+
<bindingRedirect oldVersion="0.0.0.0-65535.65535.65535.65535" newVersion="4.5.0.0" />
16+
</dependentAssembly>
17+
</assemblyBinding></runtime></configuration>

0 commit comments

Comments
 (0)