forked from fsharp/fsharp-compiler-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
packages.config
62 lines (48 loc) · 2.79 KB
/
packages.config
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<?xml version="1.0" encoding="utf-8"?>
<packages>
<!-- The packages to build and test the F# Compiler -->
<!-- Packages for the Visual F# IDE Tools should go in vsintegration\packages.config -->
<!-- CodeGen-->
<package id="FsLexYacc" version="7.0.6" targetFramework="net46" />
<!-- Actual dependencies of FSharp.Compiler.dll and FSharp.Core.dll -->
<package id="System.Collections.Immutable" version="1.5.0" />
<package id="System.Reflection.Metadata" version="1.6.0" />
<package id="System.ValueTuple" version="4.3.0" />
<package id="System.ValueTuple" version="4.4.0" />
<package id="FSharp.Core" version="4.5.2"/>
<package id="Microsoft.Build" version="14.3.0" />
<package id="Microsoft.Build.Framework" version="14.3.0" />
<package id="Microsoft.Build.Utilities.Core" version="14.3.0" />
<package id="Microsoft.Build.Tasks.Core" version="14.3.0" />
<package id="Microsoft.Build" version="15.6.85" />
<package id="Microsoft.Build.Framework" version="15.6.85" />
<package id="Microsoft.Build.Utilities.Core" version="15.6.85" />
<package id="Microsoft.Build.Tasks.Core" version="15.6.85" />
<package id="System.IO.Compression" version="4.3.0" />
<!-- Testing -->
<package id="FsCheck" version="3.0.0-alpha3" />
<package id="NUnit" version="3.5.0" targetFramework="net45" />
<package id="NUnit.Console" version="3.0.0" targetFramework="net45" />
<package id="NUnitLite" version="3.5.0" targetFramework="net45" />
<package id="NUnit3TestAdapter" version="3.0.8-ctp-8" targetFramework="net45" />
<package id="BenchmarkDotNet" version="0.9.8"/>
<package id="BenchmarkDotNet.Diagnostics.Windows" version="0.9.8"/>
<package id="Newtonsoft.Json" version="9.0.1"/>
<!-- FSharp.Compiler.Tools is only used to get a working FSI.EXE to execute some scripts during the build -->
<!-- The LKG FSI.EXE requires MSBuild 15 to be installed, which is painful -->
<package id="FSharp.Compiler.Tools" version="4.1.27"/>
<!-- Frozen portable library versions of FSharp.Core.dll (simply a renamed fsharp.core.4.1.18-->
<package id="Microsoft.Portable.FSharp.Core" version="10.1.0"/>
<!-- FSharp.Core is used to get back versions of FSharp.Core -->
<package id="FSharp.Core" version="4.1.17"/>
<!-- FSharp.Core is used to get back versions of FSharp.Core -->
<package id="FSharp.Core" version="4.0.0.1"/>
<!-- FSharp.Core is used to get back versions of FSharp.Core -->
<package id="FSharp.Core" version="3.1.2.5"/>
<!-- FSharp.Core is used to get back versions of FSharp.Core -->
<package id="FSharp.Core" version="3.0.2"/>
<!-- FSharp.Data is used in some of the scripts ued for the coreclr build -->
<package id="FSharp.Data" version="2.2.5" />
<!-- FSharp.Configuration is one type provider used in testing -->
<package id="FSharp.Configuration" version="1.3.0" />
</packages>