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 e795c7c commit a2f72c1Copy full SHA for a2f72c1
tests/SqlClient.Tests/app.config
@@ -8,4 +8,10 @@
8
<add name="AdventureWorks" connectionString="Data Source=.;Initial Catalog=AdventureWorks2012;Integrated Security=True" />
9
<add name="MasterDb" connectionString="Data Source=.;Initial Catalog=master;Integrated Security=True" />
10
</connectionStrings>
11
-</configuration>
+<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