From 6207395481462d0b41f007554183734603d2514b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Denuzi=C3=A8re?= Date: Fri, 13 Dec 2024 22:09:22 +0100 Subject: [PATCH] wip: drop net6 and net7 --- .config/dotnet-tools.json | 2 +- paket.dependencies | 60 +- paket.lock | 965 ++++++++++--------------- src/Bolero.Html/Bolero.Html.fsproj | 2 +- src/Bolero.Server/Bolero.Server.fsproj | 2 +- src/Bolero.Server/paket.references | 2 - src/Bolero/Bolero.fsproj | 2 +- src/Bolero/paket.references | 7 - tests/Client/paket.references | 2 - tests/Remoting.Client/paket.references | 2 - tests/Remoting.Server/paket.references | 2 - tests/Server/paket.references | 2 - tests/Unit.Client/paket.references | 2 - tests/Unit/paket.references | 2 - 14 files changed, 401 insertions(+), 653 deletions(-) diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index 39f873b5..4e578803 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "paket": { - "version": "8.0.0", + "version": "9.0.2", "commands": [ "paket" ] diff --git a/paket.dependencies b/paket.dependencies index d41d2222..964d87c9 100644 --- a/paket.dependencies +++ b/paket.dependencies @@ -1,42 +1,26 @@ source https://api.nuget.org/v3/index.json storage: none -framework: netstandard2.0, net6.0, net7.0 +framework: netstandard2.0, net8.0 lowest_matching: true strategy: min -nuget FSharp.Core >= 6.0 content: none +nuget FSharp.Core >= 8.0 content: none nuget FSharp.SystemTextJson >= 0.19.13 nuget HtmlAgilityPack >= 1.11.39 nuget Elmish >= 4.0.1 < 5.0 -nuget Microsoft.AspNetCore.Components.Authorization >= 6.0.25 -nuget Microsoft.AspNetCore.Components.WebAssembly.Authentication >= 6.0.25 -nuget Microsoft.Extensions.Configuration.Binder >= 6.0 -nuget Microsoft.Extensions.Http >= 6.0 -nuget Microsoft.AspNetCore.Components >= 6.0.25 -nuget Microsoft.AspNetCore.Components.Web >= 6.0.25 -nuget Microsoft.AspNetCore.Components.WebAssembly >= 6.0.25 -nuget Microsoft.AspNetCore.Components.WebAssembly.Server >= 6.0.25 -nuget System.Text.Json >= 6.0 -nuget Nerdbank.GitVersioning copy_local: true, lowest_matching: false -github fsprojects/FSharp.TypeProviders.SDK src/ProvidedTypes.fsi -github fsprojects/FSharp.TypeProviders.SDK src/ProvidedTypes.fs - -group net8 -source https://api.nuget.org/v3/index.json -storage: none -framework: net8.0 -lowest_matching: true -strategy: min - -nuget FSharp.Core >= 6.0 content: none -nuget Elmish >= 4.0.1 < 5.0 -nuget Microsoft.AspNetCore.Components.WebAssembly >= 8.0.0 +nuget Microsoft.AspNetCore.Components.Authorization >= 8.0.0 +nuget Microsoft.AspNetCore.Components.WebAssembly.Authentication >= 8.0.0 +nuget Microsoft.Extensions.Configuration.Binder >= 8.0.0 +nuget Microsoft.Extensions.Http >= 8.0.0 nuget Microsoft.JSInterop.WebAssembly >= 8.0.0 nuget Microsoft.AspNetCore.Components >= 8.0.0 nuget Microsoft.AspNetCore.Components.Web >= 8.0.0 -nuget Microsoft.Extensions.Http >= 8.0.0 -nuget FSharp.SystemTextJson >= 0.19.13 -nuget System.Text.Json >= 8.0.0 +nuget Microsoft.AspNetCore.Components.WebAssembly >= 8.0.0 +nuget Microsoft.AspNetCore.Components.WebAssembly.Server >= 8.0.0 +nuget System.Text.Json >= 8.0.5 +nuget Nerdbank.GitVersioning copy_local: true, lowest_matching: false +github fsprojects/FSharp.TypeProviders.SDK src/ProvidedTypes.fsi +github fsprojects/FSharp.TypeProviders.SDK src/ProvidedTypes.fs group build source https://api.nuget.org/v3/index.json @@ -61,7 +45,7 @@ nuget FSharp.Data ~> 3.0-beta group tests source https://api.nuget.org/v3/index.json storage: none -framework: net7.0, net8.0 +framework: net8.0 nuget FSharp.Core nuget Elmish ~> 4.0 @@ -78,24 +62,6 @@ nuget Swashbuckle.AspNetCore nuget Unquote nuget System.Text.Encodings.Web prerelease nuget System.Text.Json prerelease - -group tests-net7 -source https://api.nuget.org/v3/index.json -storage: none -framework: net7.0 - -nuget Microsoft.AspNetCore.OpenApi ~> 7.0 -nuget Microsoft.AspNetCore.Components.Authorization ~> 7.0 -nuget Microsoft.AspNetCore.Components.WebAssembly ~> 7.0 -nuget Microsoft.AspNetCore.Components.WebAssembly.Authentication ~> 7.0 -nuget Microsoft.AspNetCore.Components.WebAssembly.DevServer ~> 7.0 -nuget Microsoft.AspNetCore.Components.WebAssembly.Server ~> 7.0 - -group tests-net8 -source https://api.nuget.org/v3/index.json -storage: none -framework: net8.0 - nuget Microsoft.AspNetCore.OpenApi ~> 8.0.0 nuget Microsoft.AspNetCore.Components.Authorization ~> 8.0 nuget Microsoft.AspNetCore.Components.WebAssembly ~> 8.0 diff --git a/paket.lock b/paket.lock index 7930be22..00ad17f5 100644 --- a/paket.lock +++ b/paket.lock @@ -1,139 +1,150 @@ STORAGE: NONE STRATEGY: MIN LOWEST_MATCHING: TRUE -RESTRICTION: || (== net6.0) (== net7.0) (== netstandard2.0) +RESTRICTION: || (== net8.0) (== netstandard2.0) NUGET remote: https://api.nuget.org/v3/index.json Elmish (4.0.1) - FSharp.Core (6.0) - content: none + FSharp.Core (8.0.100) - content: none FSharp.SystemTextJson (0.19.13) FSharp.Core (>= 4.7) System.Text.Json (>= 6.0) HtmlAgilityPack (1.11.39) - Microsoft.AspNetCore.Authorization (6.0.25) - restriction: || (== net6.0) (== net7.0) (&& (== netstandard2.0) (>= net6.0)) - Microsoft.AspNetCore.Metadata (>= 6.0.25) - Microsoft.Extensions.Logging.Abstractions (>= 6.0.4) - Microsoft.Extensions.Options (>= 6.0) - Microsoft.AspNetCore.Components (6.0.25) - Microsoft.AspNetCore.Authorization (>= 6.0.25) - restriction: || (== net6.0) (== net7.0) (&& (== netstandard2.0) (>= net6.0)) - Microsoft.AspNetCore.Components.Analyzers (>= 6.0.25) - restriction: || (== net6.0) (== net7.0) (&& (== netstandard2.0) (>= net6.0)) - Microsoft.AspNetCore.Components.Analyzers (6.0.25) - restriction: || (== net6.0) (== net7.0) (&& (== netstandard2.0) (>= net6.0)) - Microsoft.AspNetCore.Components.Authorization (6.0.25) - Microsoft.AspNetCore.Authorization (>= 6.0.25) - restriction: || (== net6.0) (== net7.0) (&& (== netstandard2.0) (>= net6.0)) - Microsoft.AspNetCore.Components (>= 6.0.25) - restriction: || (== net6.0) (== net7.0) (&& (== netstandard2.0) (>= net6.0)) - Microsoft.AspNetCore.Components.Forms (6.0.25) - restriction: || (== net6.0) (== net7.0) (&& (== netstandard2.0) (>= net6.0)) - Microsoft.AspNetCore.Components (>= 6.0.25) - restriction: || (== net6.0) (== net7.0) (&& (== netstandard2.0) (>= net6.0)) - Microsoft.AspNetCore.Components.Web (6.0.25) - Microsoft.AspNetCore.Components (>= 6.0.25) - restriction: || (== net6.0) (== net7.0) (&& (== netstandard2.0) (>= net6.0)) - Microsoft.AspNetCore.Components.Forms (>= 6.0.25) - restriction: || (== net6.0) (== net7.0) (&& (== netstandard2.0) (>= net6.0)) - Microsoft.Extensions.DependencyInjection (>= 6.0.1) - restriction: || (== net6.0) (== net7.0) (&& (== netstandard2.0) (>= net6.0)) - Microsoft.JSInterop (>= 6.0.25) - restriction: || (== net6.0) (== net7.0) (&& (== netstandard2.0) (>= net6.0)) - System.IO.Pipelines (>= 6.0.3) - restriction: || (== net6.0) (== net7.0) (&& (== netstandard2.0) (>= net6.0)) - Microsoft.AspNetCore.Components.WebAssembly (6.0.25) - Microsoft.AspNetCore.Components.Web (>= 6.0.25) - restriction: || (== net6.0) (== net7.0) (&& (== netstandard2.0) (>= net6.0)) - Microsoft.Extensions.Configuration.Binder (>= 6.0) - restriction: || (== net6.0) (== net7.0) (&& (== netstandard2.0) (>= net6.0)) - Microsoft.Extensions.Configuration.Json (>= 6.0) - restriction: || (== net6.0) (== net7.0) (&& (== netstandard2.0) (>= net6.0)) - Microsoft.Extensions.Logging (>= 6.0) - restriction: || (== net6.0) (== net7.0) (&& (== netstandard2.0) (>= net6.0)) - Microsoft.JSInterop.WebAssembly (>= 6.0.25) - restriction: || (== net6.0) (== net7.0) (&& (== netstandard2.0) (>= net6.0)) - Microsoft.AspNetCore.Components.WebAssembly.Authentication (6.0.25) - Microsoft.AspNetCore.Components.Authorization (>= 6.0.25) - restriction: || (== net6.0) (== net7.0) (&& (== netstandard2.0) (>= net6.0)) - Microsoft.AspNetCore.Components.Web (>= 6.0.25) - restriction: || (== net6.0) (== net7.0) (&& (== netstandard2.0) (>= net6.0)) - Microsoft.AspNetCore.Components.WebAssembly.Server (6.0.25) - Microsoft.AspNetCore.Metadata (6.0.25) - restriction: || (== net6.0) (== net7.0) (&& (== netstandard2.0) (>= net6.0)) - Microsoft.Bcl.AsyncInterfaces (6.0) - restriction: || (&& (== net6.0) (>= net461)) (&& (== net6.0) (< netcoreapp3.1)) (&& (== net7.0) (>= net461)) (&& (== net7.0) (< netcoreapp3.1)) (== netstandard2.0) - System.Threading.Tasks.Extensions (>= 4.5.4) - restriction: || (&& (== net6.0) (>= net461)) (&& (== net6.0) (< netstandard2.1)) (&& (== net7.0) (>= net461)) (&& (== net7.0) (< netstandard2.1)) (== netstandard2.0) - Microsoft.Extensions.Configuration (6.0) - restriction: || (== net6.0) (== net7.0) (&& (== netstandard2.0) (>= net6.0)) - Microsoft.Extensions.Configuration.Abstractions (>= 6.0) - Microsoft.Extensions.Primitives (>= 6.0) - Microsoft.Extensions.Configuration.Abstractions (6.0) - Microsoft.Extensions.Primitives (>= 6.0) - Microsoft.Extensions.Configuration.Binder (6.0) - Microsoft.Extensions.Configuration.Abstractions (>= 6.0) - Microsoft.Extensions.Configuration.FileExtensions (6.0) - restriction: || (== net6.0) (== net7.0) (&& (== netstandard2.0) (>= net6.0)) - Microsoft.Extensions.Configuration (>= 6.0) - Microsoft.Extensions.Configuration.Abstractions (>= 6.0) - Microsoft.Extensions.FileProviders.Abstractions (>= 6.0) - Microsoft.Extensions.FileProviders.Physical (>= 6.0) - Microsoft.Extensions.Primitives (>= 6.0) - Microsoft.Extensions.Configuration.Json (6.0) - restriction: || (== net6.0) (== net7.0) (&& (== netstandard2.0) (>= net6.0)) - Microsoft.Extensions.Configuration (>= 6.0) - Microsoft.Extensions.Configuration.Abstractions (>= 6.0) - Microsoft.Extensions.Configuration.FileExtensions (>= 6.0) - Microsoft.Extensions.FileProviders.Abstractions (>= 6.0) - System.Text.Json (>= 6.0) - Microsoft.Extensions.DependencyInjection (6.0.1) - restriction: || (== net6.0) (== net7.0) (&& (== netstandard2.0) (>= net6.0)) - Microsoft.Extensions.DependencyInjection.Abstractions (>= 6.0) - System.Runtime.CompilerServices.Unsafe (>= 6.0) - Microsoft.Extensions.DependencyInjection.Abstractions (6.0) - Microsoft.Bcl.AsyncInterfaces (>= 6.0) - restriction: || (&& (== net6.0) (>= net461)) (&& (== net6.0) (< netstandard2.1)) (&& (== net7.0) (>= net461)) (&& (== net7.0) (< netstandard2.1)) (== netstandard2.0) - System.Threading.Tasks.Extensions (>= 4.5.4) - restriction: || (&& (== net6.0) (>= net461)) (&& (== net6.0) (< netstandard2.1)) (&& (== net7.0) (>= net461)) (&& (== net7.0) (< netstandard2.1)) (== netstandard2.0) - Microsoft.Extensions.FileProviders.Abstractions (6.0) - restriction: || (== net6.0) (== net7.0) (&& (== netstandard2.0) (>= net6.0)) - Microsoft.Extensions.Primitives (>= 6.0) - Microsoft.Extensions.FileProviders.Physical (6.0) - restriction: || (== net6.0) (== net7.0) (&& (== netstandard2.0) (>= net6.0)) - Microsoft.Extensions.FileProviders.Abstractions (>= 6.0) - Microsoft.Extensions.FileSystemGlobbing (>= 6.0) - Microsoft.Extensions.Primitives (>= 6.0) - Microsoft.Extensions.FileSystemGlobbing (6.0) - restriction: || (== net6.0) (== net7.0) (&& (== netstandard2.0) (>= net6.0)) - Microsoft.Extensions.Http (6.0) - Microsoft.Extensions.DependencyInjection.Abstractions (>= 6.0) - Microsoft.Extensions.Logging (>= 6.0) - Microsoft.Extensions.Logging.Abstractions (>= 6.0) - Microsoft.Extensions.Options (>= 6.0) - Microsoft.Extensions.Logging (6.0) - Microsoft.Extensions.DependencyInjection (>= 6.0) - Microsoft.Extensions.DependencyInjection.Abstractions (>= 6.0) - Microsoft.Extensions.Logging.Abstractions (>= 6.0) - Microsoft.Extensions.Options (>= 6.0) - System.Diagnostics.DiagnosticSource (>= 6.0) - Microsoft.Extensions.Logging.Abstractions (6.0.4) - System.Buffers (>= 4.5.1) - restriction: || (&& (== net6.0) (>= net461)) (&& (== net7.0) (>= net461)) (&& (== net7.0) (< net6.0)) (== netstandard2.0) - System.Memory (>= 4.5.4) - restriction: || (&& (== net6.0) (>= net461)) (&& (== net7.0) (>= net461)) (&& (== net7.0) (< net6.0)) (== netstandard2.0) - Microsoft.Extensions.Options (6.0) - Microsoft.Extensions.DependencyInjection.Abstractions (>= 6.0) - Microsoft.Extensions.Primitives (>= 6.0) - System.ComponentModel.Annotations (>= 5.0) - restriction: || (&& (== net6.0) (< netstandard2.1)) (&& (== net7.0) (< netstandard2.1)) (== netstandard2.0) - Microsoft.Extensions.Primitives (6.0) - System.Memory (>= 4.5.4) - restriction: || (&& (== net6.0) (>= net461)) (&& (== net6.0) (< netcoreapp3.1)) (&& (== net7.0) (>= net461)) (&& (== net7.0) (< netcoreapp3.1)) (== netstandard2.0) - System.Runtime.CompilerServices.Unsafe (>= 6.0) - Microsoft.JSInterop (6.0.25) - restriction: || (== net6.0) (== net7.0) (&& (== netstandard2.0) (>= net6.0)) - Microsoft.JSInterop.WebAssembly (6.0.25) - restriction: || (== net6.0) (== net7.0) (&& (== netstandard2.0) (>= net6.0)) - Microsoft.JSInterop (>= 6.0.25) - restriction: || (== net6.0) (== net7.0) (&& (== netstandard2.0) (>= net6.0)) - Nerdbank.GitVersioning (3.6.133) - copy_local: true - System.Buffers (4.5.1) - restriction: || (&& (== net6.0) (>= net461)) (&& (== net6.0) (< netcoreapp3.1)) (&& (== net7.0) (>= net461)) (&& (== net7.0) (< netcoreapp3.1)) (== netstandard2.0) - System.ComponentModel.Annotations (5.0) - restriction: || (&& (== net6.0) (< netstandard2.1)) (&& (== net7.0) (< netstandard2.1)) (== netstandard2.0) - System.Diagnostics.DiagnosticSource (6.0) - restriction: || (== net6.0) (== net7.0) (&& (== netstandard2.0) (>= net6.0)) - System.Runtime.CompilerServices.Unsafe (>= 6.0) - System.IO.Pipelines (6.0.3) - restriction: || (== net6.0) (== net7.0) (&& (== netstandard2.0) (>= net6.0)) - System.Memory (4.5.4) - restriction: || (&& (== net6.0) (>= net461)) (&& (== net6.0) (< netcoreapp3.1)) (&& (== net7.0) (>= net461)) (&& (== net7.0) (< netcoreapp3.1)) (== 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)) (&& (== net7.0) (>= monotouch)) (&& (== net7.0) (>= net461)) (&& (== net7.0) (< netcoreapp2.0)) (&& (== net7.0) (< netstandard1.1)) (&& (== net7.0) (< netstandard2.0)) (&& (== net7.0) (>= xamarinios)) (&& (== net7.0) (>= xamarinmac)) (&& (== net7.0) (>= xamarintvos)) (&& (== net7.0) (>= xamarinwatchos)) (== netstandard2.0) - System.Numerics.Vectors (>= 4.4) - restriction: || (&& (== net6.0) (< netcoreapp2.0)) (&& (== net7.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)) (&& (== net7.0) (>= monotouch)) (&& (== net7.0) (>= net461)) (&& (== net7.0) (< netcoreapp2.0)) (&& (== net7.0) (< netcoreapp2.1)) (&& (== net7.0) (< netstandard1.1)) (&& (== net7.0) (< netstandard2.0)) (&& (== net7.0) (>= uap10.1)) (&& (== net7.0) (>= xamarinios)) (&& (== net7.0) (>= xamarinmac)) (&& (== net7.0) (>= xamarintvos)) (&& (== net7.0) (>= xamarinwatchos)) (== netstandard2.0) - System.Numerics.Vectors (4.5) - restriction: || (&& (== net6.0) (>= net461)) (&& (== net6.0) (< netcoreapp3.1)) (&& (== net7.0) (>= net461)) (&& (== net7.0) (< netcoreapp3.1)) (== netstandard2.0) - System.Runtime.CompilerServices.Unsafe (6.0) - System.Text.Encodings.Web (6.0) - System.Buffers (>= 4.5.1) - restriction: || (&& (== net6.0) (>= net461)) (&& (== net6.0) (< netcoreapp3.1)) (&& (== net7.0) (>= net461)) (&& (== net7.0) (< netcoreapp3.1)) (== netstandard2.0) - System.Memory (>= 4.5.4) - restriction: || (&& (== net6.0) (>= net461)) (&& (== net6.0) (< netcoreapp3.1)) (&& (== net7.0) (>= net461)) (&& (== net7.0) (< netcoreapp3.1)) (== netstandard2.0) - System.Runtime.CompilerServices.Unsafe (>= 6.0) - System.Text.Json (6.0) - Microsoft.Bcl.AsyncInterfaces (>= 6.0) - restriction: || (&& (== net6.0) (>= net461)) (&& (== net6.0) (< netcoreapp3.1)) (&& (== net7.0) (>= net461)) (&& (== net7.0) (< netcoreapp3.1)) (== netstandard2.0) - System.Buffers (>= 4.5.1) - restriction: || (&& (== net6.0) (>= net461)) (&& (== net6.0) (< netcoreapp3.1)) (&& (== net7.0) (>= net461)) (&& (== net7.0) (< netcoreapp3.1)) (== netstandard2.0) - System.Memory (>= 4.5.4) - restriction: || (&& (== net6.0) (>= net461)) (&& (== net6.0) (< netcoreapp3.1)) (&& (== net7.0) (>= net461)) (&& (== net7.0) (< netcoreapp3.1)) (== netstandard2.0) - System.Numerics.Vectors (>= 4.5) - restriction: || (&& (== net6.0) (>= net461)) (&& (== net6.0) (< netcoreapp3.1)) (&& (== net7.0) (>= net461)) (&& (== net7.0) (< netcoreapp3.1)) (== netstandard2.0) - System.Runtime.CompilerServices.Unsafe (>= 6.0) - System.Text.Encodings.Web (>= 6.0) - System.Threading.Tasks.Extensions (>= 4.5.4) - restriction: || (&& (== net6.0) (>= net461)) (&& (== net6.0) (< netcoreapp3.1)) (&& (== net7.0) (>= net461)) (&& (== net7.0) (< netcoreapp3.1)) (== netstandard2.0) - System.Threading.Tasks.Extensions (4.5.4) - restriction: || (&& (== net6.0) (>= net461)) (&& (== net6.0) (< netcoreapp3.1)) (&& (== net7.0) (>= net461)) (&& (== net7.0) (< netcoreapp3.1)) (== 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)) (&& (== net7.0) (>= net461)) (&& (== net7.0) (< netcoreapp2.1)) (&& (== net7.0) (< netstandard1.0)) (&& (== net7.0) (< netstandard2.0)) (&& (== net7.0) (>= wp8)) (== netstandard2.0) + Microsoft.AspNetCore.Authorization (8.0) - restriction: || (== net8.0) (&& (== netstandard2.0) (>= net8.0)) + Microsoft.AspNetCore.Metadata (>= 8.0) + Microsoft.Extensions.Logging.Abstractions (>= 8.0) + Microsoft.Extensions.Options (>= 8.0) + Microsoft.AspNetCore.Components (8.0) + Microsoft.AspNetCore.Authorization (>= 8.0) - restriction: || (== net8.0) (&& (== netstandard2.0) (>= net8.0)) + Microsoft.AspNetCore.Components.Analyzers (>= 8.0) - restriction: || (== net8.0) (&& (== netstandard2.0) (>= net8.0)) + Microsoft.AspNetCore.Components.Analyzers (8.0) - restriction: || (== net8.0) (&& (== netstandard2.0) (>= net8.0)) + Microsoft.AspNetCore.Components.Authorization (8.0) + Microsoft.AspNetCore.Authorization (>= 8.0) - restriction: || (== net8.0) (&& (== netstandard2.0) (>= net8.0)) + Microsoft.AspNetCore.Components (>= 8.0) - restriction: || (== net8.0) (&& (== netstandard2.0) (>= net8.0)) + Microsoft.AspNetCore.Components.Forms (8.0) - restriction: || (== net8.0) (&& (== netstandard2.0) (>= net8.0)) + Microsoft.AspNetCore.Components (>= 8.0) - restriction: || (== net8.0) (&& (== netstandard2.0) (>= net8.0)) + Microsoft.AspNetCore.Components.Web (8.0) + Microsoft.AspNetCore.Components (>= 8.0) - restriction: || (== net8.0) (&& (== netstandard2.0) (>= net8.0)) + Microsoft.AspNetCore.Components.Forms (>= 8.0) - restriction: || (== net8.0) (&& (== netstandard2.0) (>= net8.0)) + Microsoft.Extensions.DependencyInjection (>= 8.0) - restriction: || (== net8.0) (&& (== netstandard2.0) (>= net8.0)) + Microsoft.Extensions.Primitives (>= 8.0) - restriction: || (== net8.0) (&& (== netstandard2.0) (>= net8.0)) + Microsoft.JSInterop (>= 8.0) - restriction: || (== net8.0) (&& (== netstandard2.0) (>= net8.0)) + System.IO.Pipelines (>= 8.0) - restriction: || (== net8.0) (&& (== netstandard2.0) (>= net8.0)) + Microsoft.AspNetCore.Components.WebAssembly (8.0) + Microsoft.AspNetCore.Components.Web (>= 8.0) - restriction: || (== net8.0) (&& (== netstandard2.0) (>= net8.0)) + Microsoft.Extensions.Configuration.Binder (>= 8.0) - restriction: || (== net8.0) (&& (== netstandard2.0) (>= net8.0)) + Microsoft.Extensions.Configuration.Json (>= 8.0) - restriction: || (== net8.0) (&& (== netstandard2.0) (>= net8.0)) + Microsoft.Extensions.Logging (>= 8.0) - restriction: || (== net8.0) (&& (== netstandard2.0) (>= net8.0)) + Microsoft.JSInterop.WebAssembly (>= 8.0) - restriction: || (== net8.0) (&& (== netstandard2.0) (>= net8.0)) + Microsoft.AspNetCore.Components.WebAssembly.Authentication (8.0) + Microsoft.AspNetCore.Components.Authorization (>= 8.0) - restriction: || (== net8.0) (&& (== netstandard2.0) (>= net8.0)) + Microsoft.AspNetCore.Components.Web (>= 8.0) - restriction: || (== net8.0) (&& (== netstandard2.0) (>= net8.0)) + Microsoft.AspNetCore.Components.WebAssembly.Server (8.0) + Microsoft.AspNetCore.Metadata (8.0) - restriction: || (== net8.0) (&& (== netstandard2.0) (>= net8.0)) + Microsoft.Bcl.AsyncInterfaces (8.0) - restriction: || (&& (== net8.0) (>= net462)) (&& (== net8.0) (< net6.0)) (== netstandard2.0) + System.Threading.Tasks.Extensions (>= 4.5.4) - restriction: || (&& (== net8.0) (>= net462)) (&& (== net8.0) (< netstandard2.1)) (== netstandard2.0) + Microsoft.Extensions.Configuration (8.0) - restriction: || (== net8.0) (&& (== netstandard2.0) (>= net8.0)) + Microsoft.Extensions.Configuration.Abstractions (>= 8.0) + Microsoft.Extensions.Primitives (>= 8.0) + Microsoft.Extensions.Configuration.Abstractions (8.0) + Microsoft.Extensions.Primitives (>= 8.0) + Microsoft.Extensions.Configuration.Binder (8.0) + Microsoft.Extensions.Configuration.Abstractions (>= 8.0) + Microsoft.Extensions.Configuration.FileExtensions (8.0) - restriction: || (== net8.0) (&& (== netstandard2.0) (>= net8.0)) + Microsoft.Extensions.Configuration (>= 8.0) + Microsoft.Extensions.Configuration.Abstractions (>= 8.0) + Microsoft.Extensions.FileProviders.Abstractions (>= 8.0) + Microsoft.Extensions.FileProviders.Physical (>= 8.0) + Microsoft.Extensions.Primitives (>= 8.0) + Microsoft.Extensions.Configuration.Json (8.0) - restriction: || (== net8.0) (&& (== netstandard2.0) (>= net8.0)) + Microsoft.Extensions.Configuration (>= 8.0) + Microsoft.Extensions.Configuration.Abstractions (>= 8.0) + Microsoft.Extensions.Configuration.FileExtensions (>= 8.0) + Microsoft.Extensions.FileProviders.Abstractions (>= 8.0) + System.Text.Json (>= 8.0) + Microsoft.Extensions.DependencyInjection (8.0) - restriction: || (== net8.0) (&& (== netstandard2.0) (>= net8.0)) + Microsoft.Extensions.DependencyInjection.Abstractions (>= 8.0) + Microsoft.Extensions.DependencyInjection.Abstractions (8.0) + Microsoft.Bcl.AsyncInterfaces (>= 8.0) - restriction: || (&& (== net8.0) (>= net462)) (&& (== net8.0) (< netstandard2.1)) (== netstandard2.0) + System.Threading.Tasks.Extensions (>= 4.5.4) - restriction: || (&& (== net8.0) (>= net462)) (&& (== net8.0) (< netstandard2.1)) (== netstandard2.0) + Microsoft.Extensions.Diagnostics (8.0) - restriction: || (== net8.0) (&& (== netstandard2.0) (>= net8.0)) + Microsoft.Extensions.Configuration (>= 8.0) + Microsoft.Extensions.Diagnostics.Abstractions (>= 8.0) + Microsoft.Extensions.Options.ConfigurationExtensions (>= 8.0) + Microsoft.Extensions.Diagnostics.Abstractions (8.0) - restriction: || (== net8.0) (&& (== netstandard2.0) (>= net8.0)) + Microsoft.Extensions.DependencyInjection.Abstractions (>= 8.0) + Microsoft.Extensions.Options (>= 8.0) + System.Diagnostics.DiagnosticSource (>= 8.0) + Microsoft.Extensions.FileProviders.Abstractions (8.0) - restriction: || (== net8.0) (&& (== netstandard2.0) (>= net8.0)) + Microsoft.Extensions.Primitives (>= 8.0) + Microsoft.Extensions.FileProviders.Physical (8.0) - restriction: || (== net8.0) (&& (== netstandard2.0) (>= net8.0)) + Microsoft.Extensions.FileProviders.Abstractions (>= 8.0) + Microsoft.Extensions.FileSystemGlobbing (>= 8.0) + Microsoft.Extensions.Primitives (>= 8.0) + Microsoft.Extensions.FileSystemGlobbing (8.0) - restriction: || (== net8.0) (&& (== netstandard2.0) (>= net8.0)) + Microsoft.Extensions.Http (8.0) + Microsoft.Extensions.Configuration.Abstractions (>= 8.0) + Microsoft.Extensions.DependencyInjection.Abstractions (>= 8.0) + Microsoft.Extensions.Diagnostics (>= 8.0) - restriction: || (== net8.0) (&& (== netstandard2.0) (>= net8.0)) + Microsoft.Extensions.Logging (>= 8.0) + Microsoft.Extensions.Logging.Abstractions (>= 8.0) + Microsoft.Extensions.Options (>= 8.0) + Microsoft.Extensions.Logging (8.0) + Microsoft.Extensions.DependencyInjection (>= 8.0) + Microsoft.Extensions.Logging.Abstractions (>= 8.0) + Microsoft.Extensions.Options (>= 8.0) + Microsoft.Extensions.Logging.Abstractions (8.0) + Microsoft.Extensions.DependencyInjection.Abstractions (>= 8.0) + System.Buffers (>= 4.5.1) - restriction: || (&& (== net8.0) (>= net462)) (&& (== net8.0) (< net6.0)) (== netstandard2.0) + System.Memory (>= 4.5.5) - restriction: || (&& (== net8.0) (>= net462)) (&& (== net8.0) (< net6.0)) (== netstandard2.0) + Microsoft.Extensions.Options (8.0) + Microsoft.Extensions.DependencyInjection.Abstractions (>= 8.0) + Microsoft.Extensions.Primitives (>= 8.0) + System.ComponentModel.Annotations (>= 5.0) - restriction: || (&& (== net8.0) (< net6.0)) (&& (== net8.0) (< netstandard2.1)) (== netstandard2.0) + Microsoft.Extensions.Options.ConfigurationExtensions (8.0) - restriction: || (== net8.0) (&& (== netstandard2.0) (>= net8.0)) + Microsoft.Extensions.Configuration.Abstractions (>= 8.0) + Microsoft.Extensions.Configuration.Binder (>= 8.0) + Microsoft.Extensions.DependencyInjection.Abstractions (>= 8.0) + Microsoft.Extensions.Options (>= 8.0) + Microsoft.Extensions.Primitives (>= 8.0) + Microsoft.Extensions.Primitives (8.0) + Microsoft.JSInterop (8.0) - restriction: || (== net8.0) (&& (== netstandard2.0) (>= net8.0)) + Microsoft.JSInterop.WebAssembly (8.0) + Microsoft.JSInterop (>= 8.0) - restriction: || (== net8.0) (&& (== netstandard2.0) (>= net8.0)) + Nerdbank.GitVersioning (3.6.146) - copy_local: true + System.Buffers (4.5.1) - restriction: || (&& (== net8.0) (>= net462)) (&& (== net8.0) (< net6.0)) (== netstandard2.0) + System.ComponentModel.Annotations (5.0) - restriction: || (&& (== net8.0) (< net6.0)) (&& (== net8.0) (< netstandard2.1)) (== netstandard2.0) + System.Diagnostics.DiagnosticSource (8.0) - restriction: || (== net8.0) (&& (== netstandard2.0) (>= net8.0)) + System.IO.Pipelines (8.0) - restriction: || (== net8.0) (&& (== netstandard2.0) (>= net8.0)) + System.Memory (4.5.5) - restriction: || (&& (== net8.0) (>= net462)) (&& (== net8.0) (< net6.0)) (== netstandard2.0) + System.Buffers (>= 4.5.1) - restriction: || (&& (== net8.0) (>= monotouch)) (&& (== net8.0) (>= net461)) (&& (== net8.0) (< netcoreapp2.0)) (&& (== net8.0) (< netstandard1.1)) (&& (== net8.0) (< netstandard2.0)) (&& (== net8.0) (>= xamarinios)) (&& (== net8.0) (>= xamarinmac)) (&& (== net8.0) (>= xamarintvos)) (&& (== net8.0) (>= xamarinwatchos)) (== netstandard2.0) + System.Numerics.Vectors (>= 4.4) - restriction: || (&& (== net8.0) (< netcoreapp2.0)) (== netstandard2.0) + System.Runtime.CompilerServices.Unsafe (>= 4.5.3) - restriction: || (&& (== net8.0) (>= monotouch)) (&& (== net8.0) (>= net461)) (&& (== net8.0) (< netcoreapp2.0)) (&& (== net8.0) (< netcoreapp2.1)) (&& (== net8.0) (< netstandard1.1)) (&& (== net8.0) (< netstandard2.0)) (&& (== net8.0) (>= uap10.1)) (&& (== net8.0) (>= xamarinios)) (&& (== net8.0) (>= xamarinmac)) (&& (== net8.0) (>= xamarintvos)) (&& (== net8.0) (>= xamarinwatchos)) (== netstandard2.0) + System.Numerics.Vectors (4.4) - restriction: || (&& (== net8.0) (>= net462)) (&& (== net8.0) (< netcoreapp2.0)) (== netstandard2.0) + System.Runtime.CompilerServices.Unsafe (6.0) - restriction: || (&& (== net8.0) (>= net462)) (&& (== net8.0) (< net6.0)) (&& (== net8.0) (< net7.0)) (== netstandard2.0) + System.Text.Encodings.Web (8.0) - restriction: || (&& (== net8.0) (>= net462)) (&& (== net8.0) (< net6.0)) (&& (== net8.0) (< net7.0)) (== netstandard2.0) + System.Buffers (>= 4.5.1) - restriction: || (&& (== net8.0) (>= net462)) (&& (== net8.0) (< net6.0)) (== netstandard2.0) + System.Memory (>= 4.5.5) - restriction: || (&& (== net8.0) (>= net462)) (&& (== net8.0) (< net6.0)) (== netstandard2.0) + System.Runtime.CompilerServices.Unsafe (>= 6.0) - restriction: || (&& (== net8.0) (>= net462)) (&& (== net8.0) (< net6.0)) (&& (== net8.0) (< net7.0)) (== netstandard2.0) + System.Text.Json (8.0.5) + Microsoft.Bcl.AsyncInterfaces (>= 8.0) - restriction: || (&& (== net8.0) (>= net462)) (&& (== net8.0) (< net6.0)) (== netstandard2.0) + System.Buffers (>= 4.5.1) - restriction: || (&& (== net8.0) (>= net462)) (&& (== net8.0) (< net6.0)) (== netstandard2.0) + System.Memory (>= 4.5.5) - restriction: || (&& (== net8.0) (>= net462)) (&& (== net8.0) (< net6.0)) (== netstandard2.0) + System.Runtime.CompilerServices.Unsafe (>= 6.0) - restriction: || (&& (== net8.0) (>= net462)) (&& (== net8.0) (< net6.0)) (&& (== net8.0) (< net7.0)) (== netstandard2.0) + System.Text.Encodings.Web (>= 8.0) - restriction: || (&& (== net8.0) (>= net462)) (&& (== net8.0) (< net6.0)) (&& (== net8.0) (< net7.0)) (== netstandard2.0) + System.Threading.Tasks.Extensions (>= 4.5.4) - restriction: || (&& (== net8.0) (>= net462)) (&& (== net8.0) (< net6.0)) (== netstandard2.0) + System.Threading.Tasks.Extensions (4.5.4) - restriction: || (&& (== net8.0) (>= net462)) (&& (== net8.0) (< net6.0)) (== netstandard2.0) + System.Runtime.CompilerServices.Unsafe (>= 4.5.3) - restriction: || (&& (== net8.0) (>= net461)) (&& (== net8.0) (< netcoreapp2.1)) (&& (== net8.0) (< netstandard1.0)) (&& (== net8.0) (< netstandard2.0)) (&& (== net8.0) (>= wp8)) (== netstandard2.0) GITHUB remote: fsprojects/FSharp.TypeProviders.SDK - src/ProvidedTypes.fs (6149ed507f15caa68a475808bcf5b3c2f52a4d34) - src/ProvidedTypes.fsi (6149ed507f15caa68a475808bcf5b3c2f52a4d34) + src/ProvidedTypes.fs (3a9510e466cb8ab04e0b86841dc777994909f881) + src/ProvidedTypes.fsi (3a9510e466cb8ab04e0b86841dc777994909f881) GROUP build STORAGE: NONE RESTRICTION: == netstandard2.0 NUGET remote: https://api.nuget.org/v3/index.json - Microsoft.Build.Framework (17.8.3) + Microsoft.Build.Framework (17.12.6) Microsoft.Win32.Registry (>= 5.0) System.Memory (>= 4.5.5) System.Runtime.CompilerServices.Unsafe (>= 6.0) @@ -151,12 +162,12 @@ NUGET System.Memory (>= 4.5.4) System.Security.AccessControl (>= 5.0) System.Security.Principal.Windows (>= 5.0) - Mono.Cecil (0.11.5) + Mono.Cecil (0.11.6) runtime.native.System (4.3.1) Microsoft.NETCore.Platforms (>= 1.1.1) Microsoft.NETCore.Targets (>= 1.1.3) - System.Buffers (4.5.1) - System.Collections.Immutable (8.0) + System.Buffers (4.6) + System.Collections.Immutable (9.0) System.Memory (>= 4.5.5) System.Runtime.CompilerServices.Unsafe (>= 6.0) System.Globalization (4.3) @@ -169,11 +180,11 @@ NUGET System.Runtime (>= 4.3) System.Text.Encoding (>= 4.3) System.Threading.Tasks (>= 4.3) - System.Memory (4.5.5) - System.Buffers (>= 4.5.1) - System.Numerics.Vectors (>= 4.4) - System.Runtime.CompilerServices.Unsafe (>= 4.5.3) - System.Numerics.Vectors (4.5) + System.Memory (4.6) + System.Buffers (>= 4.6) + System.Numerics.Vectors (>= 4.6) + System.Runtime.CompilerServices.Unsafe (>= 6.1) + System.Numerics.Vectors (4.6) System.Reflection (4.3) Microsoft.NETCore.Platforms (>= 1.1) Microsoft.NETCore.Targets (>= 1.1) @@ -198,7 +209,7 @@ NUGET System.Runtime (4.3.1) Microsoft.NETCore.Platforms (>= 1.1.1) Microsoft.NETCore.Targets (>= 1.1.3) - System.Runtime.CompilerServices.Unsafe (6.0) + System.Runtime.CompilerServices.Unsafe (6.1) System.Runtime.Handles (4.3) Microsoft.NETCore.Platforms (>= 1.1) Microsoft.NETCore.Targets (>= 1.1) @@ -218,14 +229,14 @@ NUGET System.Runtime (>= 4.3) System.Runtime.InteropServices (>= 4.3) System.Threading (>= 4.3) - System.Security.AccessControl (6.0) + System.Security.AccessControl (6.0.1) System.Security.Principal.Windows (>= 5.0) System.Security.Principal.Windows (5.0) System.Text.Encoding (4.3) Microsoft.NETCore.Platforms (>= 1.1) Microsoft.NETCore.Targets (>= 1.1) System.Runtime (>= 4.3) - System.Text.Encoding.CodePages (8.0) + System.Text.Encoding.CodePages (9.0) System.Memory (>= 4.5.5) System.Runtime.CompilerServices.Unsafe (>= 6.0) System.Threading (4.3) @@ -244,271 +255,183 @@ NUGET BlackFox.VsWhere (1.1) FSharp.Core (>= 4.2.3) Microsoft.Win32.Registry (>= 4.7) - Fake.Core.CommandLineParsing (6.0) + Fake.Core.CommandLineParsing (6.1.3) FParsec (>= 1.1.1) - FSharp.Core (>= 6.0.3) - Fake.Core.Context (6.0) - FSharp.Core (>= 6.0.3) - Fake.Core.Environment (6.0) - FSharp.Core (>= 6.0.3) - Fake.Core.FakeVar (6.0) - Fake.Core.Context (>= 6.0) - FSharp.Core (>= 6.0.3) - Fake.Core.Process (6.0) - Fake.Core.Environment (>= 6.0) - Fake.Core.FakeVar (>= 6.0) - Fake.Core.String (>= 6.0) - Fake.Core.Trace (>= 6.0) - Fake.IO.FileSystem (>= 6.0) - FSharp.Core (>= 6.0.3) - System.Collections.Immutable (>= 6.0) - Fake.Core.SemVer (6.0) - FSharp.Core (>= 6.0.3) - Fake.Core.String (6.0) - FSharp.Core (>= 6.0.3) - Fake.Core.Target (6.0) - Fake.Core.CommandLineParsing (>= 6.0) - Fake.Core.Context (>= 6.0) - Fake.Core.Environment (>= 6.0) - Fake.Core.FakeVar (>= 6.0) - Fake.Core.Process (>= 6.0) - Fake.Core.String (>= 6.0) - Fake.Core.Trace (>= 6.0) + FSharp.Core (>= 8.0.301) + Fake.Core.Context (6.1.3) + FSharp.Core (>= 8.0.301) + Fake.Core.Environment (6.1.3) + FSharp.Core (>= 8.0.301) + Fake.Core.FakeVar (6.1.3) + Fake.Core.Context (>= 6.1.3) + FSharp.Core (>= 8.0.301) + Fake.Core.Process (6.1.3) + Fake.Core.Environment (>= 6.1.3) + Fake.Core.FakeVar (>= 6.1.3) + Fake.Core.String (>= 6.1.3) + Fake.Core.Trace (>= 6.1.3) + Fake.IO.FileSystem (>= 6.1.3) + FSharp.Core (>= 8.0.301) + System.Collections.Immutable (>= 8.0) + Fake.Core.SemVer (6.1.3) + FSharp.Core (>= 8.0.301) + Fake.Core.String (6.1.3) + FSharp.Core (>= 8.0.301) + Fake.Core.Target (6.1.3) + Fake.Core.CommandLineParsing (>= 6.1.3) + Fake.Core.Context (>= 6.1.3) + Fake.Core.Environment (>= 6.1.3) + Fake.Core.FakeVar (>= 6.1.3) + Fake.Core.Process (>= 6.1.3) + Fake.Core.String (>= 6.1.3) + Fake.Core.Trace (>= 6.1.3) FSharp.Control.Reactive (>= 5.0.2) - FSharp.Core (>= 6.0.3) - Fake.Core.Tasks (6.0) - Fake.Core.Trace (>= 6.0) - FSharp.Core (>= 6.0.3) - Fake.Core.Trace (6.0) - Fake.Core.Environment (>= 6.0) - Fake.Core.FakeVar (>= 6.0) - FSharp.Core (>= 6.0.3) - Fake.Core.Xml (6.0) - Fake.Core.String (>= 6.0) - FSharp.Core (>= 6.0.3) - Fake.DotNet.AssemblyInfoFile (6.0) - Fake.Core.Environment (>= 6.0) - Fake.Core.String (>= 6.0) - Fake.Core.Trace (>= 6.0) - Fake.IO.FileSystem (>= 6.0) - FSharp.Core (>= 6.0.3) - Fake.DotNet.Cli (6.0) - Fake.Core.Environment (>= 6.0) - Fake.Core.Process (>= 6.0) - Fake.Core.String (>= 6.0) - Fake.Core.Trace (>= 6.0) - Fake.DotNet.MSBuild (>= 6.0) - Fake.DotNet.NuGet (>= 6.0) - Fake.IO.FileSystem (>= 6.0) - FSharp.Core (>= 6.0.3) + FSharp.Core (>= 8.0.301) + Fake.Core.Tasks (6.1.3) + Fake.Core.Trace (>= 6.1.3) + FSharp.Core (>= 8.0.301) + Fake.Core.Trace (6.1.3) + Fake.Core.Environment (>= 6.1.3) + Fake.Core.FakeVar (>= 6.1.3) + FSharp.Core (>= 8.0.301) + Fake.Core.Xml (6.1.3) + Fake.Core.String (>= 6.1.3) + FSharp.Core (>= 8.0.301) + Fake.DotNet.AssemblyInfoFile (6.1.3) + Fake.Core.Environment (>= 6.1.3) + Fake.Core.String (>= 6.1.3) + Fake.Core.Trace (>= 6.1.3) + Fake.IO.FileSystem (>= 6.1.3) + FSharp.Core (>= 8.0.301) + Fake.DotNet.Cli (6.1.3) + Fake.Core.Environment (>= 6.1.3) + Fake.Core.Process (>= 6.1.3) + Fake.Core.String (>= 6.1.3) + Fake.Core.Trace (>= 6.1.3) + Fake.DotNet.MSBuild (>= 6.1.3) + Fake.DotNet.NuGet (>= 6.1.3) + Fake.IO.FileSystem (>= 6.1.3) + FSharp.Core (>= 8.0.301) Mono.Posix.NETStandard (>= 1.0) - Newtonsoft.Json (>= 13.0.1) - Fake.DotNet.MSBuild (6.0) + Newtonsoft.Json (>= 13.0.3) + Fake.DotNet.MSBuild (6.1.3) BlackFox.VsWhere (>= 1.1) - Fake.Core.Environment (>= 6.0) - Fake.Core.Process (>= 6.0) - Fake.Core.String (>= 6.0) - Fake.Core.Trace (>= 6.0) - Fake.IO.FileSystem (>= 6.0) - FSharp.Core (>= 6.0.3) - MSBuild.StructuredLogger (>= 2.1.545) - Fake.DotNet.NuGet (6.0) - Fake.Core.Environment (>= 6.0) - Fake.Core.Process (>= 6.0) - Fake.Core.SemVer (>= 6.0) - Fake.Core.String (>= 6.0) - Fake.Core.Tasks (>= 6.0) - Fake.Core.Trace (>= 6.0) - Fake.Core.Xml (>= 6.0) - Fake.IO.FileSystem (>= 6.0) - Fake.Net.Http (>= 6.0) - FSharp.Core (>= 6.0.3) - Newtonsoft.Json (>= 13.0.1) - NuGet.Protocol (>= 6.0) - Fake.DotNet.Paket (6.0) - Fake.Core.Process (>= 6.0) - Fake.Core.String (>= 6.0) - Fake.Core.Trace (>= 6.0) - Fake.DotNet.Cli (>= 6.0) - Fake.IO.FileSystem (>= 6.0) - FSharp.Core (>= 6.0.3) - Fake.IO.FileSystem (6.0) - Fake.Core.String (>= 6.0) - Fake.Core.Trace (>= 6.0) - FSharp.Core (>= 6.0.3) - Fake.Net.Http (6.0) - Fake.Core.Trace (>= 6.0) - FSharp.Core (>= 6.0.3) + Fake.Core.Environment (>= 6.1.3) + Fake.Core.Process (>= 6.1.3) + Fake.Core.String (>= 6.1.3) + Fake.Core.Trace (>= 6.1.3) + Fake.IO.FileSystem (>= 6.1.3) + FSharp.Core (>= 8.0.301) + MSBuild.StructuredLogger (>= 2.1.815) + Fake.DotNet.NuGet (6.1.3) + Fake.Core.Environment (>= 6.1.3) + Fake.Core.Process (>= 6.1.3) + Fake.Core.SemVer (>= 6.1.3) + Fake.Core.String (>= 6.1.3) + Fake.Core.Tasks (>= 6.1.3) + Fake.Core.Trace (>= 6.1.3) + Fake.Core.Xml (>= 6.1.3) + Fake.IO.FileSystem (>= 6.1.3) + Fake.Net.Http (>= 6.1.3) + FSharp.Core (>= 8.0.301) + Newtonsoft.Json (>= 13.0.3) + NuGet.Protocol (>= 6.10.1) + Fake.DotNet.Paket (6.1.3) + Fake.Core.Process (>= 6.1.3) + Fake.Core.String (>= 6.1.3) + Fake.Core.Trace (>= 6.1.3) + Fake.DotNet.Cli (>= 6.1.3) + Fake.IO.FileSystem (>= 6.1.3) + FSharp.Core (>= 8.0.301) + Fake.IO.FileSystem (6.1.3) + Fake.Core.String (>= 6.1.3) + Fake.Core.Trace (>= 6.1.3) + FSharp.Core (>= 8.0.301) + Fake.Net.Http (6.1.3) + Fake.Core.Trace (>= 6.1.3) + FSharp.Core (>= 8.0.301) FParsec (1.1.1) FSharp.Core (>= 4.3.4) FSharp.Control.Reactive (5.0.5) FSharp.Core (>= 4.7.2) System.Reactive (>= 5.0 < 6.0) - FSharp.Core (8.0.100) + FSharp.Core (9.0.100) FSharp.Data (3.3.3) FSharp.Core (>= 4.3.4) - Microsoft.Build.Framework (17.8.3) - Microsoft.Build.Utilities.Core (17.8.3) - Microsoft.Build.Framework (>= 17.8.3) - Microsoft.NET.StringTools (>= 17.8.3) - Microsoft.VisualStudio.Setup.Configuration.Interop (>= 3.2.2146) - System.Collections.Immutable (>= 7.0) - System.Configuration.ConfigurationManager (>= 7.0) - Microsoft.NET.StringTools (17.8.3) - Microsoft.VisualStudio.Setup.Configuration.Interop (3.8.2112) + Microsoft.Bcl.Cryptography (9.0) + System.Formats.Asn1 (>= 9.0) + Microsoft.Build.Framework (17.12.6) + Microsoft.Win32.Registry (>= 5.0) + System.Memory (>= 4.5.5) + System.Runtime.CompilerServices.Unsafe (>= 6.0) + System.Security.Principal.Windows (>= 5.0) + Microsoft.Build.Utilities.Core (17.12.6) + Microsoft.Build.Framework (>= 17.12.6) + Microsoft.NET.StringTools (>= 17.12.6) + Microsoft.Win32.Registry (>= 5.0) + System.Collections.Immutable (>= 8.0) + System.Configuration.ConfigurationManager (>= 8.0) + System.Memory (>= 4.5.5) + System.Runtime.CompilerServices.Unsafe (>= 6.0) + System.Security.Principal.Windows (>= 5.0) + System.Text.Encoding.CodePages (>= 7.0) + Microsoft.NET.StringTools (17.12.6) + System.Memory (>= 4.5.5) + System.Runtime.CompilerServices.Unsafe (>= 6.0) Microsoft.Win32.Registry (5.0) System.Security.AccessControl (>= 5.0) System.Security.Principal.Windows (>= 5.0) Mono.Posix.NETStandard (1.0) - MSBuild.StructuredLogger (2.2.2) + MSBuild.StructuredLogger (2.2.386) Microsoft.Build.Framework (>= 17.5) Microsoft.Build.Utilities.Core (>= 17.5) + System.Collections.Immutable (>= 8.0) Newtonsoft.Json (13.0.3) - NuGet.Common (6.8) - NuGet.Frameworks (>= 6.8) - NuGet.Configuration (6.8) - NuGet.Common (>= 6.8) + NuGet.Common (6.12.1) + NuGet.Frameworks (>= 6.12.1) + NuGet.Configuration (6.12.1) + NuGet.Common (>= 6.12.1) System.Security.Cryptography.ProtectedData (>= 4.4) - NuGet.Frameworks (6.8) - NuGet.Packaging (6.8) + NuGet.Frameworks (6.12.1) + NuGet.Packaging (6.12.1) Newtonsoft.Json (>= 13.0.3) - NuGet.Configuration (>= 6.8) - NuGet.Versioning (>= 6.8) + NuGet.Configuration (>= 6.12.1) + NuGet.Versioning (>= 6.12.1) + System.Formats.Asn1 (>= 8.0.1) System.Security.Cryptography.Pkcs (>= 6.0.4) - NuGet.Protocol (6.8) - NuGet.Packaging (>= 6.8) - NuGet.Versioning (6.8) - System.Collections.Immutable (8.0) - System.Configuration.ConfigurationManager (8.0) - System.Diagnostics.EventLog (>= 8.0) - System.Security.Cryptography.ProtectedData (>= 8.0) - System.Diagnostics.EventLog (8.0) - System.Formats.Asn1 (8.0) + NuGet.Protocol (6.12.1) + NuGet.Packaging (>= 6.12.1) + NuGet.Versioning (6.12.1) + System.Collections.Immutable (9.0) + System.Configuration.ConfigurationManager (9.0) + System.Diagnostics.EventLog (>= 9.0) + System.Security.Cryptography.ProtectedData (>= 9.0) + System.Diagnostics.EventLog (9.0) + System.Formats.Asn1 (9.0) + System.Memory (4.6) System.Reactive (5.0) - System.Security.AccessControl (6.0) - System.Security.Cryptography.Pkcs (8.0) - System.Formats.Asn1 (>= 8.0) - System.Security.Cryptography.ProtectedData (8.0) + System.Runtime.CompilerServices.Unsafe (6.1) + System.Security.AccessControl (6.0.1) + System.Security.Cryptography.Pkcs (9.0) + Microsoft.Bcl.Cryptography (>= 9.0) + System.Formats.Asn1 (>= 9.0) + System.Security.Cryptography.ProtectedData (9.0) System.Security.Principal.Windows (5.0) - -GROUP net8 -STORAGE: NONE -STRATEGY: MIN -LOWEST_MATCHING: TRUE -RESTRICTION: == net8.0 -NUGET - remote: https://api.nuget.org/v3/index.json - Elmish (4.0.1) - FSharp.Core (6.0) - content: none - FSharp.SystemTextJson (0.19.13) - FSharp.Core (>= 4.7) - System.Text.Json (>= 6.0) - Microsoft.AspNetCore.Authorization (8.0) - Microsoft.AspNetCore.Metadata (>= 8.0) - Microsoft.Extensions.Logging.Abstractions (>= 8.0) - Microsoft.Extensions.Options (>= 8.0) - Microsoft.AspNetCore.Components (8.0) - Microsoft.AspNetCore.Authorization (>= 8.0) - Microsoft.AspNetCore.Components.Analyzers (>= 8.0) - Microsoft.AspNetCore.Components.Analyzers (8.0) - Microsoft.AspNetCore.Components.Forms (8.0) - Microsoft.AspNetCore.Components (>= 8.0) - Microsoft.AspNetCore.Components.Web (8.0) - Microsoft.AspNetCore.Components (>= 8.0) - Microsoft.AspNetCore.Components.Forms (>= 8.0) - Microsoft.Extensions.DependencyInjection (>= 8.0) - Microsoft.Extensions.Primitives (>= 8.0) - Microsoft.JSInterop (>= 8.0) - System.IO.Pipelines (>= 8.0) - Microsoft.AspNetCore.Components.WebAssembly (8.0) - Microsoft.AspNetCore.Components.Web (>= 8.0) - Microsoft.Extensions.Configuration.Binder (>= 8.0) - Microsoft.Extensions.Configuration.Json (>= 8.0) - Microsoft.Extensions.Logging (>= 8.0) - Microsoft.JSInterop.WebAssembly (>= 8.0) - Microsoft.AspNetCore.Metadata (8.0) - Microsoft.Extensions.Configuration (8.0) - Microsoft.Extensions.Configuration.Abstractions (>= 8.0) - Microsoft.Extensions.Primitives (>= 8.0) - Microsoft.Extensions.Configuration.Abstractions (8.0) - Microsoft.Extensions.Primitives (>= 8.0) - Microsoft.Extensions.Configuration.Binder (8.0) - Microsoft.Extensions.Configuration.Abstractions (>= 8.0) - Microsoft.Extensions.Configuration.FileExtensions (8.0) - Microsoft.Extensions.Configuration (>= 8.0) - Microsoft.Extensions.Configuration.Abstractions (>= 8.0) - Microsoft.Extensions.FileProviders.Abstractions (>= 8.0) - Microsoft.Extensions.FileProviders.Physical (>= 8.0) - Microsoft.Extensions.Primitives (>= 8.0) - Microsoft.Extensions.Configuration.Json (8.0) - Microsoft.Extensions.Configuration (>= 8.0) - Microsoft.Extensions.Configuration.Abstractions (>= 8.0) - Microsoft.Extensions.Configuration.FileExtensions (>= 8.0) - Microsoft.Extensions.FileProviders.Abstractions (>= 8.0) - System.Text.Json (>= 8.0) - Microsoft.Extensions.DependencyInjection (8.0) - Microsoft.Extensions.DependencyInjection.Abstractions (>= 8.0) - Microsoft.Extensions.DependencyInjection.Abstractions (8.0) - Microsoft.Extensions.Diagnostics (8.0) - Microsoft.Extensions.Configuration (>= 8.0) - Microsoft.Extensions.Diagnostics.Abstractions (>= 8.0) - Microsoft.Extensions.Options.ConfigurationExtensions (>= 8.0) - Microsoft.Extensions.Diagnostics.Abstractions (8.0) - Microsoft.Extensions.DependencyInjection.Abstractions (>= 8.0) - Microsoft.Extensions.Options (>= 8.0) - System.Diagnostics.DiagnosticSource (>= 8.0) - Microsoft.Extensions.FileProviders.Abstractions (8.0) - Microsoft.Extensions.Primitives (>= 8.0) - Microsoft.Extensions.FileProviders.Physical (8.0) - Microsoft.Extensions.FileProviders.Abstractions (>= 8.0) - Microsoft.Extensions.FileSystemGlobbing (>= 8.0) - Microsoft.Extensions.Primitives (>= 8.0) - Microsoft.Extensions.FileSystemGlobbing (8.0) - Microsoft.Extensions.Http (8.0) - Microsoft.Extensions.Configuration.Abstractions (>= 8.0) - Microsoft.Extensions.DependencyInjection.Abstractions (>= 8.0) - Microsoft.Extensions.Diagnostics (>= 8.0) - Microsoft.Extensions.Logging (>= 8.0) - Microsoft.Extensions.Logging.Abstractions (>= 8.0) - Microsoft.Extensions.Options (>= 8.0) - Microsoft.Extensions.Logging (8.0) - Microsoft.Extensions.DependencyInjection (>= 8.0) - Microsoft.Extensions.Logging.Abstractions (>= 8.0) - Microsoft.Extensions.Options (>= 8.0) - Microsoft.Extensions.Logging.Abstractions (8.0) - Microsoft.Extensions.DependencyInjection.Abstractions (>= 8.0) - Microsoft.Extensions.Options (8.0) - Microsoft.Extensions.DependencyInjection.Abstractions (>= 8.0) - Microsoft.Extensions.Primitives (>= 8.0) - Microsoft.Extensions.Options.ConfigurationExtensions (8.0) - Microsoft.Extensions.Configuration.Abstractions (>= 8.0) - Microsoft.Extensions.Configuration.Binder (>= 8.0) - Microsoft.Extensions.DependencyInjection.Abstractions (>= 8.0) - Microsoft.Extensions.Options (>= 8.0) - Microsoft.Extensions.Primitives (>= 8.0) - Microsoft.Extensions.Primitives (8.0) - Microsoft.JSInterop (8.0) - Microsoft.JSInterop.WebAssembly (8.0) - Microsoft.JSInterop (>= 8.0) - System.Diagnostics.DiagnosticSource (8.0) - System.IO.Pipelines (8.0) - System.Text.Encodings.Web (8.0) - System.Text.Json (8.0) - System.Text.Encodings.Web (>= 8.0) + System.Text.Encoding.CodePages (9.0) GROUP tests STORAGE: NONE -RESTRICTION: || (== net7.0) (== net8.0) +RESTRICTION: == net8.0 NUGET remote: https://api.nuget.org/v3/index.json - Elmish (4.1) + Elmish (4.2) FsCheck (2.16.6) FSharp.Core (>= 4.2.3) FsCheck.NUnit (2.16.6) FsCheck (2.16.6) - nunit (>= 3.13.1 < 4.0) - FSharp.Core (8.0.100) - FSharp.SystemTextJson (1.2.42) + NUnit (>= 3.13.1 < 4.0) + FSharp.Core (9.0.100) + FSharp.SystemTextJson (1.3.13) FSharp.Core (>= 4.7) System.Text.Json (>= 6.0) FSharp.SystemTextJson.Swagger (0.0.2) @@ -516,7 +439,30 @@ NUGET FSharp.SystemTextJson (>= 1.0.6) Swashbuckle.AspNetCore.Swagger (>= 6.4) Swashbuckle.AspNetCore.SwaggerGen (>= 6.4) - Microsoft.CodeCoverage (17.8) + Microsoft.AspNetCore.Authorization (9.0) + Microsoft.AspNetCore.Metadata (>= 9.0) + Microsoft.Extensions.Logging.Abstractions (>= 9.0) + Microsoft.Extensions.Options (>= 9.0) + Microsoft.AspNetCore.Components (9.0) + Microsoft.AspNetCore.Components.Authorization (8.0.11) + Microsoft.AspNetCore.Authorization (>= 8.0.11) + Microsoft.AspNetCore.Components (>= 8.0.11) + Microsoft.AspNetCore.Components.Web (9.0) + Microsoft.AspNetCore.Components.WebAssembly (8.0.11) + Microsoft.AspNetCore.Components.Web (>= 8.0.11) + Microsoft.Extensions.Configuration.Binder (>= 8.0.2) + Microsoft.Extensions.Configuration.Json (>= 8.0.1) + Microsoft.Extensions.Logging (>= 8.0.1) + Microsoft.JSInterop.WebAssembly (>= 8.0.11) + Microsoft.AspNetCore.Components.WebAssembly.Authentication (8.0.11) + Microsoft.AspNetCore.Components.Authorization (>= 8.0.11) + Microsoft.AspNetCore.Components.Web (>= 8.0.11) + Microsoft.AspNetCore.Components.WebAssembly.DevServer (8.0.11) + Microsoft.AspNetCore.Components.WebAssembly.Server (8.0.11) + Microsoft.AspNetCore.Metadata (9.0) + Microsoft.AspNetCore.OpenApi (8.0.11) + Microsoft.OpenApi (>= 1.4.3) + Microsoft.CodeCoverage (17.12) Microsoft.DotNet.InternalAbstractions (1.0) System.AppContext (>= 4.1) System.Collections (>= 4.0.11) @@ -526,18 +472,58 @@ NUGET System.Runtime.Extensions (>= 4.1) System.Runtime.InteropServices (>= 4.1) System.Runtime.InteropServices.RuntimeInformation (>= 4.0) - Microsoft.Extensions.ApiDescription.Server (8.0) + Microsoft.Extensions.ApiDescription.Server (9.0) + Microsoft.Extensions.Configuration (9.0) + Microsoft.Extensions.Configuration.Abstractions (>= 9.0) + Microsoft.Extensions.Primitives (>= 9.0) + Microsoft.Extensions.Configuration.Abstractions (9.0) + Microsoft.Extensions.Primitives (>= 9.0) + Microsoft.Extensions.Configuration.Binder (9.0) + Microsoft.Extensions.Configuration.Abstractions (>= 9.0) + Microsoft.Extensions.Configuration.FileExtensions (9.0) + Microsoft.Extensions.Configuration (>= 9.0) + Microsoft.Extensions.Configuration.Abstractions (>= 9.0) + Microsoft.Extensions.FileProviders.Abstractions (>= 9.0) + Microsoft.Extensions.FileProviders.Physical (>= 9.0) + Microsoft.Extensions.Primitives (>= 9.0) + Microsoft.Extensions.Configuration.Json (9.0) + Microsoft.Extensions.Configuration (>= 9.0) + Microsoft.Extensions.Configuration.Abstractions (>= 9.0) + Microsoft.Extensions.Configuration.FileExtensions (>= 9.0) + Microsoft.Extensions.FileProviders.Abstractions (>= 9.0) + System.Text.Json (>= 9.0) + Microsoft.Extensions.DependencyInjection (9.0) + Microsoft.Extensions.DependencyInjection.Abstractions (>= 9.0) + Microsoft.Extensions.DependencyInjection.Abstractions (9.0) + Microsoft.Extensions.FileProviders.Abstractions (9.0) + Microsoft.Extensions.Primitives (>= 9.0) + Microsoft.Extensions.FileProviders.Physical (9.0) + Microsoft.Extensions.FileProviders.Abstractions (>= 9.0) + Microsoft.Extensions.FileSystemGlobbing (>= 9.0) + Microsoft.Extensions.Primitives (>= 9.0) + Microsoft.Extensions.FileSystemGlobbing (9.0) + Microsoft.Extensions.Logging (9.0) + Microsoft.Extensions.DependencyInjection (>= 9.0) + Microsoft.Extensions.Logging.Abstractions (>= 9.0) + Microsoft.Extensions.Options (>= 9.0) + Microsoft.Extensions.Logging.Abstractions (9.0) + Microsoft.Extensions.DependencyInjection.Abstractions (>= 9.0) + System.Diagnostics.DiagnosticSource (>= 9.0) + Microsoft.Extensions.Options (9.0) + Microsoft.Extensions.DependencyInjection.Abstractions (>= 9.0) + Microsoft.Extensions.Primitives (>= 9.0) + Microsoft.Extensions.Primitives (9.0) + Microsoft.JSInterop.WebAssembly (9.0) Microsoft.NET.Test.Sdk (15.8) Microsoft.CodeCoverage (>= 15.8) Microsoft.TestPlatform.TestHost (>= 15.8) Microsoft.NETCore.Platforms (7.0.4) Microsoft.NETCore.Targets (5.0) - Microsoft.OpenApi (1.6.10) - Microsoft.TestPlatform.ObjectModel (17.8) - NuGet.Frameworks (>= 6.5) + Microsoft.OpenApi (1.6.22) + Microsoft.TestPlatform.ObjectModel (17.12) System.Reflection.Metadata (>= 1.6) - Microsoft.TestPlatform.TestHost (17.8) - Microsoft.TestPlatform.ObjectModel (>= 17.8) + Microsoft.TestPlatform.TestHost (17.12) + Microsoft.TestPlatform.ObjectModel (>= 17.12) Newtonsoft.Json (>= 13.0.1) Microsoft.Win32.Primitives (4.3) Microsoft.NETCore.Platforms (>= 1.1) @@ -546,12 +532,10 @@ NUGET Microsoft.Win32.Registry (5.0) System.Security.AccessControl (>= 5.0) System.Security.Principal.Windows (>= 5.0) - Microsoft.Win32.SystemEvents (8.0) NETStandard.Library (2.0.3) Microsoft.NETCore.Platforms (>= 1.1) Newtonsoft.Json (13.0.3) - NuGet.Frameworks (6.8) - nunit (3.14) + NUnit (3.14) NETStandard.Library (>= 2.0) NUnit3TestAdapter (3.17) Microsoft.DotNet.InternalAbstractions (>= 1.0) @@ -566,29 +550,27 @@ NUGET runtime.native.System (4.3.1) Microsoft.NETCore.Platforms (>= 1.1.1) Microsoft.NETCore.Targets (>= 1.1.3) - Selenium.Support (4.15) - Selenium.WebDriver (>= 4.15) - Selenium.WebDriver (4.15) - Newtonsoft.Json (>= 13.0.1) - System.Drawing.Common (>= 7.0) - Selenium.WebDriver.ChromeDriver (119.0.6045.10500) - Swashbuckle.AspNetCore (6.5) + Selenium.Support (4.27) + Selenium.WebDriver (>= 4.27) + Selenium.WebDriver (4.27) + Selenium.WebDriver.ChromeDriver (131.0.6778.10800) + Swashbuckle.AspNetCore (7.2) Microsoft.Extensions.ApiDescription.Server (>= 6.0.5) - Swashbuckle.AspNetCore.Swagger (>= 6.5) - Swashbuckle.AspNetCore.SwaggerGen (>= 6.5) - Swashbuckle.AspNetCore.SwaggerUI (>= 6.5) - Swashbuckle.AspNetCore.Swagger (6.5) - Microsoft.OpenApi (>= 1.2.3) - Swashbuckle.AspNetCore.SwaggerGen (6.5) - Swashbuckle.AspNetCore.Swagger (>= 6.5) - Swashbuckle.AspNetCore.SwaggerUI (6.5) + Swashbuckle.AspNetCore.Swagger (>= 7.2) + Swashbuckle.AspNetCore.SwaggerGen (>= 7.2) + Swashbuckle.AspNetCore.SwaggerUI (>= 7.2) + Swashbuckle.AspNetCore.Swagger (7.2) + Microsoft.OpenApi (>= 1.6.22) + Swashbuckle.AspNetCore.SwaggerGen (7.2) + Swashbuckle.AspNetCore.Swagger (>= 7.2) + Swashbuckle.AspNetCore.SwaggerUI (7.2) System.AppContext (4.3) System.Runtime (>= 4.3) System.Collections (4.3) Microsoft.NETCore.Platforms (>= 1.1) Microsoft.NETCore.Targets (>= 1.1) System.Runtime (>= 4.3) - System.Collections.Immutable (8.0) + System.Collections.Immutable (9.0) System.Collections.NonGeneric (4.3) System.Diagnostics.Debug (>= 4.3) System.Globalization (>= 4.3) @@ -635,6 +617,7 @@ NUGET Microsoft.NETCore.Platforms (>= 1.1) Microsoft.NETCore.Targets (>= 1.1) System.Runtime (>= 4.3) + System.Diagnostics.DiagnosticSource (9.0) System.Diagnostics.Process (4.3) Microsoft.NETCore.Platforms (>= 1.1) Microsoft.Win32.Primitives (>= 4.3) @@ -657,8 +640,6 @@ NUGET System.Threading.Tasks (>= 4.3) System.Threading.Thread (>= 4.3) System.Threading.ThreadPool (>= 4.3) - System.Drawing.Common (8.0) - Microsoft.Win32.SystemEvents (>= 8.0) System.Globalization (4.3) Microsoft.NETCore.Platforms (>= 1.1) Microsoft.NETCore.Targets (>= 1.1) @@ -687,6 +668,7 @@ NUGET System.Threading.Tasks (>= 4.3) System.IO.FileSystem.Primitives (4.3) System.Runtime (>= 4.3) + System.IO.Pipelines (9.0) System.Linq (4.3) System.Collections (>= 4.3) System.Diagnostics.Debug (>= 4.3) @@ -704,8 +686,8 @@ NUGET Microsoft.NETCore.Targets (>= 1.1) System.Reflection (>= 4.3) System.Runtime (>= 4.3) - System.Reflection.Metadata (8.0) - System.Collections.Immutable (>= 8.0) + System.Reflection.Metadata (9.0) + System.Collections.Immutable (>= 9.0) System.Reflection.Primitives (4.3) Microsoft.NETCore.Platforms (>= 1.1) Microsoft.NETCore.Targets (>= 1.1) @@ -743,7 +725,7 @@ NUGET System.Runtime (>= 4.3) System.Runtime.InteropServices (>= 4.3) System.Threading (>= 4.3) - System.Security.AccessControl (6.0) + System.Security.AccessControl (6.0.1) System.Security.Principal.Windows (5.0) System.Text.Encoding (4.3) Microsoft.NETCore.Platforms (>= 1.1) @@ -754,9 +736,10 @@ NUGET Microsoft.NETCore.Targets (>= 1.1) System.Runtime (>= 4.3) System.Text.Encoding (>= 4.3) - System.Text.Encodings.Web (8.0) - System.Text.Json (8.0) - System.Text.Encodings.Web (>= 8.0) + System.Text.Encodings.Web (9.0) + System.Text.Json (9.0) + System.IO.Pipelines (>= 9.0) + System.Text.Encodings.Web (>= 9.0) System.Text.RegularExpressions (4.3.1) System.Runtime (>= 4.3.1) System.Threading (4.3) @@ -766,7 +749,7 @@ NUGET Microsoft.NETCore.Platforms (>= 1.1) Microsoft.NETCore.Targets (>= 1.1) System.Runtime (>= 4.3) - System.Threading.Tasks.Extensions (4.5.4) + System.Threading.Tasks.Extensions (4.6) System.Threading.Thread (4.3) System.Runtime (>= 4.3) System.Threading.ThreadPool (4.3) @@ -799,186 +782,6 @@ NUGET System.Text.Encoding (>= 4.3) System.Threading (>= 4.3) System.Xml.ReaderWriter (>= 4.3) - System.Xml.XPath (4.3) - System.Collections (>= 4.3) - System.Diagnostics.Debug (>= 4.3) - System.Globalization (>= 4.3) - System.IO (>= 4.3) - System.Resources.ResourceManager (>= 4.3) - System.Runtime (>= 4.3) - System.Runtime.Extensions (>= 4.3) - System.Threading (>= 4.3) - System.Xml.ReaderWriter (>= 4.3) - System.Xml.XPath.XmlDocument (4.3) - System.Collections (>= 4.3) - System.Globalization (>= 4.3) - System.IO (>= 4.3) - System.Resources.ResourceManager (>= 4.3) - System.Runtime (>= 4.3) - System.Runtime.Extensions (>= 4.3) - System.Threading (>= 4.3) - System.Xml.ReaderWriter (>= 4.3) - System.Xml.XmlDocument (>= 4.3) - System.Xml.XPath (>= 4.3) - Unquote (6.1) - FSharp.Core (>= 4.7.2) - -GROUP tests-net7 -STORAGE: NONE -RESTRICTION: == net7.0 -NUGET - remote: https://api.nuget.org/v3/index.json - Microsoft.AspNetCore.Authorization (8.0) - Microsoft.AspNetCore.Metadata (>= 8.0) - Microsoft.Extensions.Logging.Abstractions (>= 8.0) - Microsoft.Extensions.Options (>= 8.0) - Microsoft.AspNetCore.Components (8.0) - Microsoft.AspNetCore.Components.Authorization (7.0.14) - Microsoft.AspNetCore.Authorization (>= 7.0.14) - Microsoft.AspNetCore.Components (>= 7.0.14) - Microsoft.AspNetCore.Components.Web (8.0) - Microsoft.AspNetCore.Components.WebAssembly (7.0.14) - Microsoft.AspNetCore.Components.Web (>= 7.0.14) - Microsoft.Extensions.Configuration.Binder (>= 7.0.4) - Microsoft.Extensions.Configuration.Json (>= 7.0) - Microsoft.Extensions.Logging (>= 7.0) - Microsoft.JSInterop.WebAssembly (>= 7.0.14) - Microsoft.AspNetCore.Components.WebAssembly.Authentication (7.0.14) - Microsoft.AspNetCore.Components.Authorization (>= 7.0.14) - Microsoft.AspNetCore.Components.Web (>= 7.0.14) - Microsoft.AspNetCore.Components.WebAssembly.DevServer (7.0.14) - Microsoft.AspNetCore.Components.WebAssembly.Server (7.0.14) - Microsoft.AspNetCore.Metadata (8.0) - Microsoft.AspNetCore.OpenApi (7.0.14) - Microsoft.OpenApi (>= 1.4.3) - Microsoft.Extensions.Configuration (8.0) - Microsoft.Extensions.Configuration.Abstractions (>= 8.0) - Microsoft.Extensions.Primitives (>= 8.0) - Microsoft.Extensions.Configuration.Abstractions (8.0) - Microsoft.Extensions.Primitives (>= 8.0) - Microsoft.Extensions.Configuration.Binder (8.0) - Microsoft.Extensions.Configuration.Abstractions (>= 8.0) - Microsoft.Extensions.Configuration.FileExtensions (8.0) - Microsoft.Extensions.Configuration (>= 8.0) - Microsoft.Extensions.Configuration.Abstractions (>= 8.0) - Microsoft.Extensions.FileProviders.Abstractions (>= 8.0) - Microsoft.Extensions.FileProviders.Physical (>= 8.0) - Microsoft.Extensions.Primitives (>= 8.0) - Microsoft.Extensions.Configuration.Json (8.0) - Microsoft.Extensions.Configuration (>= 8.0) - Microsoft.Extensions.Configuration.Abstractions (>= 8.0) - Microsoft.Extensions.Configuration.FileExtensions (>= 8.0) - Microsoft.Extensions.FileProviders.Abstractions (>= 8.0) - System.Text.Json (>= 8.0) - Microsoft.Extensions.DependencyInjection (8.0) - Microsoft.Extensions.DependencyInjection.Abstractions (>= 8.0) - Microsoft.Extensions.DependencyInjection.Abstractions (8.0) - Microsoft.Extensions.FileProviders.Abstractions (8.0) - Microsoft.Extensions.Primitives (>= 8.0) - Microsoft.Extensions.FileProviders.Physical (8.0) - Microsoft.Extensions.FileProviders.Abstractions (>= 8.0) - Microsoft.Extensions.FileSystemGlobbing (>= 8.0) - Microsoft.Extensions.Primitives (>= 8.0) - Microsoft.Extensions.FileSystemGlobbing (8.0) - Microsoft.Extensions.Logging (8.0) - Microsoft.Extensions.DependencyInjection (>= 8.0) - Microsoft.Extensions.Logging.Abstractions (>= 8.0) - Microsoft.Extensions.Options (>= 8.0) - Microsoft.Extensions.Logging.Abstractions (8.0) - Microsoft.Extensions.DependencyInjection.Abstractions (>= 8.0) - Microsoft.Extensions.Options (8.0) - Microsoft.Extensions.DependencyInjection.Abstractions (>= 8.0) - Microsoft.Extensions.Primitives (>= 8.0) - Microsoft.Extensions.Primitives (8.0) - Microsoft.JSInterop.WebAssembly (8.0) - Microsoft.OpenApi (1.6.10) - System.Text.Encodings.Web (8.0) - System.Text.Json (8.0) - System.Text.Encodings.Web (>= 8.0) - -GROUP tests-net8 -STORAGE: NONE -RESTRICTION: == net8.0 -NUGET - remote: https://api.nuget.org/v3/index.json - Microsoft.AspNetCore.Authorization (8.0) - Microsoft.AspNetCore.Metadata (>= 8.0) - Microsoft.Extensions.Logging.Abstractions (>= 8.0) - Microsoft.Extensions.Options (>= 8.0) - Microsoft.AspNetCore.Components (8.0) - Microsoft.AspNetCore.Authorization (>= 8.0) - Microsoft.AspNetCore.Components.Analyzers (>= 8.0) - Microsoft.AspNetCore.Components.Analyzers (8.0) - Microsoft.AspNetCore.Components.Authorization (8.0) - Microsoft.AspNetCore.Authorization (>= 8.0) - Microsoft.AspNetCore.Components (>= 8.0) - Microsoft.AspNetCore.Components.Forms (8.0) - Microsoft.AspNetCore.Components (>= 8.0) - Microsoft.AspNetCore.Components.Web (8.0) - Microsoft.AspNetCore.Components (>= 8.0) - Microsoft.AspNetCore.Components.Forms (>= 8.0) - Microsoft.Extensions.DependencyInjection (>= 8.0) - Microsoft.Extensions.Primitives (>= 8.0) - Microsoft.JSInterop (>= 8.0) - System.IO.Pipelines (>= 8.0) - Microsoft.AspNetCore.Components.WebAssembly (8.0) - Microsoft.AspNetCore.Components.Web (>= 8.0) - Microsoft.Extensions.Configuration.Binder (>= 8.0) - Microsoft.Extensions.Configuration.Json (>= 8.0) - Microsoft.Extensions.Logging (>= 8.0) - Microsoft.JSInterop.WebAssembly (>= 8.0) - Microsoft.AspNetCore.Components.WebAssembly.Authentication (8.0) - Microsoft.AspNetCore.Components.Authorization (>= 8.0) - Microsoft.AspNetCore.Components.Web (>= 8.0) - Microsoft.AspNetCore.Components.WebAssembly.DevServer (8.0) - Microsoft.AspNetCore.Components.WebAssembly.Server (8.0) - Microsoft.AspNetCore.Metadata (8.0) - Microsoft.AspNetCore.OpenApi (8.0) - Microsoft.OpenApi (>= 1.4.3) - Microsoft.Extensions.Configuration (8.0) - Microsoft.Extensions.Configuration.Abstractions (>= 8.0) - Microsoft.Extensions.Primitives (>= 8.0) - Microsoft.Extensions.Configuration.Abstractions (8.0) - Microsoft.Extensions.Primitives (>= 8.0) - Microsoft.Extensions.Configuration.Binder (8.0) - Microsoft.Extensions.Configuration.Abstractions (>= 8.0) - Microsoft.Extensions.Configuration.FileExtensions (8.0) - Microsoft.Extensions.Configuration (>= 8.0) - Microsoft.Extensions.Configuration.Abstractions (>= 8.0) - Microsoft.Extensions.FileProviders.Abstractions (>= 8.0) - Microsoft.Extensions.FileProviders.Physical (>= 8.0) - Microsoft.Extensions.Primitives (>= 8.0) - Microsoft.Extensions.Configuration.Json (8.0) - Microsoft.Extensions.Configuration (>= 8.0) - Microsoft.Extensions.Configuration.Abstractions (>= 8.0) - Microsoft.Extensions.Configuration.FileExtensions (>= 8.0) - Microsoft.Extensions.FileProviders.Abstractions (>= 8.0) - System.Text.Json (>= 8.0) - Microsoft.Extensions.DependencyInjection (8.0) - Microsoft.Extensions.DependencyInjection.Abstractions (>= 8.0) - Microsoft.Extensions.DependencyInjection.Abstractions (8.0) - Microsoft.Extensions.FileProviders.Abstractions (8.0) - Microsoft.Extensions.Primitives (>= 8.0) - Microsoft.Extensions.FileProviders.Physical (8.0) - Microsoft.Extensions.FileProviders.Abstractions (>= 8.0) - Microsoft.Extensions.FileSystemGlobbing (>= 8.0) - Microsoft.Extensions.Primitives (>= 8.0) - Microsoft.Extensions.FileSystemGlobbing (8.0) - Microsoft.Extensions.Logging (8.0) - Microsoft.Extensions.DependencyInjection (>= 8.0) - Microsoft.Extensions.Logging.Abstractions (>= 8.0) - Microsoft.Extensions.Options (>= 8.0) - Microsoft.Extensions.Logging.Abstractions (8.0) - Microsoft.Extensions.DependencyInjection.Abstractions (>= 8.0) - Microsoft.Extensions.Options (8.0) - Microsoft.Extensions.DependencyInjection.Abstractions (>= 8.0) - Microsoft.Extensions.Primitives (>= 8.0) - Microsoft.Extensions.Primitives (8.0) - Microsoft.JSInterop (8.0) - Microsoft.JSInterop.WebAssembly (8.0) - Microsoft.JSInterop (>= 8.0) - Microsoft.OpenApi (1.6.10) - System.IO.Pipelines (8.0) - System.Text.Encodings.Web (8.0) - System.Text.Json (8.0) - System.Text.Encodings.Web (>= 8.0) + System.Xml.XPath.XmlDocument (4.7) + Unquote (7.0.1) + FSharp.Core (>= 6.0) diff --git a/src/Bolero.Html/Bolero.Html.fsproj b/src/Bolero.Html/Bolero.Html.fsproj index 580d53ff..1fba241f 100644 --- a/src/Bolero.Html/Bolero.Html.fsproj +++ b/src/Bolero.Html/Bolero.Html.fsproj @@ -1,7 +1,7 @@ - net6.0;net8.0 + net8.0 true Library Bolero diff --git a/src/Bolero.Server/Bolero.Server.fsproj b/src/Bolero.Server/Bolero.Server.fsproj index 234f9f92..f4c86c36 100644 --- a/src/Bolero.Server/Bolero.Server.fsproj +++ b/src/Bolero.Server/Bolero.Server.fsproj @@ -1,7 +1,7 @@ - net6.0;net7.0;net8.0 + net8.0 true true Library diff --git a/src/Bolero.Server/paket.references b/src/Bolero.Server/paket.references index 74dae6f3..f41decce 100644 --- a/src/Bolero.Server/paket.references +++ b/src/Bolero.Server/paket.references @@ -1,8 +1,6 @@ FSharp.Core Nerdbank.GitVersioning FSharp.SystemTextJson - -group net8 Microsoft.JSInterop.WebAssembly Microsoft.AspNetCore.Components.WebAssembly Microsoft.AspNetCore.Components.Web diff --git a/src/Bolero/Bolero.fsproj b/src/Bolero/Bolero.fsproj index 7ad353f9..11c3d141 100644 --- a/src/Bolero/Bolero.fsproj +++ b/src/Bolero/Bolero.fsproj @@ -1,7 +1,7 @@ - net6.0;net8.0 + net8.0 true true Library diff --git a/src/Bolero/paket.references b/src/Bolero/paket.references index 9648099c..b4aa129b 100644 --- a/src/Bolero/paket.references +++ b/src/Bolero/paket.references @@ -5,11 +5,4 @@ Elmish Nerdbank.GitVersioning Microsoft.Extensions.Http FSharp.SystemTextJson - -group net8 -Elmish Microsoft.AspNetCore.Components -Microsoft.AspNetCore.Components.WebAssembly -Microsoft.JSInterop.WebAssembly -Microsoft.Extensions.Http -FSharp.SystemTextJson diff --git a/tests/Client/paket.references b/tests/Client/paket.references index 20de2caa..79f48a47 100644 --- a/tests/Client/paket.references +++ b/tests/Client/paket.references @@ -1,7 +1,5 @@ group tests FSharp.Core Elmish - -group tests-net8 Microsoft.AspNetCore.Components.WebAssembly Microsoft.AspNetCore.Components.WebAssembly.DevServer diff --git a/tests/Remoting.Client/paket.references b/tests/Remoting.Client/paket.references index 8db4f563..bb086fa7 100644 --- a/tests/Remoting.Client/paket.references +++ b/tests/Remoting.Client/paket.references @@ -1,8 +1,6 @@ group tests FSharp.Core Elmish - -group tests-net8 Microsoft.Extensions.Configuration.Binder Microsoft.AspNetCore.Components.WebAssembly.DevServer Microsoft.AspNetCore.Components.Authorization diff --git a/tests/Remoting.Server/paket.references b/tests/Remoting.Server/paket.references index 227208c2..6987f9c2 100644 --- a/tests/Remoting.Server/paket.references +++ b/tests/Remoting.Server/paket.references @@ -2,8 +2,6 @@ group tests FSharp.Core Swashbuckle.AspNetCore FSharp.SystemTextJson.Swagger - -group tests-net8 Microsoft.AspNetCore.OpenApi Microsoft.AspNetCore.Components Microsoft.AspNetCore.Components.WebAssembly diff --git a/tests/Server/paket.references b/tests/Server/paket.references index 2f6225cb..1fe4a486 100644 --- a/tests/Server/paket.references +++ b/tests/Server/paket.references @@ -1,7 +1,5 @@ group tests FSharp.Core - -group tests-net8 Microsoft.AspNetCore.Components Microsoft.AspNetCore.Components.WebAssembly Microsoft.AspNetCore.Components.WebAssembly.Server diff --git a/tests/Unit.Client/paket.references b/tests/Unit.Client/paket.references index 3b21b710..5ba0e646 100644 --- a/tests/Unit.Client/paket.references +++ b/tests/Unit.Client/paket.references @@ -1,8 +1,6 @@ group tests FSharp.Core Elmish - -group tests-net8 Microsoft.AspNetCore.Components.Authorization Microsoft.AspNetCore.Components.WebAssembly.Authentication Microsoft.AspNetCore.Components.WebAssembly diff --git a/tests/Unit/paket.references b/tests/Unit/paket.references index 19885cb5..4ba7079e 100644 --- a/tests/Unit/paket.references +++ b/tests/Unit/paket.references @@ -7,8 +7,6 @@ Selenium.Support Selenium.WebDriver Selenium.WebDriver.ChromeDriver Unquote - -group tests-net8 Microsoft.AspNetCore.Components Microsoft.AspNetCore.Components.WebAssembly Microsoft.AspNetCore.Components.WebAssembly.Server