Skip to content

Commit d05ca87

Browse files
paket: upgrade Ionide.ProjInfo to 0.61.3 (#688)
Upgrade Ionide.ProjInfo to version 0.61.3 so that more project files can be processed by FSharpLint (e.g. the new one introduced in PR#637 which cannot somehow be recognized without this update). Also, this might help with issue #687 given that the stacktrace from its crash comes from our ProjInfo dependency. Note: `dotnet paket update --keep-patch` command was used to update paket.lock file after changing the paket.references file.
1 parent 6d922f4 commit d05ca87

File tree

2 files changed

+22
-21
lines changed

2 files changed

+22
-21
lines changed

paket.dependencies

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ nuget BenchmarkDotNet
88
nuget BenchmarkDotNet.Diagnostics.Windows
99
nuget FParsec
1010
nuget FSharp.Compiler.Service ~> 41.0.1
11-
nuget Ionide.ProjInfo.ProjectSystem == 0.58.0
12-
nuget Ionide.ProjInfo.FCS == 0.58.0
13-
nuget Ionide.ProjInfo == 0.58.0
14-
nuget Ionide.ProjInfo.Sln == 0.58.0
11+
nuget Ionide.ProjInfo.ProjectSystem == 0.61.3
12+
nuget Ionide.ProjInfo.FCS == 0.61.3
13+
nuget Ionide.ProjInfo == 0.61.3
14+
nuget Ionide.ProjInfo.Sln == 0.61.3
1515
nuget FSharp.Core ~> 6.0
1616
nuget nunit ~> 3.0
1717
nuget System.Reactive ~> 5

paket.lock

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -61,25 +61,25 @@ NUGET
6161
FSharp.Core (6.0.7)
6262
Gee.External.Capstone (2.3)
6363
Iced (1.20)
64-
Ionide.ProjInfo (0.58)
65-
FSharp.Core (>= 6.0.3) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= net6.0))
66-
Ionide.ProjInfo.Sln (>= 0.58) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= net6.0))
67-
Microsoft.Build (>= 17.1) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= net6.0))
68-
Microsoft.Build.Framework (>= 17.1) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= net6.0))
64+
Ionide.ProjInfo (0.61.3)
65+
FSharp.Core (>= 6.0.5) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= net6.0))
66+
Ionide.ProjInfo.Sln (>= 0.61.3) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= net6.0))
67+
Microsoft.Build (>= 17.2) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= net6.0))
68+
Microsoft.Build.Framework (>= 17.2) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= net6.0))
6969
SemanticVersioning (>= 2.0.2) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= net6.0))
70-
Ionide.ProjInfo.FCS (0.58)
71-
FSharp.Compiler.Service (>= 41.0.3 < 42.0) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= net6.0))
72-
FSharp.Core (>= 6.0.3) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= net6.0))
73-
Ionide.ProjInfo (>= 0.58) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= net6.0))
74-
Ionide.ProjInfo.ProjectSystem (0.58)
75-
FSharp.Compiler.Service (>= 41.0.3 < 42.0) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= net6.0))
76-
FSharp.Control.Reactive (>= 5.0.2) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= net6.0))
77-
FSharp.Core (>= 6.0.3) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= net6.0))
78-
Ionide.ProjInfo (>= 0.58) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= net6.0))
79-
Ionide.ProjInfo.FCS (>= 0.58) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= net6.0))
80-
Ionide.ProjInfo.Sln (>= 0.58) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= net6.0))
70+
Ionide.ProjInfo.FCS (0.61.3)
71+
FSharp.Compiler.Service (>= 41.0.5) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= net6.0))
72+
FSharp.Core (>= 6.0.5) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= net6.0))
73+
Ionide.ProjInfo (>= 0.61.3) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= net6.0))
74+
Ionide.ProjInfo.ProjectSystem (0.61.3)
75+
FSharp.Compiler.Service (>= 41.0.5) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= net6.0))
76+
FSharp.Control.Reactive (>= 5.0.5) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= net6.0))
77+
FSharp.Core (>= 6.0.5) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= net6.0))
78+
Ionide.ProjInfo (>= 0.61.3) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= net6.0))
79+
Ionide.ProjInfo.FCS (>= 0.61.3) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= net6.0))
80+
Ionide.ProjInfo.Sln (>= 0.61.3) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= net6.0))
8181
Newtonsoft.Json (>= 13.0.1) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= net6.0))
82-
Ionide.ProjInfo.Sln (0.58)
82+
Ionide.ProjInfo.Sln (0.61.3)
8383
Microsoft.Bcl.AsyncInterfaces (8.0) - restriction: || (&& (== net6.0) (>= net462)) (&& (== net6.0) (< netstandard2.1)) (== netstandard2.0)
8484
System.Threading.Tasks.Extensions (>= 4.5.4) - restriction: || (&& (== net6.0) (>= net462)) (&& (== net6.0) (< netstandard2.1)) (== netstandard2.0)
8585
Microsoft.Build (16.11) - copy_local: false
@@ -569,6 +569,7 @@ NUGET
569569
System.Security.Cryptography.Primitives (>= 4.3)
570570
System.Text.Encoding (>= 4.3)
571571
System.Security.Cryptography.Cng (5.0) - copy_local: false
572+
System.Formats.Asn1 (>= 5.0) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= netcoreapp3.0))
572573
System.Security.Cryptography.Csp (4.3)
573574
Microsoft.NETCore.Platforms (>= 1.1)
574575
System.IO (>= 4.3)

0 commit comments

Comments
 (0)