Skip to content

Commit

Permalink
Ensure that FsLint is removed
Browse files Browse the repository at this point in the history
  • Loading branch information
vbfox committed Apr 28, 2017
1 parent feac6c8 commit b20daea
Show file tree
Hide file tree
Showing 7 changed files with 270 additions and 166 deletions.
6 changes: 4 additions & 2 deletions paket.dependencies
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
version 3.25.1
version 4.8.4

source https://api.nuget.org/v3/index.json

framework: >=net45

nuget FAKE
nuget FSharp.Core ~> 4
nuget FSharpLint.MSBuild
nuget NUnit
nuget NUnit.ConsoleRunner
github fsharp/FAKE modules/Octokit/Octokit.fsx
77 changes: 64 additions & 13 deletions paket.lock
Original file line number Diff line number Diff line change
@@ -1,19 +1,70 @@
FRAMEWORK: >= NET45
NUGET
remote: http://api.nuget.org/v3/index.json
FAKE (4.41.1)
remote: https://api.nuget.org/v3/index.json
FAKE (4.60)
FSharp.Core (4.0.0.1)
FSharpLint.MSBuild (0.4.9)
Microsoft.Bcl (1.1.10) - framework: net10, net11, net20, net30, net35, net40, net40-full
Microsoft.Bcl.Build (>= 1.0.14)
Microsoft.Bcl.Build (1.0.21) - import_targets: false, framework: net10, net11, net20, net30, net35, net40, net40-full
Microsoft.Net.Http (2.2.29) - framework: net10, net11, net20, net30, net35, net40, net40-full
Microsoft.Bcl (>= 1.1.10)
Microsoft.Bcl.Build (>= 1.0.14)
NUnit (3.5)
NUnit.ConsoleRunner (3.4.1)
Microsoft.Win32.Primitives (4.3) - framework: >= net463
NETStandard.Library (1.6.1) - framework: >= net463
Microsoft.Win32.Primitives (>= 4.3) - framework: >= net46
System.AppContext (>= 4.3) - framework: >= net46
System.Collections.Concurrent (>= 4.3)
System.Console (>= 4.3) - framework: >= net46
System.Diagnostics.Tracing (>= 4.3)
System.Globalization.Calendars (>= 4.3) - framework: >= net46
System.IO.Compression (>= 4.3)
System.IO.Compression.ZipFile (>= 4.3) - framework: >= net46
System.IO.FileSystem (>= 4.3) - framework: >= net46
System.IO.FileSystem.Primitives (>= 4.3) - framework: >= net46
System.Net.Http (>= 4.3)
System.Net.Sockets (>= 4.3) - framework: >= net46
System.Runtime.Handles (>= 4.3) - framework: >= net46
System.Runtime.InteropServices (>= 4.3)
System.Runtime.InteropServices.RuntimeInformation (>= 4.3)
System.Runtime.Numerics (>= 4.3)
System.Security.Cryptography.Algorithms (>= 4.3) - framework: >= net46
System.Security.Cryptography.Encoding (>= 4.3) - framework: >= net46
System.Security.Cryptography.Primitives (>= 4.3) - framework: >= net46
System.Security.Cryptography.X509Certificates (>= 4.3) - framework: >= net46
System.Threading.Timer (>= 4.3) - framework: >= net451
NUnit (3.6.1)
NETStandard.Library (>= 1.6) - framework: >= net463
System.Runtime.Loader (>= 4.0) - framework: >= net463
NUnit.ConsoleRunner (3.6.1)
System.AppContext (4.3) - framework: >= net463
System.Collections.Concurrent (4.3) - framework: >= net463
System.Console (4.3) - framework: >= net463
System.Diagnostics.Tracing (4.3) - framework: >= net463
System.Globalization.Calendars (4.3) - framework: >= net463
System.IO (4.3) - framework: >= net463
System.IO.Compression (4.3) - framework: >= net463
System.IO.Compression.ZipFile (4.3) - framework: >= net463
System.IO.FileSystem (4.3) - framework: >= net463
System.IO.FileSystem.Primitives (>= 4.3) - framework: >= net46
System.IO.FileSystem.Primitives (4.3)
System.Net.Http (4.3.1) - framework: >= net463
System.Security.Cryptography.X509Certificates (>= 4.3) - framework: >= net46
System.Net.Sockets (4.3) - framework: >= net463
System.Runtime (4.3)
System.Runtime.Handles (4.3) - framework: >= net463
System.Runtime.InteropServices (4.3) - framework: >= net463
System.Runtime (>= 4.3) - framework: >= net462
System.Runtime.InteropServices.RuntimeInformation (4.3) - framework: >= net463
System.Runtime.Loader (4.3) - framework: >= net463
System.Runtime.Numerics (4.3) - framework: >= net463
System.Security.Cryptography.Algorithms (4.3)
System.IO (>= 4.3) - framework: >= net463
System.Runtime (>= 4.3) - framework: >= net463
System.Security.Cryptography.Encoding (>= 4.3) - framework: >= net463
System.Security.Cryptography.Primitives (>= 4.3) - framework: net46, net461, >= net463
System.Security.Cryptography.Encoding (4.3)
System.Security.Cryptography.Primitives (4.3)
System.Security.Cryptography.X509Certificates (4.3)
System.Security.Cryptography.Algorithms (>= 4.3) - framework: >= net46
System.Security.Cryptography.Encoding (>= 4.3) - framework: >= net46
System.Threading.Timer (4.3) - framework: >= net463
remote: http://api.nuget.org/v3/index.json
Octokit (0.23)
Microsoft.Net.Http - framework: net10, net11, net20, net30, net35, net40, net40-full
GITHUB
remote: fsharp/FAKE
modules/Octokit/Octokit.fsx (022d94ffc2fc28a863a9f8bd5aac71f0a74ab86c)
modules/Octokit/Octokit.fsx (af1b29f23ae502549ec9468eaabb583c758af683)
Octokit (>= 0.20)
Loading

0 comments on commit b20daea

Please sign in to comment.