Skip to content

Commit

Permalink
Update FSharp.Compiler.Service to 41.0.1 (#1949)
Browse files Browse the repository at this point in the history
  • Loading branch information
nojaf committed Jan 14, 2022
1 parent 4010c9a commit 60b444f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions paket.dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ source https://api.nuget.org/v3/index.json
framework: netstandard2.0, net5.0, netcoreapp3.1
storage: none

nuget FSharp.Core 6.0.0-beta.21472.3
nuget FSharp.Compiler.Service 41.0.0-preview.21472.3
nuget FSharp.Core 6.0.1
nuget FSharp.Compiler.Service 41.0.1
nuget FsUnit
nuget FsCheck
nuget Microsoft.NET.Test.Sdk 16.9.1
Expand Down Expand Up @@ -38,7 +38,7 @@ group tool
storage: none
source https://api.nuget.org/v3/index.json

nuget FSharp.Core 6.0.0-beta.21472.3
nuget FSharp.Core 6.0.1
nuget Argu
nuget StreamJsonRpc
nuget Thoth.Json.Net
Expand Down
14 changes: 7 additions & 7 deletions paket.lock
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ NUGET
editorconfig (0.12.2)
FsCheck (2.16.3)
FSharp.Core (>= 4.2.3)
FSharp.Compiler.Service (41.0.0-preview.21472.3)
FSharp.Core (6.0.0-beta.21472.3)
Microsoft.Build.Framework (>= 16.9)
Microsoft.Build.Tasks.Core (>= 16.9)
Microsoft.Build.Utilities.Core (>= 16.9)
FSharp.Compiler.Service (41.0.1)
FSharp.Core (6.0.1)
Microsoft.Build.Framework (>= 16.11)
Microsoft.Build.Tasks.Core (>= 16.11)
Microsoft.Build.Utilities.Core (>= 16.11)
System.Buffers (>= 4.5.1)
System.Collections.Immutable (>= 5.0)
System.Diagnostics.Process (>= 4.3)
Expand All @@ -53,7 +53,7 @@ NUGET
System.Threading.Tasks.Parallel (>= 4.3)
System.Threading.Thread (>= 4.3)
System.Threading.ThreadPool (>= 4.3)
FSharp.Core (6.0.0-beta.21472.3)
FSharp.Core (6.0.1)
FsUnit (4.0.4)
FSharp.Core (>= 4.3.4)
NETStandard.Library (>= 2.0.3)
Expand Down Expand Up @@ -1799,7 +1799,7 @@ NUGET
System.Configuration.ConfigurationManager (>= 4.4) - restriction: >= netstandard2.0
Fable.Core (3.4) - restriction: && (< net46) (>= netstandard2.0)
FSharp.Core (>= 4.7.2) - restriction: >= netstandard2.0
FSharp.Core (6.0.0-beta.21472.3)
FSharp.Core (6.0.1)
MessagePack (2.3.85) - restriction: >= netstandard2.0
MessagePack.Annotations (>= 2.3.85) - restriction: >= netstandard2.0
Microsoft.Bcl.AsyncInterfaces (>= 1.0) - restriction: || (&& (>= netcoreapp2.1) (< netcoreapp3.1)) (&& (< netcoreapp2.1) (>= netstandard2.0))
Expand Down

0 comments on commit 60b444f

Please sign in to comment.