Skip to content

Commit 78be196

Browse files
Vasily KirichenkoVasily Kirichenko
Vasily Kirichenko
authored and
Vasily Kirichenko
committed
add reference to FCS to FsAutoComplete.Tests project
1 parent c71b098 commit 78be196

File tree

4 files changed

+191
-176
lines changed

4 files changed

+191
-176
lines changed

paket.lock

+36-37
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,36 @@
1-
REDIRECTS: ON
2-
NUGET
3-
remote: https://www.nuget.org/api/v2
4-
FAKE (4.29)
5-
FParsec (1.0.2)
6-
FSharp.Compiler.Service (3.0)
7-
FSharp.Compiler.Service.ProjectCracker (3.0)
8-
FSharp.Core (4.0.0.1)
9-
FSharpLint.Core (0.3.0-beta)
10-
FParsec
11-
FSharp.Compiler.Service
12-
FSharp.Compiler.Service.ProjectCracker
13-
Microsoft.Bcl (1.1.10) - framework: net10, net11, net20, net30, net35, net40, net40-full
14-
Microsoft.Bcl.Build (>= 1.0.14)
15-
Microsoft.Bcl.Build (1.0.21) - import_targets: false, framework: net10, net11, net20, net30, net35, net40, net40-full
16-
Microsoft.Net.Http (2.2.29) - framework: net10, net11, net20, net30, net35, net40, net40-full
17-
Microsoft.Bcl (>= 1.1.10)
18-
Microsoft.Bcl.Build (>= 1.0.14)
19-
Mono.Cecil (0.9.6.1)
20-
NDesk.Options (0.2.1)
21-
Newtonsoft.Json (8.0.3)
22-
NUnit (3.2.1)
23-
NUnit.ConsoleRunner (3.2.1)
24-
NUnit.Extension.NUnitProjectLoader (3.2.1)
25-
NUnit.Extension.NUnitV2Driver (3.2.1)
26-
NUnit.Extension.NUnitV2ResultWriter (3.2.1)
27-
NUnit.Extension.VSProjectLoader (3.2.1)
28-
NUnit.Runners (3.2.1)
29-
NUnit.ConsoleRunner (3.2.1)
30-
NUnit.Extension.NUnitProjectLoader (3.2.1)
31-
NUnit.Extension.NUnitV2Driver (3.2.1)
32-
NUnit.Extension.NUnitV2ResultWriter (3.2.1)
33-
NUnit.Extension.VSProjectLoader (3.2.1)
34-
Octokit (0.20)
35-
Microsoft.Net.Http - framework: net10, net11, net20, net30, net35, net40, net40-full
36-
Suave (1.1.2)
37-
FSharp.Core (>= 3.1.2.5)
1+
NUGET
2+
remote: https://www.nuget.org/api/v2
3+
FAKE (4.29)
4+
FParsec (1.0.2)
5+
FSharp.Compiler.Service (3.0)
6+
FSharp.Compiler.Service.ProjectCracker (3.0)
7+
FSharp.Core (4.0.0.1)
8+
FSharpLint.Core (0.3.0-beta)
9+
FParsec
10+
FSharp.Compiler.Service
11+
FSharp.Compiler.Service.ProjectCracker
12+
Microsoft.Bcl (1.1.10) - framework: net10, net11, net20, net30, net35, net40, net40-full
13+
Microsoft.Bcl.Build (>= 1.0.14)
14+
Microsoft.Bcl.Build (1.0.21) - import_targets: false, framework: net10, net11, net20, net30, net35, net40, net40-full
15+
Microsoft.Net.Http (2.2.29) - framework: net10, net11, net20, net30, net35, net40, net40-full
16+
Microsoft.Bcl (>= 1.1.10)
17+
Microsoft.Bcl.Build (>= 1.0.14)
18+
Mono.Cecil (0.9.6.1)
19+
NDesk.Options (0.2.1)
20+
Newtonsoft.Json (8.0.3)
21+
NUnit (3.2.1)
22+
NUnit.ConsoleRunner (3.2.1)
23+
NUnit.Extension.NUnitProjectLoader (3.2.1)
24+
NUnit.Extension.NUnitV2Driver (3.2.1)
25+
NUnit.Extension.NUnitV2ResultWriter (3.2.1)
26+
NUnit.Extension.VSProjectLoader (3.2.1)
27+
NUnit.Runners (3.2.1)
28+
NUnit.ConsoleRunner (3.2.1)
29+
NUnit.Extension.NUnitProjectLoader (3.2.1)
30+
NUnit.Extension.NUnitV2Driver (3.2.1)
31+
NUnit.Extension.NUnitV2ResultWriter (3.2.1)
32+
NUnit.Extension.VSProjectLoader (3.2.1)
33+
Octokit (0.20)
34+
Microsoft.Net.Http - framework: net10, net11, net20, net30, net35, net40, net40-full
35+
Suave (1.1.2)
36+
FSharp.Core (>= 3.1.2.5)

src/FsAutoComplete.Suave/App.config

+18-23
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,18 @@
1-
<?xml version="1.0" encoding="utf-8"?>
2-
<configuration>
3-
<startup>
4-
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" />
5-
</startup>
6-
<runtime>
7-
8-
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
9-
<dependentAssembly>
10-
<Paket>True</Paket>
11-
<assemblyIdentity name="FSharp.Core" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
12-
<bindingRedirect oldVersion="0.0.0.0-999.999.999.999" newVersion="4.4.0.0" />
13-
</dependentAssembly>
14-
<dependentAssembly>
15-
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
16-
<bindingRedirect oldVersion="0.0.0.0-999.999.999.999" newVersion="8.0.0.0" />
17-
</dependentAssembly>
18-
<dependentAssembly>
19-
<assemblyIdentity name="nunit.framework" publicKeyToken="96d09a1eb7f44a77" culture="neutral" />
20-
<bindingRedirect oldVersion="0.0.0.0-999.999.999.999" newVersion="2.6.4.14350" />
21-
</dependentAssembly>
22-
</assemblyBinding></runtime>
23-
</configuration>
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<configuration>
3+
<startup>
4+
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" />
5+
</startup>
6+
<runtime>
7+
8+
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
9+
<dependentAssembly>
10+
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
11+
<bindingRedirect oldVersion="0.0.0.0-999.999.999.999" newVersion="8.0.0.0" />
12+
</dependentAssembly>
13+
<dependentAssembly>
14+
<assemblyIdentity name="nunit.framework" publicKeyToken="96d09a1eb7f44a77" culture="neutral" />
15+
<bindingRedirect oldVersion="0.0.0.0-999.999.999.999" newVersion="2.6.4.14350" />
16+
</dependentAssembly>
17+
</assemblyBinding></runtime>
18+
</configuration>

0 commit comments

Comments
 (0)