Skip to content

Commit 0a4cce1

Browse files
committed
clean out netfx stuff
1 parent ed88b19 commit 0a4cce1

2 files changed

Lines changed: 1 addition & 37 deletions

File tree

tests/SqlClient.DesignTime.Tests/app.config

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -3,36 +3,8 @@
33
<configSections>
44
<section name="FSharp.Data.SqlClient" type="System.Configuration.NameValueSectionHandler" />
55
</configSections>
6-
<runtime>
7-
8-
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
9-
<dependentAssembly>
10-
<Paket>True</Paket>
11-
<assemblyIdentity name="SharpYaml" publicKeyToken="1ced8108e942bc02" culture="neutral" />
12-
<bindingRedirect oldVersion="0.0.0.0-65535.65535.65535.65535" newVersion="1.6.2.0" />
13-
</dependentAssembly>
14-
<dependentAssembly>
15-
<Paket>True</Paket>
16-
<assemblyIdentity name="xunit" publicKeyToken="8d05b1bb7a6fdb6c" culture="neutral" />
17-
<bindingRedirect oldVersion="0.0.0.0-65535.65535.65535.65535" newVersion="1.9.2.1705" />
18-
</dependentAssembly>
19-
<dependentAssembly>
20-
<Paket>True</Paket>
21-
<assemblyIdentity name="FSharp.Core" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
22-
<bindingRedirect oldVersion="0.0.0.0-65535.65535.65535.65535" newVersion="10.0.0.0" />
23-
</dependentAssembly>
24-
</assemblyBinding></runtime>
25-
<!--<connectionStrings configSource="connectionStrings.Azure.config"/>-->
266
<connectionStrings>
277
<add name="AdventureWorks" connectionString="Data Source=localhost,1433;Initial Catalog=AdventureWorks2012;User ID=SA;Password=YourStrong@Passw0rd;TrustServerCertificate=true" />
288
<add name="MasterDb" connectionString="Data Source=localhost,1433;Initial Catalog=master;User ID=SA;Password=YourStrong@Passw0rd;TrustServerCertificate=true" />
299
</connectionStrings>
30-
<startup>
31-
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.1" />
32-
</startup>
33-
<system.diagnostics>
34-
<switches>
35-
<add name="DataMessagesSwitch" value="0" />
36-
</switches>
37-
</system.diagnostics>
3810
</configuration>

tests/SqlClient.Tests/app.config

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,8 @@
33
<configSections>
44
<section name="FSharp.Data.SqlClient" type="System.Configuration.NameValueSectionHandler" />
55
</configSections>
6-
<!--<connectionStrings configSource="connectionStrings.Azure.config"/>-->
76
<connectionStrings>
87
<add name="AdventureWorks" connectionString="Data Source=localhost,1433;Initial Catalog=AdventureWorks2012;User ID=SA;Password=YourStrong@Passw0rd;TrustServerCertificate=True;" />
98
<add name="MasterDb" connectionString="Data Source=localhost,1433;Initial Catalog=master;User ID=SA;Password=YourStrong@Passw0rd;TrustServerCertificate=true" />
109
</connectionStrings>
11-
12-
<runtime><assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
13-
<dependentAssembly>
14-
<Paket>True</Paket>
15-
<assemblyIdentity name="FSharp.Core" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
16-
<bindingRedirect oldVersion="0.0.0.0-65535.65535.65535.65535" newVersion="10.0.0.0" />
17-
</dependentAssembly>
18-
</assemblyBinding></runtime></configuration>
10+
</configuration>

0 commit comments

Comments
 (0)