Skip to content

Commit

Permalink
upgrade FSharpLint.Core
Browse files Browse the repository at this point in the history
  • Loading branch information
enricosada committed Feb 18, 2019
1 parent a2c9ba6 commit dc77710
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion paket.dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ nuget Sln ~> 0.3.0
nuget Mono.Cecil >= 0.10.0-beta7
nuget Newtonsoft.Json
nuget Suave
nuget FSharpLint.Core 0.10.1
nuget FSharpLint.Core 0.10.4
nuget FSharp.Core redirects:force
nuget OptimizedPriorityQueue
nuget System.ValueTuple redirects:force, condition:net461 // workaround for older version of net framework..
Expand Down
13 changes: 7 additions & 6 deletions paket.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ NUGET
Dotnet.ProjInfo (0.31)
FSharp.Core (>= 4.3.4)
System.ValueTuple (>= 4.4)
FParsec (1.0.3) - restriction: || (&& (== net461) (>= netstandard2.0)) (== netcoreapp2.1) (== netstandard2.0)
FParsec (1.0.3)
FSharp.Core (>= 4.0.0.1) - restriction: || (== net461) (&& (== netcoreapp2.1) (>= net40)) (&& (== netstandard2.0) (>= net40))
FSharp.Core (>= 4.2.3) - restriction: || (&& (== net461) (< net40) (>= netstandard1.6)) (== netcoreapp2.1) (== netstandard2.0)
NETStandard.Library (>= 1.6.1) - restriction: || (&& (== net461) (< net40) (>= netstandard1.6)) (== netcoreapp2.1) (== netstandard2.0)
FSharp.Analyzers.SDK (0.0.1)
Expand All @@ -35,11 +36,11 @@ NUGET
FSharp.Core (>= 4.1.18) - restriction: || (== net461) (&& (== netcoreapp2.1) (>= net45)) (&& (== netstandard2.0) (>= net45))
System.ValueTuple (>= 4.4) - restriction: || (== net461) (&& (== netcoreapp2.1) (>= net45)) (&& (== netstandard2.0) (>= net45))
FSharp.Core (4.6.1) - redirects: force
FSharpLint.Core (0.10.1)
Dotnet.ProjInfo (>= 0.9) - restriction: || (&& (== net461) (>= netstandard2.0)) (== netcoreapp2.1) (== netstandard2.0)
FParsec (>= 1.0.3) - restriction: || (&& (== net461) (>= netstandard2.0)) (== netcoreapp2.1) (== netstandard2.0)
FSharp.Compiler.Service (>= 25.0.1) - restriction: || (&& (== net461) (>= netstandard2.0)) (== netcoreapp2.1) (== netstandard2.0)
FSharp.Core (>= 4.3.4) - restriction: || (&& (== net461) (>= netstandard2.0)) (== netcoreapp2.1) (== netstandard2.0)
FSharpLint.Core (0.10.4)
Dotnet.ProjInfo (>= 0.31)
FParsec (>= 1.0.3)
FSharp.Compiler.Service (>= 25.0.1)
FSharp.Core (>= 4.3.4)
Humanizer.Core (2.5.16)
NETStandard.Library (>= 1.6.1) - restriction: || (== net461) (&& (== netcoreapp2.1) (< netstandard2.0))
ICSharpCode.Decompiler (3.2.0.3856)
Expand Down

0 comments on commit dc77710

Please sign in to comment.