diff --git a/.vscode/launch.json b/.vscode/launch.json index 709247754..94376180b 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -9,7 +9,7 @@ "type": "coreclr", "request": "launch", "preLaunchTask": "build_debug_netcore", - "program": "${workspaceFolder}/src/FsAutoComplete/bin/Debug/net5.0/fsautocomplete.dll", + "program": "${workspaceFolder}/src/FsAutoComplete/bin/Debug/net6.0/fsautocomplete.dll", "args": [ "--mode", "lsp" @@ -24,7 +24,7 @@ "type": "coreclr", "request": "launch", "preLaunchTask": "build_lsp_tests", - "program": "${workspaceFolder}/test/FsAutoComplete.Tests.Lsp/bin/Debug/net5.0/FsAutoComplete.Tests.Lsp.dll", + "program": "${workspaceFolder}/test/FsAutoComplete.Tests.Lsp/bin/Debug/net6.0/FsAutoComplete.Tests.Lsp.dll", "cwd": "${workspaceFolder}", "console": "integratedTerminal", "stopAtEntry": false, diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 7e219c61a..efa9a32bf 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -6,7 +6,7 @@ { "taskName": "build_debug_netcore", "type": "shell", - "command": "dotnet build src/FsAutoComplete -f net5.0", + "command": "dotnet build src/FsAutoComplete -f net6.0", "group": { "kind": "build", "isDefault": true diff --git a/build.fsx b/build.fsx index c2fe08939..926d2f3b8 100644 --- a/build.fsx +++ b/build.fsx @@ -73,7 +73,7 @@ Target.create "LocalRelease" (fun _ -> DotNet.publish (fun p -> { p with OutputPath = Some (__SOURCE_DIRECTORY__ "bin/release_netcore") - Framework = Some "net5.0" + Framework = Some "net6.0" Configuration = DotNet.BuildConfiguration.fromString configuration }) "src/FsAutoComplete" Directory.ensure "bin/release_as_tool" diff --git a/paket.dependencies b/paket.dependencies index f47ea085e..bdc80335c 100644 --- a/paket.dependencies +++ b/paket.dependencies @@ -1,6 +1,6 @@ version 6.2.1 -framework: netstandard2.0, net5.0 +framework: netstandard2.0, 6.0 source https://api.nuget.org/v3/index.json # this is the FCS nightly feed, re-enable at your own risk! diff --git a/paket.lock b/paket.lock index e645ee3ea..9958f63f0 100644 --- a/paket.lock +++ b/paket.lock @@ -1,5 +1,5 @@ STORAGE: NONE -RESTRICTION: || (== net5.0) (== netstandard2.0) +RESTRICTION: || (== net6.0) (== netstandard2.0) NUGET remote: https://api.nuget.org/v3/index.json AltCover (8.2.837) @@ -7,12 +7,12 @@ NUGET FSharp.Core (>= 4.3.2) System.Configuration.ConfigurationManager (>= 4.4) CliWrap (3.4.2) - Microsoft.Bcl.AsyncInterfaces (>= 6.0) - restriction: || (&& (== net5.0) (>= net461)) (&& (== net5.0) (< netstandard2.1)) (== netstandard2.0) - System.Buffers (>= 4.5.1) - restriction: || (&& (== net5.0) (>= net461)) (&& (== net5.0) (< netstandard2.1)) (== netstandard2.0) - System.Memory (>= 4.5.4) - restriction: || (&& (== net5.0) (>= net461)) (&& (== net5.0) (< netstandard2.1)) (== netstandard2.0) - System.Threading.Tasks.Extensions (>= 4.5.4) - restriction: || (&& (== net5.0) (>= net461)) (&& (== net5.0) (< netstandard2.1)) (== netstandard2.0) + Microsoft.Bcl.AsyncInterfaces (>= 6.0) - restriction: || (&& (== net6.0) (>= net461)) (&& (== net6.0) (< netstandard2.1)) (== netstandard2.0) + System.Buffers (>= 4.5.1) - restriction: || (&& (== net6.0) (>= net461)) (&& (== net6.0) (< netstandard2.1)) (== netstandard2.0) + System.Memory (>= 4.5.4) - restriction: || (&& (== net6.0) (>= net461)) (&& (== net6.0) (< netstandard2.1)) (== netstandard2.0) + System.Threading.Tasks.Extensions (>= 4.5.4) - restriction: || (&& (== net6.0) (>= net461)) (&& (== net6.0) (< netstandard2.1)) (== netstandard2.0) Dapper (2.0.123) - System.Reflection.Emit.Lightweight (>= 4.7) - restriction: == netstandard2.0 + System.Reflection.Emit.Lightweight (>= 4.7) - restriction: || (&& (== net6.0) (< net5.0)) (== netstandard2.0) Destructurama.FSharp (1.2) FSharp.Core (>= 4.3.4) Serilog (>= 2.0 < 3.0) @@ -28,12 +28,12 @@ NUGET FSharp.Core (>= 5.0) SemanticVersioning (>= 2.0) StreamJsonRpc (>= 2.8.28) - FParsec (1.1.1) - restriction: || (== net5.0) (&& (== netstandard2.0) (>= net5.0)) + FParsec (1.1.1) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= net5.0)) FSharp.Core (>= 4.3.4) FSharp.Analyzers.SDK (0.11) - FSharp.Compiler.Service (>= 41.0.1) - restriction: || (== net5.0) (&& (== netstandard2.0) (>= net5.0)) - FSharp.Core (>= 6.0.1) - restriction: || (== net5.0) (&& (== netstandard2.0) (>= net5.0)) - McMaster.NETCore.Plugins (>= 1.4) - restriction: || (== net5.0) (&& (== netstandard2.0) (>= net5.0)) + FSharp.Compiler.Service (>= 41.0.1) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= net5.0)) + FSharp.Core (>= 6.0.1) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= net5.0)) + McMaster.NETCore.Plugins (>= 1.4) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= net5.0)) FSharp.Compiler.Service (41.0.1) FSharp.Core (6.0.1) Microsoft.Build.Framework (>= 16.11) @@ -64,27 +64,27 @@ NUGET FSharp.Control.AsyncSeq (3.2.1) FSharp.Core (>= 4.7.2) Microsoft.Bcl.AsyncInterfaces (>= 5.0) - FSharp.Control.Reactive (5.0.2) - restriction: || (== net5.0) (&& (== netstandard2.0) (>= net5.0)) + FSharp.Control.Reactive (5.0.2) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= net5.0)) FSharp.Core (>= 4.7.2) System.Reactive (>= 5.0) FSharp.Core (6.0.1) FSharp.Formatting (14.0.1) - FSharp.Compiler.Service (>= 40.0) - restriction: || (== net5.0) (&& (== netstandard2.0) (>= netstandard2.1)) + FSharp.Compiler.Service (>= 40.0) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= netstandard2.1)) FSharp.UMX (1.1) FSharp.Core (>= 4.3.4) FSharpLint.Core (0.21.1) - FParsec (>= 1.1.1) - restriction: || (== net5.0) (&& (== netstandard2.0) (>= net5.0)) - FSharp.Compiler.Service (>= 40.0) - restriction: || (== net5.0) (&& (== netstandard2.0) (>= net5.0)) - FSharp.Core (>= 5.0.2) - restriction: || (== net5.0) (&& (== netstandard2.0) (>= net5.0)) - Ionide.ProjInfo (>= 0.53.1) - restriction: || (== net5.0) (&& (== netstandard2.0) (>= net5.0)) - Ionide.ProjInfo.FCS (>= 0.53.1) - restriction: || (== net5.0) (&& (== netstandard2.0) (>= net5.0)) - Ionide.ProjInfo.ProjectSystem (>= 0.53.1) - restriction: || (== net5.0) (&& (== netstandard2.0) (>= net5.0)) - Microsoft.Build (>= 16.10) - restriction: || (== net5.0) (&& (== netstandard2.0) (>= net5.0)) - Microsoft.Build.Framework (>= 16.10) - restriction: || (== net5.0) (&& (== netstandard2.0) (>= net5.0)) - Microsoft.Build.Locator (>= 1.4.1) - restriction: || (== net5.0) (&& (== netstandard2.0) (>= net5.0)) - Microsoft.Build.Tasks.Core (>= 16.10) - restriction: || (== net5.0) (&& (== netstandard2.0) (>= net5.0)) - Microsoft.Build.Utilities.Core (>= 16.10) - restriction: || (== net5.0) (&& (== netstandard2.0) (>= net5.0)) - Newtonsoft.Json (>= 13.0.1) - restriction: || (== net5.0) (&& (== netstandard2.0) (>= net5.0)) + FParsec (>= 1.1.1) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= net5.0)) + FSharp.Compiler.Service (>= 40.0) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= net5.0)) + FSharp.Core (>= 5.0.2) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= net5.0)) + Ionide.ProjInfo (>= 0.53.1) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= net5.0)) + Ionide.ProjInfo.FCS (>= 0.53.1) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= net5.0)) + Ionide.ProjInfo.ProjectSystem (>= 0.53.1) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= net5.0)) + Microsoft.Build (>= 16.10) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= net5.0)) + Microsoft.Build.Framework (>= 16.10) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= net5.0)) + Microsoft.Build.Locator (>= 1.4.1) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= net5.0)) + Microsoft.Build.Tasks.Core (>= 16.10) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= net5.0)) + Microsoft.Build.Utilities.Core (>= 16.10) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= net5.0)) + Newtonsoft.Json (>= 13.0.1) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= net5.0)) FSharpx.Async (1.14.1) FSharp.Control.AsyncSeq (>= 2.0.21) FSharp.Core (>= 4.6.2) @@ -101,53 +101,53 @@ NUGET Microsoft.NETFramework.ReferenceAssemblies (>= 1.0.2) Newtonsoft.Json (>= 13.0.1) Ionide.ProjInfo (0.55.4) - FSharp.Core (>= 6.0.1) - restriction: || (== net5.0) (&& (== netstandard2.0) (>= net5.0)) - Ionide.ProjInfo.Sln (>= 0.55.4) - restriction: || (== net5.0) (&& (== netstandard2.0) (>= net5.0)) - Microsoft.Build (>= 16.11) - restriction: || (== net5.0) (&& (== netstandard2.0) (>= net5.0)) - Microsoft.Build.Framework (>= 16.11) - restriction: || (== net5.0) (&& (== netstandard2.0) (>= net5.0)) - SemanticVersioning (>= 2.0) - restriction: || (== net5.0) (&& (== netstandard2.0) (>= net5.0)) + FSharp.Core (>= 6.0.1) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= net5.0)) + Ionide.ProjInfo.Sln (>= 0.55.4) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= net5.0)) + Microsoft.Build (>= 16.11) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= net5.0)) + Microsoft.Build.Framework (>= 16.11) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= net5.0)) + SemanticVersioning (>= 2.0) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= net5.0)) Ionide.ProjInfo.FCS (0.55.4) - FSharp.Compiler.Service (>= 41.0.1) - restriction: || (== net5.0) (&& (== netstandard2.0) (>= net5.0)) - FSharp.Core (>= 6.0.1) - restriction: || (== net5.0) (&& (== netstandard2.0) (>= net5.0)) - Ionide.ProjInfo (>= 0.55.4) - restriction: || (== net5.0) (&& (== netstandard2.0) (>= net5.0)) + FSharp.Compiler.Service (>= 41.0.1) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= net5.0)) + FSharp.Core (>= 6.0.1) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= net5.0)) + Ionide.ProjInfo (>= 0.55.4) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= net5.0)) Ionide.ProjInfo.ProjectSystem (0.55.4) - FSharp.Compiler.Service (>= 41.0.1) - restriction: || (== net5.0) (&& (== netstandard2.0) (>= net5.0)) - FSharp.Control.Reactive (>= 5.0.2) - restriction: || (== net5.0) (&& (== netstandard2.0) (>= net5.0)) - FSharp.Core (>= 6.0.1) - restriction: || (== net5.0) (&& (== netstandard2.0) (>= net5.0)) - Ionide.ProjInfo (>= 0.55.4) - restriction: || (== net5.0) (&& (== netstandard2.0) (>= net5.0)) - Ionide.ProjInfo.FCS (>= 0.55.4) - restriction: || (== net5.0) (&& (== netstandard2.0) (>= net5.0)) - Ionide.ProjInfo.Sln (>= 0.55.4) - restriction: || (== net5.0) (&& (== netstandard2.0) (>= net5.0)) - Newtonsoft.Json (>= 13.0.1) - restriction: || (== net5.0) (&& (== netstandard2.0) (>= net5.0)) + FSharp.Compiler.Service (>= 41.0.1) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= net5.0)) + FSharp.Control.Reactive (>= 5.0.2) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= net5.0)) + FSharp.Core (>= 6.0.1) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= net5.0)) + Ionide.ProjInfo (>= 0.55.4) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= net5.0)) + Ionide.ProjInfo.FCS (>= 0.55.4) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= net5.0)) + Ionide.ProjInfo.Sln (>= 0.55.4) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= net5.0)) + Newtonsoft.Json (>= 13.0.1) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= net5.0)) Ionide.ProjInfo.Sln (0.55.4) - McMaster.NETCore.Plugins (1.4) - restriction: || (== net5.0) (&& (== netstandard2.0) (>= net5.0)) - Microsoft.DotNet.PlatformAbstractions (>= 3.1.6) - restriction: || (== net5.0) (&& (== netstandard2.0) (>= netcoreapp2.1)) - Microsoft.Extensions.DependencyModel (>= 5.0) - restriction: || (== net5.0) (&& (== netstandard2.0) (>= netcoreapp2.1)) + McMaster.NETCore.Plugins (1.4) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= net5.0)) + Microsoft.DotNet.PlatformAbstractions (>= 3.1.6) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= netcoreapp2.1)) + Microsoft.Extensions.DependencyModel (>= 5.0) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= netcoreapp2.1)) MessagePack (2.3.85) MessagePack.Annotations (>= 2.3.85) - Microsoft.Bcl.AsyncInterfaces (>= 1.0) - restriction: || (&& (== net5.0) (< netcoreapp2.1)) (&& (== net5.0) (< netcoreapp3.1)) (== netstandard2.0) - System.Collections.Immutable (>= 1.5) - restriction: || (&& (== net5.0) (< netcoreapp2.1)) (&& (== net5.0) (< netcoreapp3.1)) (== netstandard2.0) - System.Memory (>= 4.5.3) - restriction: || (&& (== net5.0) (< netcoreapp2.1)) (&& (== net5.0) (< netcoreapp3.1)) (== netstandard2.0) - System.Reflection.Emit (>= 4.6) - restriction: || (&& (== net5.0) (< netcoreapp2.1)) (&& (== net5.0) (< netcoreapp3.1)) (== netstandard2.0) - System.Reflection.Emit.Lightweight (>= 4.6) - restriction: || (&& (== net5.0) (< netcoreapp2.1)) (&& (== net5.0) (< netcoreapp3.1)) (== netstandard2.0) - System.Runtime.CompilerServices.Unsafe (>= 4.5.2) - restriction: || (&& (== net5.0) (< netcoreapp2.1)) (&& (== net5.0) (< netcoreapp3.1)) (== netstandard2.0) - System.Threading.Tasks.Extensions (>= 4.5.3) - restriction: || (&& (== net5.0) (< netcoreapp2.1)) (&& (== net5.0) (< netcoreapp3.1)) (== netstandard2.0) + Microsoft.Bcl.AsyncInterfaces (>= 1.0) - restriction: || (&& (== net6.0) (< netcoreapp2.1)) (&& (== net6.0) (< netcoreapp3.1)) (== netstandard2.0) + System.Collections.Immutable (>= 1.5) - restriction: || (&& (== net6.0) (< netcoreapp2.1)) (&& (== net6.0) (< netcoreapp3.1)) (== netstandard2.0) + System.Memory (>= 4.5.3) - restriction: || (&& (== net6.0) (< netcoreapp2.1)) (&& (== net6.0) (< netcoreapp3.1)) (== netstandard2.0) + System.Reflection.Emit (>= 4.6) - restriction: || (&& (== net6.0) (< netcoreapp2.1)) (&& (== net6.0) (< netcoreapp3.1)) (== netstandard2.0) + System.Reflection.Emit.Lightweight (>= 4.6) - restriction: || (&& (== net6.0) (< netcoreapp2.1)) (&& (== net6.0) (< netcoreapp3.1)) (== netstandard2.0) + System.Runtime.CompilerServices.Unsafe (>= 4.5.2) - restriction: || (&& (== net6.0) (< netcoreapp2.1)) (&& (== net6.0) (< netcoreapp3.1)) (== netstandard2.0) + System.Threading.Tasks.Extensions (>= 4.5.3) - restriction: || (&& (== net6.0) (< netcoreapp2.1)) (&& (== net6.0) (< netcoreapp3.1)) (== netstandard2.0) MessagePack.Annotations (2.3.85) Microsoft.Bcl.AsyncInterfaces (6.0) - System.Threading.Tasks.Extensions (>= 4.5.4) - restriction: || (&& (== net5.0) (>= net461)) (&& (== net5.0) (< netstandard2.1)) (== netstandard2.0) + System.Threading.Tasks.Extensions (>= 4.5.4) - restriction: || (&& (== net6.0) (>= net461)) (&& (== net6.0) (< netstandard2.1)) (== netstandard2.0) Microsoft.Build (16.11) - copy_local: false - Microsoft.Build.Framework (>= 16.11) - restriction: || (== net5.0) (&& (== netstandard2.0) (>= net472)) (&& (== netstandard2.0) (>= net5.0)) - Microsoft.NET.StringTools (>= 1.0) - restriction: || (== net5.0) (&& (== netstandard2.0) (>= net472)) (&& (== netstandard2.0) (>= net5.0)) - Microsoft.Win32.Registry (>= 4.3) - restriction: || (== net5.0) (&& (== netstandard2.0) (>= net5.0)) - System.Collections.Immutable (>= 5.0) - restriction: || (== net5.0) (&& (== netstandard2.0) (>= net472)) (&& (== netstandard2.0) (>= net5.0)) - System.Configuration.ConfigurationManager (>= 4.7) - restriction: || (== net5.0) (&& (== netstandard2.0) (>= net472)) (&& (== netstandard2.0) (>= net5.0)) - System.Reflection.Metadata (>= 1.6) - restriction: || (== net5.0) (&& (== netstandard2.0) (>= net5.0)) - System.Security.Principal.Windows (>= 4.7) - restriction: || (== net5.0) (&& (== netstandard2.0) (>= net5.0)) - System.Text.Encoding.CodePages (>= 4.0.1) - restriction: || (== net5.0) (&& (== netstandard2.0) (>= net5.0)) - System.Text.Json (>= 4.7) - restriction: || (== net5.0) (&& (== netstandard2.0) (>= net472)) (&& (== netstandard2.0) (>= net5.0)) - System.Threading.Tasks.Dataflow (>= 4.9) - restriction: || (== net5.0) (&& (== netstandard2.0) (>= net472)) (&& (== netstandard2.0) (>= net5.0)) + Microsoft.Build.Framework (>= 16.11) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= net472)) (&& (== netstandard2.0) (>= net5.0)) + Microsoft.NET.StringTools (>= 1.0) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= net472)) (&& (== netstandard2.0) (>= net5.0)) + Microsoft.Win32.Registry (>= 4.3) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= net5.0)) + System.Collections.Immutable (>= 5.0) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= net472)) (&& (== netstandard2.0) (>= net5.0)) + System.Configuration.ConfigurationManager (>= 4.7) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= net472)) (&& (== netstandard2.0) (>= net5.0)) + System.Reflection.Metadata (>= 1.6) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= net5.0)) + System.Security.Principal.Windows (>= 4.7) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= net5.0)) + System.Text.Encoding.CodePages (>= 4.0.1) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= net5.0)) + System.Text.Json (>= 4.7) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= net472)) (&& (== netstandard2.0) (>= net5.0)) + System.Threading.Tasks.Dataflow (>= 4.9) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= net472)) (&& (== netstandard2.0) (>= net5.0)) Microsoft.Build.Framework (16.11) - copy_local: false System.Security.Permissions (>= 4.7) - Microsoft.Build.Locator (1.4.1) - restriction: || (== net5.0) (&& (== netstandard2.0) (>= net5.0)) + Microsoft.Build.Locator (1.4.1) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= net5.0)) Microsoft.Build.Tasks.Core (16.11) - copy_local: false Microsoft.Build.Framework (>= 16.11) Microsoft.Build.Utilities.Core (>= 16.11) @@ -170,14 +170,14 @@ NUGET System.Configuration.ConfigurationManager (>= 4.7) System.Security.Permissions (>= 4.7) System.Text.Encoding.CodePages (>= 4.0.1) - Microsoft.CodeCoverage (17.1) - restriction: || (== net5.0) (&& (== netstandard2.0) (>= net45)) (&& (== netstandard2.0) (>= netcoreapp1.0)) + Microsoft.CodeCoverage (17.1) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= net45)) (&& (== netstandard2.0) (>= netcoreapp1.0)) Microsoft.Data.Sqlite (2.2.4) Microsoft.Data.Sqlite.Core (>= 2.2.4) SQLitePCLRaw.bundle_green (>= 1.1.12) Microsoft.Data.Sqlite.Core (2.2.4) SQLitePCLRaw.core (>= 1.1.12) - Microsoft.DotNet.PlatformAbstractions (3.1.6) - restriction: || (== net5.0) (&& (== netstandard2.0) (>= net5.0)) - Microsoft.Extensions.DependencyModel (6.0) - restriction: || (== net5.0) (&& (== netstandard2.0) (>= net5.0)) + Microsoft.DotNet.PlatformAbstractions (3.1.6) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= net5.0)) + Microsoft.Extensions.DependencyModel (6.0) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= net5.0)) System.Buffers (>= 4.5.1) System.Memory (>= 4.5.4) System.Runtime.CompilerServices.Unsafe (>= 6.0) @@ -187,8 +187,8 @@ NUGET System.Memory (>= 4.5.4) System.Runtime.CompilerServices.Unsafe (>= 5.0) Microsoft.NET.Test.Sdk (17.1) - Microsoft.CodeCoverage (>= 17.1) - restriction: || (== net5.0) (&& (== netstandard2.0) (>= net45)) (&& (== netstandard2.0) (>= netcoreapp1.0)) - Microsoft.TestPlatform.TestHost (>= 17.1) - restriction: || (== net5.0) (&& (== netstandard2.0) (>= netcoreapp1.0)) + Microsoft.CodeCoverage (>= 17.1) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= net45)) (&& (== netstandard2.0) (>= netcoreapp1.0)) + Microsoft.TestPlatform.TestHost (>= 17.1) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= netcoreapp1.0)) Microsoft.NETCore.Platforms (6.0.2) Microsoft.NETCore.Targets (5.0) Microsoft.NETFramework.ReferenceAssemblies (1.0.2) @@ -208,9 +208,9 @@ NUGET Microsoft.TestPlatform.ObjectModel (17.1) NuGet.Frameworks (>= 5.11) System.Reflection.Metadata (>= 1.6) - Microsoft.TestPlatform.TestHost (17.1) - restriction: || (== net5.0) (&& (== netstandard2.0) (>= netcoreapp1.0)) - Microsoft.TestPlatform.ObjectModel (>= 17.1) - restriction: || (== net5.0) (&& (== netstandard2.0) (>= netcoreapp1.0)) (&& (== netstandard2.0) (>= uap10.0)) - Newtonsoft.Json (>= 9.0.1) - restriction: || (== net5.0) (&& (== netstandard2.0) (>= netcoreapp1.0)) (&& (== netstandard2.0) (>= uap10.0)) + Microsoft.TestPlatform.TestHost (17.1) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= netcoreapp1.0)) + Microsoft.TestPlatform.ObjectModel (>= 17.1) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= netcoreapp1.0)) (&& (== netstandard2.0) (>= uap10.0)) + Newtonsoft.Json (>= 9.0.1) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= netcoreapp1.0)) (&& (== netstandard2.0) (>= uap10.0)) Microsoft.VisualStudio.Threading (17.1.46) Microsoft.Bcl.AsyncInterfaces (>= 6.0) Microsoft.VisualStudio.Threading.Analyzers (>= 17.1.46) @@ -226,7 +226,7 @@ NUGET Microsoft.Win32.Registry (5.0) - copy_local: false System.Security.AccessControl (>= 5.0) System.Security.Principal.Windows (>= 5.0) - Microsoft.Win32.SystemEvents (6.0) - restriction: || (== net5.0) (&& (== netstandard2.0) (>= netcoreapp3.1)) + Microsoft.Win32.SystemEvents (6.0) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= netcoreapp3.1)) Mono.Cecil (0.11.4) Nerdbank.Streams (2.8.57) Microsoft.Bcl.AsyncInterfaces (>= 5.0) @@ -290,18 +290,18 @@ NUGET Serilog.Sinks.File (5.0) Serilog (>= 2.10) SQLitePCLRaw.bundle_green (1.1.14) - NETStandard.Library (>= 1.6) - restriction: || (&& (== net5.0) (< netcoreapp1.0)) (== netstandard2.0) + NETStandard.Library (>= 1.6) - restriction: || (&& (== net6.0) (< netcoreapp1.0)) (== netstandard2.0) SQLitePCLRaw.core (>= 1.1.14) - SQLitePCLRaw.lib.e_sqlite3.linux (>= 1.1.14) - restriction: || (== net5.0) (&& (== netstandard2.0) (>= net35) (< portable-net40+sl5+win8+wp8) (< portable-net45+win8+wp8+wpa81)) (&& (== netstandard2.0) (>= net40) (< portable-net45+win8+wp8+wpa81)) (&& (== netstandard2.0) (>= net45)) (&& (== netstandard2.0) (>= netcoreapp1.0)) - SQLitePCLRaw.lib.e_sqlite3.osx (>= 1.1.14) - restriction: || (== net5.0) (&& (== netstandard2.0) (>= net35) (< portable-net40+sl5+win8+wp8) (< portable-net45+win8+wp8+wpa81)) (&& (== netstandard2.0) (>= net40) (< portable-net45+win8+wp8+wpa81)) (&& (== netstandard2.0) (>= net45)) (&& (== netstandard2.0) (>= netcoreapp1.0)) (&& (== netstandard2.0) (>= xamarinmac)) - SQLitePCLRaw.lib.e_sqlite3.v110_xp (>= 1.1.14) - restriction: || (== net5.0) (&& (== netstandard2.0) (>= net35) (< portable-net40+sl5+win8+wp8) (< portable-net45+win8+wp8+wpa81)) (&& (== netstandard2.0) (>= net40) (< portable-net45+win8+wp8+wpa81)) (&& (== netstandard2.0) (>= net45)) (&& (== netstandard2.0) (>= netcoreapp1.0)) - SQLitePCLRaw.provider.e_sqlite3.netstandard11 (>= 1.1.14) - restriction: || (== net5.0) (&& (== netstandard2.0) (>= netcoreapp1.0)) + SQLitePCLRaw.lib.e_sqlite3.linux (>= 1.1.14) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= net35) (< portable-net40+sl5+win8+wp8) (< portable-net45+win8+wp8+wpa81)) (&& (== netstandard2.0) (>= net40) (< portable-net45+win8+wp8+wpa81)) (&& (== netstandard2.0) (>= net45)) (&& (== netstandard2.0) (>= netcoreapp1.0)) + SQLitePCLRaw.lib.e_sqlite3.osx (>= 1.1.14) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= net35) (< portable-net40+sl5+win8+wp8) (< portable-net45+win8+wp8+wpa81)) (&& (== netstandard2.0) (>= net40) (< portable-net45+win8+wp8+wpa81)) (&& (== netstandard2.0) (>= net45)) (&& (== netstandard2.0) (>= netcoreapp1.0)) (&& (== netstandard2.0) (>= xamarinmac)) + SQLitePCLRaw.lib.e_sqlite3.v110_xp (>= 1.1.14) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= net35) (< portable-net40+sl5+win8+wp8) (< portable-net45+win8+wp8+wpa81)) (&& (== netstandard2.0) (>= net40) (< portable-net45+win8+wp8+wpa81)) (&& (== netstandard2.0) (>= net45)) (&& (== netstandard2.0) (>= netcoreapp1.0)) + SQLitePCLRaw.provider.e_sqlite3.netstandard11 (>= 1.1.14) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= netcoreapp1.0)) SQLitePCLRaw.core (1.1.14) NETStandard.Library (>= 1.6) - SQLitePCLRaw.lib.e_sqlite3.linux (1.1.14) - restriction: || (== net5.0) (&& (== netstandard2.0) (>= net35) (< portable-net40+sl5+win8+wp8) (< portable-net45+win8+wp8+wpa81)) (&& (== netstandard2.0) (>= net40) (< portable-net45+win8+wp8+wpa81)) (&& (== netstandard2.0) (>= net45)) (&& (== netstandard2.0) (>= netcoreapp1.0)) - SQLitePCLRaw.lib.e_sqlite3.osx (1.1.14) - restriction: || (== net5.0) (&& (== netstandard2.0) (>= net35) (< portable-net40+sl5+win8+wp8) (< portable-net45+win8+wp8+wpa81)) (&& (== netstandard2.0) (>= net40) (< portable-net45+win8+wp8+wpa81)) (&& (== netstandard2.0) (>= net45)) (&& (== netstandard2.0) (>= netcoreapp1.0)) (&& (== netstandard2.0) (>= xamarinmac)) - SQLitePCLRaw.lib.e_sqlite3.v110_xp (1.1.14) - restriction: || (== net5.0) (&& (== netstandard2.0) (>= net35) (< portable-net40+sl5+win8+wp8) (< portable-net45+win8+wp8+wpa81)) (&& (== netstandard2.0) (>= net40) (< portable-net45+win8+wp8+wpa81)) (&& (== netstandard2.0) (>= net45)) (&& (== netstandard2.0) (>= netcoreapp1.0)) - SQLitePCLRaw.provider.e_sqlite3.netstandard11 (1.1.14) - restriction: || (== net5.0) (&& (== netstandard2.0) (>= netcoreapp1.0)) + SQLitePCLRaw.lib.e_sqlite3.linux (1.1.14) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= net35) (< portable-net40+sl5+win8+wp8) (< portable-net45+win8+wp8+wpa81)) (&& (== netstandard2.0) (>= net40) (< portable-net45+win8+wp8+wpa81)) (&& (== netstandard2.0) (>= net45)) (&& (== netstandard2.0) (>= netcoreapp1.0)) + SQLitePCLRaw.lib.e_sqlite3.osx (1.1.14) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= net35) (< portable-net40+sl5+win8+wp8) (< portable-net45+win8+wp8+wpa81)) (&& (== netstandard2.0) (>= net40) (< portable-net45+win8+wp8+wpa81)) (&& (== netstandard2.0) (>= net45)) (&& (== netstandard2.0) (>= netcoreapp1.0)) (&& (== netstandard2.0) (>= xamarinmac)) + SQLitePCLRaw.lib.e_sqlite3.v110_xp (1.1.14) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= net35) (< portable-net40+sl5+win8+wp8) (< portable-net45+win8+wp8+wpa81)) (&& (== netstandard2.0) (>= net40) (< portable-net45+win8+wp8+wpa81)) (&& (== netstandard2.0) (>= net45)) (&& (== netstandard2.0) (>= netcoreapp1.0)) + SQLitePCLRaw.provider.e_sqlite3.netstandard11 (1.1.14) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= netcoreapp1.0)) NETStandard.Library (>= 1.6) SQLitePCLRaw.core (>= 1.1.14) StreamJsonRpc (2.10.44) @@ -337,7 +337,7 @@ NUGET System.Threading (>= 4.3) System.Threading.Tasks (>= 4.3) System.Collections.Immutable (6.0) - System.Memory (>= 4.5.4) + System.Memory (>= 4.5.4) - restriction: || (&& (== net6.0) (>= net461)) (== netstandard2.0) System.Runtime.CompilerServices.Unsafe (>= 6.0) System.Configuration.ConfigurationManager (6.0) System.Security.Cryptography.ProtectedData (>= 6.0) @@ -347,7 +347,7 @@ NUGET Microsoft.NETCore.Targets (>= 1.1) System.Runtime (>= 4.3) System.Diagnostics.DiagnosticSource (6.0) - System.Memory (>= 4.5.4) - restriction: || (&& (== net5.0) (>= net461)) (== netstandard2.0) + System.Memory (>= 4.5.4) - restriction: || (&& (== net6.0) (>= net461)) (&& (== net6.0) (< net5.0)) (== netstandard2.0) System.Runtime.CompilerServices.Unsafe (>= 6.0) System.Diagnostics.Process (4.3) Microsoft.NETCore.Platforms (>= 1.1) @@ -385,11 +385,11 @@ NUGET Microsoft.NETCore.Platforms (>= 1.1) Microsoft.NETCore.Targets (>= 1.1) System.Runtime (>= 4.3) - System.Drawing.Common (6.0) - restriction: || (== net5.0) (&& (== netstandard2.0) (>= netcoreapp3.1)) - Microsoft.Win32.SystemEvents (>= 6.0) - restriction: || (== net5.0) (&& (== netstandard2.0) (>= netcoreapp3.1)) + System.Drawing.Common (6.0) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= netcoreapp3.1)) + Microsoft.Win32.SystemEvents (>= 6.0) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= netcoreapp3.1)) System.Formats.Asn1 (6.0) - copy_local: false - System.Buffers (>= 4.5.1) - System.Memory (>= 4.5.4) + System.Buffers (>= 4.5.1) - restriction: || (&& (== net6.0) (>= net461)) (== netstandard2.0) + System.Memory (>= 4.5.4) - restriction: || (&& (== net6.0) (>= net461)) (== netstandard2.0) System.Globalization (4.3) Microsoft.NETCore.Platforms (>= 1.1) Microsoft.NETCore.Targets (>= 1.1) @@ -424,9 +424,9 @@ NUGET System.IO.FileSystem.Primitives (4.3) System.Runtime (>= 4.3) System.IO.Pipelines (6.0.2) - System.Buffers (>= 4.5.1) - restriction: || (&& (== net5.0) (>= net461)) (&& (== net5.0) (< netcoreapp3.1)) (== netstandard2.0) - System.Memory (>= 4.5.4) - restriction: || (&& (== net5.0) (>= net461)) (&& (== net5.0) (< netcoreapp3.1)) (== netstandard2.0) - System.Threading.Tasks.Extensions (>= 4.5.4) - restriction: || (&& (== net5.0) (>= net461)) (&& (== net5.0) (< netcoreapp3.1)) (== netstandard2.0) + System.Buffers (>= 4.5.1) - restriction: || (&& (== net6.0) (>= net461)) (&& (== net6.0) (< netcoreapp3.1)) (== netstandard2.0) + System.Memory (>= 4.5.4) - restriction: || (&& (== net6.0) (>= net461)) (&& (== net6.0) (< netcoreapp3.1)) (== netstandard2.0) + System.Threading.Tasks.Extensions (>= 4.5.4) - restriction: || (&& (== net6.0) (>= net461)) (&& (== net6.0) (< netcoreapp3.1)) (== netstandard2.0) System.Linq (4.3) System.Collections (>= 4.3) System.Diagnostics.Debug (>= 4.3) @@ -461,9 +461,9 @@ NUGET System.Resources.ResourceManager (>= 4.3) System.Runtime (>= 4.3) System.Memory (4.5.4) - System.Buffers (>= 4.5.1) - restriction: || (&& (== net5.0) (>= monotouch)) (&& (== net5.0) (>= net461)) (&& (== net5.0) (< netcoreapp2.0)) (&& (== net5.0) (< netstandard1.1)) (&& (== net5.0) (< netstandard2.0)) (&& (== net5.0) (>= xamarinios)) (&& (== net5.0) (>= xamarinmac)) (&& (== net5.0) (>= xamarintvos)) (&& (== net5.0) (>= xamarinwatchos)) (== netstandard2.0) - System.Numerics.Vectors (>= 4.4) - restriction: || (&& (== net5.0) (< netcoreapp2.0)) (== netstandard2.0) - System.Runtime.CompilerServices.Unsafe (>= 4.5.3) - restriction: || (&& (== net5.0) (>= monotouch)) (&& (== net5.0) (>= net461)) (&& (== net5.0) (< netcoreapp2.0)) (&& (== net5.0) (< netcoreapp2.1)) (&& (== net5.0) (< netstandard1.1)) (&& (== net5.0) (< netstandard2.0)) (&& (== net5.0) (>= uap10.1)) (&& (== net5.0) (>= xamarinios)) (&& (== net5.0) (>= xamarinmac)) (&& (== net5.0) (>= xamarintvos)) (&& (== net5.0) (>= xamarinwatchos)) (== netstandard2.0) + System.Buffers (>= 4.5.1) - restriction: || (&& (== net6.0) (>= monotouch)) (&& (== net6.0) (>= net461)) (&& (== net6.0) (< netcoreapp2.0)) (&& (== net6.0) (< netstandard1.1)) (&& (== net6.0) (< netstandard2.0)) (&& (== net6.0) (>= xamarinios)) (&& (== net6.0) (>= xamarinmac)) (&& (== net6.0) (>= xamarintvos)) (&& (== net6.0) (>= xamarinwatchos)) (== netstandard2.0) + System.Numerics.Vectors (>= 4.4) - restriction: || (&& (== net6.0) (< netcoreapp2.0)) (== netstandard2.0) + System.Runtime.CompilerServices.Unsafe (>= 4.5.3) - restriction: || (&& (== net6.0) (>= monotouch)) (&& (== net6.0) (>= net461)) (&& (== net6.0) (< netcoreapp2.0)) (&& (== net6.0) (< netcoreapp2.1)) (&& (== net6.0) (< netstandard1.1)) (&& (== net6.0) (< netstandard2.0)) (&& (== net6.0) (>= uap10.1)) (&& (== net6.0) (>= xamarinios)) (&& (== net6.0) (>= xamarinmac)) (&& (== net6.0) (>= xamarintvos)) (&& (== net6.0) (>= xamarinwatchos)) (== netstandard2.0) System.Net.Http (4.3.4) Microsoft.NETCore.Platforms (>= 1.1.1) runtime.native.System (>= 4.3) @@ -549,14 +549,14 @@ NUGET System.Resources.ResourceManager (>= 4.3) System.Runtime (>= 4.3) System.Threading.Tasks (>= 4.3) - System.Numerics.Vectors (4.5) - restriction: || (&& (== net5.0) (>= net461)) (&& (== net5.0) (< netcoreapp2.0) (< netstandard2.1)) (== netstandard2.0) + System.Numerics.Vectors (4.5) - restriction: || (&& (== net6.0) (>= net461)) (&& (== net6.0) (< netcoreapp2.0) (< netstandard2.1)) (== netstandard2.0) System.ObjectModel (4.3) System.Collections (>= 4.3) System.Diagnostics.Debug (>= 4.3) System.Resources.ResourceManager (>= 4.3) System.Runtime (>= 4.3) System.Threading (>= 4.3) - System.Reactive (5.0) - restriction: || (== net5.0) (&& (== netstandard2.0) (>= net5.0)) + System.Reactive (5.0) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= net5.0)) System.Reflection (4.3) Microsoft.NETCore.Platforms (>= 1.1) Microsoft.NETCore.Targets (>= 1.1) @@ -564,10 +564,10 @@ NUGET System.Reflection.Primitives (>= 4.3) System.Runtime (>= 4.3) System.Reflection.Emit (4.7) - System.Reflection.Emit.ILGeneration (>= 4.7) - restriction: || (&& (== net5.0) (< netcoreapp2.0) (< netstandard2.1)) (&& (== net5.0) (< netstandard1.1)) (&& (== net5.0) (< netstandard2.0)) (&& (== net5.0) (>= uap10.1)) (== netstandard2.0) + System.Reflection.Emit.ILGeneration (>= 4.7) - restriction: || (&& (== net6.0) (< netcoreapp2.0) (< netstandard2.1)) (&& (== net6.0) (< netstandard1.1)) (&& (== net6.0) (< netstandard2.0)) (&& (== net6.0) (>= uap10.1)) (== netstandard2.0) System.Reflection.Emit.ILGeneration (4.7) System.Reflection.Emit.Lightweight (4.7) - System.Reflection.Emit.ILGeneration (>= 4.7) - restriction: || (&& (== net5.0) (< netcoreapp2.0) (< netstandard2.1)) (&& (== net5.0) (< netstandard2.0)) (&& (== net5.0) (< portable-net45+wp8)) (&& (== net5.0) (>= uap10.1)) (== netstandard2.0) + System.Reflection.Emit.ILGeneration (>= 4.7) - restriction: || (&& (== net6.0) (< netcoreapp2.0) (< netstandard2.1)) (&& (== net6.0) (< netstandard2.0)) (&& (== net6.0) (< portable-net45+wp8)) (&& (== net6.0) (>= uap10.1)) (== netstandard2.0) System.Reflection.Extensions (4.3) Microsoft.NETCore.Platforms (>= 1.1) Microsoft.NETCore.Targets (>= 1.1) @@ -581,7 +581,7 @@ NUGET System.Runtime (>= 4.3) System.Reflection.TypeExtensions (4.7) System.Resources.Extensions (6.0) - copy_local: false - System.Memory (>= 4.5.4) + System.Memory (>= 4.5.4) - restriction: || (&& (== net6.0) (>= net461)) (== netstandard2.0) System.Resources.ResourceManager (4.3) Microsoft.NETCore.Platforms (>= 1.1) Microsoft.NETCore.Targets (>= 1.1) @@ -617,7 +617,7 @@ NUGET System.Runtime (>= 4.3) System.Runtime.Extensions (>= 4.3) System.Security.AccessControl (6.0) - System.Security.Principal.Windows (>= 5.0) + System.Security.Principal.Windows (>= 5.0) - restriction: || (&& (== net6.0) (>= net461)) (== netstandard2.0) System.Security.Claims (4.3) System.Collections (>= 4.3) System.Globalization (>= 4.3) @@ -642,7 +642,6 @@ NUGET System.Security.Cryptography.Primitives (>= 4.3) System.Text.Encoding (>= 4.3) System.Security.Cryptography.Cng (5.0) - copy_local: false - System.Formats.Asn1 (>= 5.0) - restriction: || (== net5.0) (&& (== netstandard2.0) (>= netcoreapp3.0)) System.Security.Cryptography.Csp (4.3) Microsoft.NETCore.Platforms (>= 1.1) System.IO (>= 4.3) @@ -671,12 +670,12 @@ NUGET System.Security.Cryptography.Primitives (>= 4.3) System.Text.Encoding (>= 4.3) System.Security.Cryptography.OpenSsl (5.0) - System.Formats.Asn1 (>= 5.0) - restriction: || (== net5.0) (&& (== netstandard2.0) (>= netcoreapp3.0)) + System.Formats.Asn1 (>= 5.0) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= netcoreapp3.0)) System.Security.Cryptography.Pkcs (6.0) - copy_local: false - System.Buffers (>= 4.5.1) - restriction: || (&& (== net5.0) (< netstandard2.1)) (== netstandard2.0) + System.Buffers (>= 4.5.1) - restriction: || (&& (== net6.0) (< netstandard2.1)) (== netstandard2.0) System.Formats.Asn1 (>= 6.0) - System.Memory (>= 4.5.4) - restriction: || (&& (== net5.0) (< netstandard2.1)) (== netstandard2.0) - System.Security.Cryptography.Cng (>= 5.0) + System.Memory (>= 4.5.4) - restriction: || (&& (== net6.0) (< netstandard2.1)) (== netstandard2.0) + System.Security.Cryptography.Cng (>= 5.0) - restriction: || (&& (== net6.0) (< netcoreapp3.1)) (&& (== net6.0) (< netstandard2.1)) (== netstandard2.0) System.Security.Cryptography.Primitives (4.3) System.Diagnostics.Debug (>= 4.3) System.Globalization (>= 4.3) @@ -686,7 +685,7 @@ NUGET System.Threading (>= 4.3) System.Threading.Tasks (>= 4.3) System.Security.Cryptography.ProtectedData (6.0) - System.Memory (>= 4.5.4) + System.Memory (>= 4.5.4) - restriction: == netstandard2.0 System.Security.Cryptography.X509Certificates (4.3.2) Microsoft.NETCore.Platforms (>= 1.1) runtime.native.System (>= 4.3) @@ -714,12 +713,12 @@ NUGET System.Text.Encoding (>= 4.3) System.Threading (>= 4.3) System.Security.Cryptography.Xml (6.0) - copy_local: false - System.Memory (>= 4.5.4) + System.Memory (>= 4.5.4) - restriction: == netstandard2.0 System.Security.AccessControl (>= 6.0) System.Security.Cryptography.Pkcs (>= 6.0) System.Security.Permissions (6.0) System.Security.AccessControl (>= 6.0) - System.Windows.Extensions (>= 6.0) - restriction: || (== net5.0) (&& (== netstandard2.0) (>= netcoreapp3.1)) + System.Windows.Extensions (>= 6.0) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= netcoreapp3.1)) System.Security.Principal (4.3) System.Runtime (>= 4.3) System.Security.Principal.Windows (5.0) - copy_local: false @@ -734,9 +733,9 @@ NUGET Microsoft.NETCore.Targets (>= 1.1) System.Runtime (>= 4.3) System.Text.Encoding (>= 4.3) - System.Text.Encodings.Web (6.0) - copy_local: false, restriction: || (== net5.0) (&& (== netstandard2.0) (>= net472)) (&& (== netstandard2.0) (>= net5.0)) + System.Text.Encodings.Web (6.0) - copy_local: false, restriction: || (== net6.0) (&& (== netstandard2.0) (>= net472)) (&& (== netstandard2.0) (>= net5.0)) System.Runtime.CompilerServices.Unsafe (>= 6.0) - System.Text.Json (6.0.2) - copy_local: false, restriction: || (== net5.0) (&& (== netstandard2.0) (>= net472)) (&& (== netstandard2.0) (>= net5.0)) + System.Text.Json (6.0.2) - copy_local: false, restriction: || (== net6.0) (&& (== netstandard2.0) (>= net472)) (&& (== netstandard2.0) (>= net5.0)) System.Runtime.CompilerServices.Unsafe (>= 6.0) System.Text.Encodings.Web (>= 6.0) System.Threading (4.3) @@ -748,7 +747,7 @@ NUGET System.Runtime (>= 4.3) System.Threading.Tasks.Dataflow (6.0) - copy_local: false System.Threading.Tasks.Extensions (4.5.4) - System.Runtime.CompilerServices.Unsafe (>= 4.5.3) - restriction: || (&& (== net5.0) (>= net461)) (&& (== net5.0) (< netcoreapp2.1)) (&& (== net5.0) (< netstandard1.0)) (&& (== net5.0) (< netstandard2.0)) (&& (== net5.0) (>= wp8)) (== netstandard2.0) + System.Runtime.CompilerServices.Unsafe (>= 4.5.3) - restriction: || (&& (== net6.0) (>= net461)) (&& (== net6.0) (< netcoreapp2.1)) (&& (== net6.0) (< netstandard1.0)) (&& (== net6.0) (< netstandard2.0)) (&& (== net6.0) (>= wp8)) (== netstandard2.0) System.Threading.Tasks.Parallel (4.3) System.Collections.Concurrent (>= 4.3) System.Diagnostics.Debug (>= 4.3) @@ -763,12 +762,12 @@ NUGET System.Threading.ThreadPool (4.3) System.Runtime (>= 4.3) System.Runtime.Handles (>= 4.3) - System.Windows.Extensions (6.0) - restriction: || (== net5.0) (&& (== netstandard2.0) (>= netcoreapp3.1)) - System.Drawing.Common (>= 6.0) - restriction: || (== net5.0) (&& (== netstandard2.0) (>= netcoreapp3.1)) + System.Windows.Extensions (6.0) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= netcoreapp3.1)) + System.Drawing.Common (>= 6.0) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= netcoreapp3.1)) YoloDev.Expecto.TestSdk (0.12.20) - Expecto (>= 9.0 < 10.0) - restriction: || (== net5.0) (&& (== netstandard2.0) (>= netcoreapp2.1)) - FSharp.Core (>= 4.6) - restriction: || (== net5.0) (&& (== netstandard2.0) (>= netcoreapp2.1)) - System.Collections.Immutable (>= 1.7.1) - restriction: || (== net5.0) (&& (== netstandard2.0) (>= netcoreapp2.1)) + Expecto (>= 9.0 < 10.0) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= netcoreapp2.1)) + FSharp.Core (>= 4.6) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= netcoreapp2.1)) + System.Collections.Immutable (>= 1.7.1) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= netcoreapp2.1)) GITHUB remote: TheAngryByrd/FsLibLog src/FsLibLog/FsLibLog.fs (f81cba440bf0476bb4e2262b57a067a0d6ab78a7) diff --git a/src/FsAutoComplete.BackgroundServices/FsAutoComplete.BackgroundServices.fsproj b/src/FsAutoComplete.BackgroundServices/FsAutoComplete.BackgroundServices.fsproj index d7b01c826..131d23c33 100644 --- a/src/FsAutoComplete.BackgroundServices/FsAutoComplete.BackgroundServices.fsproj +++ b/src/FsAutoComplete.BackgroundServices/FsAutoComplete.BackgroundServices.fsproj @@ -1,7 +1,7 @@ Exe - net5.0 + net6.0 fsautocomplete.backgroundservices true true diff --git a/src/FsAutoComplete.Core/DotnetNewTemplate.fs b/src/FsAutoComplete.Core/DotnetNewTemplate.fs index ccb5b6b68..b25fd7403 100644 --- a/src/FsAutoComplete.Core/DotnetNewTemplate.fs +++ b/src/FsAutoComplete.Core/DotnetNewTemplate.fs @@ -88,7 +88,7 @@ module DotnetNewTemplate = Options = [ { ParameterName = "--framework"; ShortName = "-f"; - ParameterType = TemplateParameterType.Choice ["net5.0 - Target .net 5";"netstandard2.0 - Target netstandard2.0"]; + ParameterType = TemplateParameterType.Choice ["net6.0 - Target .net 6";"netstandard2.0 - Target netstandard2.0"]; ParameterDescription = "The target framework for the project."; DefaultValue = "netstandard2.0" }; diff --git a/src/FsAutoComplete.Core/FsAutoComplete.Core.fsproj b/src/FsAutoComplete.Core/FsAutoComplete.Core.fsproj index 0cf2b5160..198bb51e4 100644 --- a/src/FsAutoComplete.Core/FsAutoComplete.Core.fsproj +++ b/src/FsAutoComplete.Core/FsAutoComplete.Core.fsproj @@ -1,6 +1,6 @@ - net5.0 + net6.0 false diff --git a/src/FsAutoComplete/FsAutoComplete.fsproj b/src/FsAutoComplete/FsAutoComplete.fsproj index 39c239dc5..9968bfd24 100644 --- a/src/FsAutoComplete/FsAutoComplete.fsproj +++ b/src/FsAutoComplete/FsAutoComplete.fsproj @@ -2,7 +2,7 @@ Exe - net5.0 + net6.0 fsautocomplete true true @@ -57,9 +57,9 @@ - - diff --git a/test/FsAutoComplete.Tests.Lsp/FsAutoComplete.Tests.Lsp.fsproj b/test/FsAutoComplete.Tests.Lsp/FsAutoComplete.Tests.Lsp.fsproj index dbdbea23a..7376dca36 100644 --- a/test/FsAutoComplete.Tests.Lsp/FsAutoComplete.Tests.Lsp.fsproj +++ b/test/FsAutoComplete.Tests.Lsp/FsAutoComplete.Tests.Lsp.fsproj @@ -1,7 +1,7 @@ Exe - net5.0 + net6.0 false LatestMajor diff --git a/test/FsAutoComplete.Tests.Lsp/TestCases/AutocompleteTest/AutocompleteTest.fsproj b/test/FsAutoComplete.Tests.Lsp/TestCases/AutocompleteTest/AutocompleteTest.fsproj index 2b16dfec4..3ba0e00ab 100644 --- a/test/FsAutoComplete.Tests.Lsp/TestCases/AutocompleteTest/AutocompleteTest.fsproj +++ b/test/FsAutoComplete.Tests.Lsp/TestCases/AutocompleteTest/AutocompleteTest.fsproj @@ -1,7 +1,7 @@ - net5.0 + net6.0 false diff --git a/test/FsAutoComplete.Tests.Lsp/TestCases/DocumentSymbolTest/DocumentSymbolTest.fsproj b/test/FsAutoComplete.Tests.Lsp/TestCases/DocumentSymbolTest/DocumentSymbolTest.fsproj index 72fe770fa..e65e46f1e 100644 --- a/test/FsAutoComplete.Tests.Lsp/TestCases/DocumentSymbolTest/DocumentSymbolTest.fsproj +++ b/test/FsAutoComplete.Tests.Lsp/TestCases/DocumentSymbolTest/DocumentSymbolTest.fsproj @@ -1,7 +1,7 @@ - net5.0 + net6.0 false diff --git a/test/FsAutoComplete.Tests.Lsp/TestCases/FsdnTest/BasicTest.fsproj b/test/FsAutoComplete.Tests.Lsp/TestCases/FsdnTest/BasicTest.fsproj index 2b16dfec4..3ba0e00ab 100644 --- a/test/FsAutoComplete.Tests.Lsp/TestCases/FsdnTest/BasicTest.fsproj +++ b/test/FsAutoComplete.Tests.Lsp/TestCases/FsdnTest/BasicTest.fsproj @@ -1,7 +1,7 @@ - net5.0 + net6.0 false diff --git a/test/FsAutoComplete.Tests.Lsp/TestCases/RenameTest/RenameTest.fsproj b/test/FsAutoComplete.Tests.Lsp/TestCases/RenameTest/RenameTest.fsproj index e655fe2d8..14e942e52 100644 --- a/test/FsAutoComplete.Tests.Lsp/TestCases/RenameTest/RenameTest.fsproj +++ b/test/FsAutoComplete.Tests.Lsp/TestCases/RenameTest/RenameTest.fsproj @@ -2,7 +2,7 @@ Exe - net5.0 + net6.0 diff --git a/test/FsAutoComplete.Tests.Lsp/decode.fsx b/test/FsAutoComplete.Tests.Lsp/decode.fsx index 456ebaac5..ef0194367 100644 --- a/test/FsAutoComplete.Tests.Lsp/decode.fsx +++ b/test/FsAutoComplete.Tests.Lsp/decode.fsx @@ -1,5 +1,5 @@ -#r "../../src/FsAutoComplete/bin/Debug/net5.0/fsautocomplete.dll" -#r "../../src/FsAutoComplete/bin/Debug/net5.0/LanguageServerProtocol.dll" +#r "../../src/FsAutoComplete/bin/Debug/net6.0/fsautocomplete.dll" +#r "../../src/FsAutoComplete/bin/Debug/net6.0/LanguageServerProtocol.dll" open FsAutoComplete open FsAutoComplete.LspHelpers diff --git a/test/OptionAnalyzer/OptionAnalyzer.fsproj b/test/OptionAnalyzer/OptionAnalyzer.fsproj index bd9ded3ec..cb4e65bb7 100644 --- a/test/OptionAnalyzer/OptionAnalyzer.fsproj +++ b/test/OptionAnalyzer/OptionAnalyzer.fsproj @@ -1,6 +1,6 @@ - net5.0 + net6.0