Skip to content

Commit b20daea

Browse files
committed
Ensure that FsLint is removed
1 parent feac6c8 commit b20daea

7 files changed

Lines changed: 270 additions & 166 deletions

File tree

paket.dependencies

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1-
version 3.25.1
1+
version 4.8.4
22

33
source https://api.nuget.org/v3/index.json
4+
5+
framework: >=net45
6+
47
nuget FAKE
58
nuget FSharp.Core ~> 4
6-
nuget FSharpLint.MSBuild
79
nuget NUnit
810
nuget NUnit.ConsoleRunner
911
github fsharp/FAKE modules/Octokit/Octokit.fsx

paket.lock

Lines changed: 64 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,70 @@
1+
FRAMEWORK: >= NET45
12
NUGET
2-
remote: http://api.nuget.org/v3/index.json
3-
FAKE (4.41.1)
3+
remote: https://api.nuget.org/v3/index.json
4+
FAKE (4.60)
45
FSharp.Core (4.0.0.1)
5-
FSharpLint.MSBuild (0.4.9)
6-
Microsoft.Bcl (1.1.10) - framework: net10, net11, net20, net30, net35, net40, net40-full
7-
Microsoft.Bcl.Build (>= 1.0.14)
8-
Microsoft.Bcl.Build (1.0.21) - import_targets: false, framework: net10, net11, net20, net30, net35, net40, net40-full
9-
Microsoft.Net.Http (2.2.29) - framework: net10, net11, net20, net30, net35, net40, net40-full
10-
Microsoft.Bcl (>= 1.1.10)
11-
Microsoft.Bcl.Build (>= 1.0.14)
12-
NUnit (3.5)
13-
NUnit.ConsoleRunner (3.4.1)
6+
Microsoft.Win32.Primitives (4.3) - framework: >= net463
7+
NETStandard.Library (1.6.1) - framework: >= net463
8+
Microsoft.Win32.Primitives (>= 4.3) - framework: >= net46
9+
System.AppContext (>= 4.3) - framework: >= net46
10+
System.Collections.Concurrent (>= 4.3)
11+
System.Console (>= 4.3) - framework: >= net46
12+
System.Diagnostics.Tracing (>= 4.3)
13+
System.Globalization.Calendars (>= 4.3) - framework: >= net46
14+
System.IO.Compression (>= 4.3)
15+
System.IO.Compression.ZipFile (>= 4.3) - framework: >= net46
16+
System.IO.FileSystem (>= 4.3) - framework: >= net46
17+
System.IO.FileSystem.Primitives (>= 4.3) - framework: >= net46
18+
System.Net.Http (>= 4.3)
19+
System.Net.Sockets (>= 4.3) - framework: >= net46
20+
System.Runtime.Handles (>= 4.3) - framework: >= net46
21+
System.Runtime.InteropServices (>= 4.3)
22+
System.Runtime.InteropServices.RuntimeInformation (>= 4.3)
23+
System.Runtime.Numerics (>= 4.3)
24+
System.Security.Cryptography.Algorithms (>= 4.3) - framework: >= net46
25+
System.Security.Cryptography.Encoding (>= 4.3) - framework: >= net46
26+
System.Security.Cryptography.Primitives (>= 4.3) - framework: >= net46
27+
System.Security.Cryptography.X509Certificates (>= 4.3) - framework: >= net46
28+
System.Threading.Timer (>= 4.3) - framework: >= net451
29+
NUnit (3.6.1)
30+
NETStandard.Library (>= 1.6) - framework: >= net463
31+
System.Runtime.Loader (>= 4.0) - framework: >= net463
32+
NUnit.ConsoleRunner (3.6.1)
33+
System.AppContext (4.3) - framework: >= net463
34+
System.Collections.Concurrent (4.3) - framework: >= net463
35+
System.Console (4.3) - framework: >= net463
36+
System.Diagnostics.Tracing (4.3) - framework: >= net463
37+
System.Globalization.Calendars (4.3) - framework: >= net463
38+
System.IO (4.3) - framework: >= net463
39+
System.IO.Compression (4.3) - framework: >= net463
40+
System.IO.Compression.ZipFile (4.3) - framework: >= net463
41+
System.IO.FileSystem (4.3) - framework: >= net463
42+
System.IO.FileSystem.Primitives (>= 4.3) - framework: >= net46
43+
System.IO.FileSystem.Primitives (4.3)
44+
System.Net.Http (4.3.1) - framework: >= net463
45+
System.Security.Cryptography.X509Certificates (>= 4.3) - framework: >= net46
46+
System.Net.Sockets (4.3) - framework: >= net463
47+
System.Runtime (4.3)
48+
System.Runtime.Handles (4.3) - framework: >= net463
49+
System.Runtime.InteropServices (4.3) - framework: >= net463
50+
System.Runtime (>= 4.3) - framework: >= net462
51+
System.Runtime.InteropServices.RuntimeInformation (4.3) - framework: >= net463
52+
System.Runtime.Loader (4.3) - framework: >= net463
53+
System.Runtime.Numerics (4.3) - framework: >= net463
54+
System.Security.Cryptography.Algorithms (4.3)
55+
System.IO (>= 4.3) - framework: >= net463
56+
System.Runtime (>= 4.3) - framework: >= net463
57+
System.Security.Cryptography.Encoding (>= 4.3) - framework: >= net463
58+
System.Security.Cryptography.Primitives (>= 4.3) - framework: net46, net461, >= net463
59+
System.Security.Cryptography.Encoding (4.3)
60+
System.Security.Cryptography.Primitives (4.3)
61+
System.Security.Cryptography.X509Certificates (4.3)
62+
System.Security.Cryptography.Algorithms (>= 4.3) - framework: >= net46
63+
System.Security.Cryptography.Encoding (>= 4.3) - framework: >= net46
64+
System.Threading.Timer (4.3) - framework: >= net463
65+
remote: http://api.nuget.org/v3/index.json
1466
Octokit (0.23)
15-
Microsoft.Net.Http - framework: net10, net11, net20, net30, net35, net40, net40-full
1667
GITHUB
1768
remote: fsharp/FAKE
18-
modules/Octokit/Octokit.fsx (022d94ffc2fc28a863a9f8bd5aac71f0a74ab86c)
69+
modules/Octokit/Octokit.fsx (af1b29f23ae502549ec9468eaabb583c758af683)
1970
Octokit (>= 0.20)

0 commit comments

Comments
 (0)