From 91e1681364d835c64e43e78cbc8e718ba551d153 Mon Sep 17 00:00:00 2001 From: Martin Date: Wed, 27 Mar 2024 12:50:49 +0100 Subject: [PATCH] Update to net8 and F# 8 The version constraints for the System.* packages are still up for debate. --- .config/dotnet-tools.json | 4 +- global.json | 2 +- paket.dependencies | 43 +- paket.lock | 888 +++++++++++++----- src/Aardvark.Base.IO/Aardvark.Base.IO.csproj | 8 +- src/Aardvark.Base/Aardvark.Base.csproj | 2 +- .../Aardvark.PixImage.WindowsMedia.csproj | 2 +- src/CodeGenerator/CodeGenerator.csproj | 2 +- src/CodeGenerator/paket.references | 3 +- src/Demo/CoreTest/CoreTest.fsproj | 2 +- src/Demo/ExamplesCSharp/ExamplesCSharp.csproj | 2 +- src/Demo/ExamplesCSharp/paket.references | 7 +- .../IncrementalDemo.CSharp.csproj | 2 +- src/Demo/PixImageDemo/PixImageDemo.csproj | 4 +- .../RandomSampleDemo/RandomSampleDemo.csproj | 4 +- src/Demo/Scratch/Scratch.fsproj | 4 +- .../Aardvark.Base.Benchmarks.csproj | 2 +- .../Aardvark.Base.FSharp.Benchmarks.fsproj | 2 +- .../Aardvark.Base.FSharp.Tests.fsproj | 4 +- .../Aardvark.Base.Runtime.Tests.fsproj | 4 +- .../Aardvark.Base.Tests.csproj | 4 +- .../Aardvark.Base.Windows.Tests.fsproj | 2 +- .../Aardvark.Geometry.Tests.fsproj | 4 +- 23 files changed, 716 insertions(+), 285 deletions(-) diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index 4c4490073..c9ac1a515 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,13 +3,13 @@ "isRoot": true, "tools": { "paket": { - "version": "7.2.1", + "version": "8.0.3", "commands": [ "paket" ] }, "aardpack": { - "version": "1.0.19", + "version": "1.0.21", "commands": [ "aardpack" ] diff --git a/global.json b/global.json index c2082dd6c..19f8dc216 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "6.0.0", + "version": "8.0.0", "rollForward": "latestFeature", "allowPrerelease": false } diff --git a/paket.dependencies b/paket.dependencies index 639c21276..fc481e38f 100644 --- a/paket.dependencies +++ b/paket.dependencies @@ -1,35 +1,48 @@ -framework: netstandard2.0, net472, net6.0, net6.0-windows +framework: netstandard2.0, net472, net8.0, net8.0-windows storage: none source https://api.nuget.org/v3/index.json +nuget Aardvark.Build ~> 1.0.22 -nuget FSharp.Core >= 5.0.0 lowest_matching: true -nuget Microsoft.NETFramework.ReferenceAssemblies >= 1.0.0 lowest_matching: true -nuget Aardvark.Build ~> 1.0.19 +nuget FSharp.Core >= 8.0.0 lowest_matching: true +nuget System.Collections.Immutable >= 8.0.0 lowest_matching: true +nuget System.Reflection.Metadata >= 8.0.0 lowest_matching: true +nuget System.Drawing.Common >= 8.0.0 lowest_matching: true +nuget System.Text.Json >= 8.0.0 lowest_matching: true + +nuget System.Dynamic.Runtime ~> 4.3.0 nuget Aardvark.Base.TypeProviders ~> 4.5.15 -nuget System.Collections.Immutable >= 5.0.0 lowest_matching: true -nuget System.Dynamic.Runtime ~> 4.3.0 -nuget DevILSharp ~> 0.2.9 -nuget SixLabors.ImageSharp ~> 2.1.3 -nuget System.Reflection.Metadata >= 5.0.0 lowest_matching: true -nuget System.Drawing.Common >= 4.7.0 lowest_matching: true +nuget DevILSharp ~> 0.2.20 +nuget SixLabors.ImageSharp ~> 2.1.7 nuget FSharp.Data.Adaptive ~> 1.2.0 nuget CSharp.Data.Adaptive ~> 1.2.0 nuget Unofficial.LibTessDotNet ~> 2.0.2 -nuget System.Reactive -nuget Microsoft.CodeAnalysis.CSharp ~> 4.1.0 - nuget FsPickler ~> 5.3.2 nuget FsPickler.Json ~> 5.3.2 -nuget System.Text.Json >= 4.7.2 lowest_matching: true +group CodeGenerator + framework net8.0 + storage: none + source https://api.nuget.org/v3/index.json + + nuget Microsoft.NETFramework.ReferenceAssemblies = 1.0.0 + nuget Microsoft.CodeAnalysis.CSharp ~> 4.1.0 + +group Demo + framework net8.0 + storage: none + source https://api.nuget.org/v3/index.json + + nuget System.Reactive ~> 6.0.0 + nuget CSharp.Data.Adaptive ~> 1.2.0 group Test - framework: net6.0, net6.0-windows + framework: net8.0, net8.0-windows + storage: none source https://api.nuget.org/v3/index.json nuget NUnit ~> 3.13.3 diff --git a/paket.lock b/paket.lock index 834221633..e2620e771 100644 --- a/paket.lock +++ b/paket.lock @@ -1,31 +1,190 @@ STORAGE: NONE -RESTRICTION: || (== net472) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) +RESTRICTION: || (== net472) (== net8.0) (== net8.0-windows7.0) (== netstandard2.0) NUGET remote: https://api.nuget.org/v3/index.json Aardvark.Base.TypeProviders (4.5.15) - FSharp.Core (>= 3.1.2.5) - restriction: || (== net472) (&& (== net6.0) (>= net45)) (&& (== net6.0-windows7.0) (>= net45)) (&& (== netstandard2.0) (>= net45)) - FSharp.Core (>= 4.2.3) - restriction: || (&& (== net472) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) - Aardvark.Build (1.0.19) - CSharp.Data.Adaptive (1.2.13) + FSharp.Core (>= 3.1.2.5) - restriction: || (== net472) (&& (== net8.0) (>= net45)) (&& (== net8.0-windows7.0) (>= net45)) (&& (== netstandard2.0) (>= net45)) + FSharp.Core (>= 4.2.3) - restriction: || (&& (== net472) (< net45)) (== net8.0) (== net8.0-windows7.0) (== netstandard2.0) + Aardvark.Build (1.0.22) + CSharp.Data.Adaptive (1.2.15) FSharp.Core (>= 4.7) - FSharp.Data.Adaptive (1.2.13) + FSharp.Data.Adaptive (1.2.15) System.Reflection.Emit.Lightweight (>= 4.6) DevILSharp (0.2.20) FSharp.Core (>= 5.0) - FSharp.Core (5.0) - FSharp.Data.Adaptive (1.2.13) + FSharp.Core (8.0.100) + FSharp.Data.Adaptive (1.2.15) FSharp.Core (>= 4.7) System.Reflection.Emit.Lightweight (>= 4.6) FsPickler (5.3.2) FSharp.Core (>= 4.3.2) - System.Reflection.Emit.Lightweight (>= 4.3) - restriction: || (&& (== net472) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) + System.Reflection.Emit.Lightweight (>= 4.3) - restriction: || (&& (== net472) (< net45)) (== net8.0) (== net8.0-windows7.0) (== netstandard2.0) FsPickler.Json (5.3.2) FSharp.Core (>= 4.3.2) FsPickler (>= 5.3.2) Newtonsoft.Json (>= 10.0.1) - Microsoft.Bcl.AsyncInterfaces (5.0) - restriction: || (== net472) (&& (== net6.0) (>= monoandroid) (< netstandard2.0)) (&& (== net6.0) (>= monotouch)) (&& (== net6.0) (>= net461)) (&& (== net6.0) (< netcoreapp2.0)) (&& (== net6.0) (< netcoreapp2.1)) (&& (== net6.0) (< netcoreapp3.0)) (&& (== net6.0) (>= uap10.1)) (&& (== net6.0) (>= xamarinios)) (&& (== net6.0) (>= xamarinmac)) (&& (== net6.0) (>= xamarintvos)) (&& (== net6.0) (>= xamarinwatchos)) (&& (== net6.0-windows7.0) (>= monoandroid) (< netstandard2.0)) (&& (== net6.0-windows7.0) (>= monotouch)) (&& (== net6.0-windows7.0) (>= net461)) (&& (== net6.0-windows7.0) (< netcoreapp2.0)) (&& (== net6.0-windows7.0) (< netcoreapp2.1)) (&& (== net6.0-windows7.0) (< netcoreapp3.0)) (&& (== net6.0-windows7.0) (>= uap10.1)) (&& (== net6.0-windows7.0) (>= xamarinios)) (&& (== net6.0-windows7.0) (>= xamarinmac)) (&& (== net6.0-windows7.0) (>= xamarintvos)) (&& (== net6.0-windows7.0) (>= xamarinwatchos)) (== netstandard2.0) - System.Threading.Tasks.Extensions (>= 4.5.4) - restriction: || (== net472) (&& (== net6.0) (>= net461)) (&& (== net6.0) (< netcoreapp2.1) (< netstandard2.1)) (&& (== net6.0-windows7.0) (>= net461)) (&& (== net6.0-windows7.0) (< netcoreapp2.1) (< netstandard2.1)) (== netstandard2.0) - Microsoft.CodeAnalysis.Analyzers (3.3.3) + Microsoft.Bcl.AsyncInterfaces (8.0) - restriction: || (== net472) (&& (== net8.0) (>= net462)) (&& (== net8.0) (< net6.0)) (&& (== net8.0-windows7.0) (>= net462)) (&& (== net8.0-windows7.0) (< net6.0)) (== netstandard2.0) + System.Threading.Tasks.Extensions (>= 4.5.4) - restriction: || (== net472) (&& (== net8.0) (>= net462)) (&& (== net8.0) (< netstandard2.1)) (&& (== net8.0-windows7.0) (>= net462)) (&& (== net8.0-windows7.0) (< netstandard2.1)) (== netstandard2.0) + Microsoft.NETCore.Platforms (7.0.4) - restriction: || (&& (== net472) (< net45)) (== net8.0) (== net8.0-windows7.0) (== netstandard2.0) + Microsoft.NETCore.Targets (5.0) - restriction: || (&& (== net472) (< net45)) (== net8.0) (== net8.0-windows7.0) (== netstandard2.0) + Microsoft.Win32.SystemEvents (8.0) - restriction: || (&& (== net472) (>= net6.0)) (== net8.0) (== net8.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) + Newtonsoft.Json (13.0.3) + SixLabors.ImageSharp (2.1.7) + System.Buffers (>= 4.5.1) - restriction: || (== net472) (&& (== net8.0) (>= net472)) (&& (== net8.0) (< netcoreapp2.1)) (&& (== net8.0-windows7.0) (>= net472)) (&& (== net8.0-windows7.0) (< netcoreapp2.1)) (== netstandard2.0) + System.Memory (>= 4.5.4) - restriction: || (== net472) (&& (== net8.0) (>= net472)) (&& (== net8.0) (< netcoreapp2.1)) (&& (== net8.0-windows7.0) (>= net472)) (&& (== net8.0-windows7.0) (< netcoreapp2.1)) (== netstandard2.0) + System.Numerics.Vectors (>= 4.5) - restriction: || (== net472) (&& (== net8.0) (>= net472)) (&& (== net8.0) (< netcoreapp2.1)) (&& (== net8.0-windows7.0) (>= net472)) (&& (== net8.0-windows7.0) (< netcoreapp2.1)) (== netstandard2.0) + System.Runtime.CompilerServices.Unsafe (>= 5.0) + System.Text.Encoding.CodePages (>= 5.0) + System.Buffers (4.5.1) - restriction: || (== net472) (&& (== net8.0) (>= net462)) (&& (== net8.0) (>= net472)) (&& (== net8.0) (< net6.0)) (&& (== net8.0) (< netcoreapp2.1)) (&& (== net8.0-windows7.0) (>= net462)) (&& (== net8.0-windows7.0) (>= net472)) (&& (== net8.0-windows7.0) (< net6.0)) (&& (== net8.0-windows7.0) (< netcoreapp2.1)) (== netstandard2.0) + System.Collections (4.3) - restriction: || (&& (== net472) (< net45)) (== net8.0) (== net8.0-windows7.0) (== netstandard2.0) + Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net472) (< net45)) (== net8.0) (== net8.0-windows7.0) (== netstandard2.0) + Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net472) (< net45)) (== net8.0) (== net8.0-windows7.0) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net472) (< net45)) (== net8.0) (== net8.0-windows7.0) (== netstandard2.0) + System.Collections.Immutable (8.0) + System.Memory (>= 4.5.5) - restriction: || (== net472) (&& (== net8.0) (>= net462)) (&& (== net8.0) (< net6.0)) (&& (== net8.0-windows7.0) (>= net462)) (&& (== net8.0-windows7.0) (< net6.0)) (== netstandard2.0) + System.Runtime.CompilerServices.Unsafe (>= 6.0) - restriction: || (== net472) (&& (== net8.0) (>= net462)) (&& (== net8.0) (< net6.0)) (&& (== net8.0) (< net7.0)) (&& (== net8.0-windows7.0) (>= net462)) (&& (== net8.0-windows7.0) (< net6.0)) (&& (== net8.0-windows7.0) (< net7.0)) (== netstandard2.0) + System.Diagnostics.Debug (4.3) - restriction: || (&& (== net472) (< net45)) (== net8.0) (== net8.0-windows7.0) (== netstandard2.0) + Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net472) (< net45)) (== net8.0) (== net8.0-windows7.0) (== netstandard2.0) + Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net472) (< net45)) (== net8.0) (== net8.0-windows7.0) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net472) (< net45)) (== net8.0) (== net8.0-windows7.0) (== netstandard2.0) + System.Drawing.Common (8.0) + Microsoft.Win32.SystemEvents (>= 8.0) - restriction: || (&& (== net472) (>= net6.0)) (== net8.0) (== net8.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) + System.Dynamic.Runtime (4.3) + System.Collections (>= 4.3) - restriction: || (&& (== net472) (< net45)) (== net8.0) (== net8.0-windows7.0) (== netstandard2.0) + System.Diagnostics.Debug (>= 4.3) - restriction: || (&& (== net472) (< net45)) (== net8.0) (== net8.0-windows7.0) (== netstandard2.0) + System.Linq (>= 4.3) - restriction: || (&& (== net472) (< net45)) (== net8.0) (== net8.0-windows7.0) (== netstandard2.0) + System.Linq.Expressions (>= 4.3) - restriction: || (&& (== net472) (< net45)) (== net8.0) (== net8.0-windows7.0) (== netstandard2.0) + System.ObjectModel (>= 4.3) - restriction: || (&& (== net472) (< net45)) (== net8.0) (== net8.0-windows7.0) (== netstandard2.0) + System.Reflection (>= 4.3) - restriction: || (&& (== net472) (< net45)) (== net8.0) (== net8.0-windows7.0) (== netstandard2.0) + System.Reflection.Emit (>= 4.3) - restriction: || (&& (== net472) (< net45)) (== net8.0) (== net8.0-windows7.0) (== netstandard2.0) + System.Reflection.Emit.ILGeneration (>= 4.3) - restriction: || (&& (== net472) (< net45)) (== net8.0) (== net8.0-windows7.0) (== netstandard2.0) + System.Reflection.Primitives (>= 4.3) - restriction: || (&& (== net472) (< net45)) (== net8.0) (== net8.0-windows7.0) (== netstandard2.0) + System.Reflection.TypeExtensions (>= 4.3) - restriction: || (&& (== net472) (< net45)) (== net8.0) (== net8.0-windows7.0) (== netstandard2.0) + System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net472) (< net45)) (== net8.0) (== net8.0-windows7.0) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net472) (< net45)) (== net8.0) (== net8.0-windows7.0) (== netstandard2.0) + System.Runtime.Extensions (>= 4.3) - restriction: || (&& (== net472) (< net45)) (== net8.0) (== net8.0-windows7.0) (== netstandard2.0) + System.Threading (>= 4.3) - restriction: || (&& (== net472) (< net45)) (== net8.0) (== net8.0-windows7.0) (== netstandard2.0) + System.Globalization (4.3) - restriction: || (&& (== net472) (< net45)) (== net8.0) (== net8.0-windows7.0) (== netstandard2.0) + Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net472) (< net45)) (== net8.0) (== net8.0-windows7.0) (== netstandard2.0) + Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net472) (< net45)) (== net8.0) (== net8.0-windows7.0) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net472) (< net45)) (== net8.0) (== net8.0-windows7.0) (== netstandard2.0) + System.IO (4.3) - restriction: || (&& (== net472) (< net45)) (== net8.0) (== net8.0-windows7.0) (== netstandard2.0) + Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net472) (< net45)) (== net8.0) (== net8.0-windows7.0) (== netstandard2.0) + Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net472) (< net45)) (== net8.0) (== net8.0-windows7.0) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net472) (< net45)) (== net8.0) (== net8.0-windows7.0) (== netstandard2.0) + System.Text.Encoding (>= 4.3) - restriction: || (&& (== net472) (< net45)) (== net8.0) (== net8.0-windows7.0) (== netstandard2.0) + System.Threading.Tasks (>= 4.3) - restriction: || (&& (== net472) (< net45)) (== net8.0) (== net8.0-windows7.0) (== netstandard2.0) + System.Linq (4.3) - restriction: || (&& (== net472) (< net45)) (== net8.0) (== net8.0-windows7.0) (== netstandard2.0) + System.Collections (>= 4.3) - restriction: || (&& (== net472) (< net45)) (== net8.0) (== net8.0-windows7.0) (== netstandard2.0) + System.Diagnostics.Debug (>= 4.3) - restriction: || (&& (== net472) (< net45)) (== net8.0) (== net8.0-windows7.0) (== netstandard2.0) + System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net472) (< net45)) (== net8.0) (== net8.0-windows7.0) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net472) (< net45)) (== net8.0) (== net8.0-windows7.0) (== netstandard2.0) + System.Runtime.Extensions (>= 4.3) - restriction: || (&& (== net472) (< net45)) (== net8.0) (== net8.0-windows7.0) (== netstandard2.0) + System.Linq.Expressions (4.3) - restriction: || (&& (== net472) (< net45)) (== net8.0) (== net8.0-windows7.0) (== netstandard2.0) + System.Collections (>= 4.3) - restriction: || (&& (== net472) (< net45)) (== net8.0) (== net8.0-windows7.0) (== netstandard2.0) + System.Diagnostics.Debug (>= 4.3) - restriction: || (&& (== net472) (< net45)) (== net8.0) (== net8.0-windows7.0) (== netstandard2.0) + System.Globalization (>= 4.3) - restriction: || (&& (== net472) (< net45)) (== net8.0) (== net8.0-windows7.0) (== netstandard2.0) + System.IO (>= 4.3) - restriction: || (&& (== net472) (< net45)) (== net8.0) (== net8.0-windows7.0) (== netstandard2.0) + System.Linq (>= 4.3) - restriction: || (&& (== net472) (< net45)) (== net8.0) (== net8.0-windows7.0) (== netstandard2.0) + System.ObjectModel (>= 4.3) - restriction: || (&& (== net472) (< net45)) (== net8.0) (== net8.0-windows7.0) (== netstandard2.0) + System.Reflection (>= 4.3) - restriction: || (&& (== net472) (< net45)) (== net8.0) (== net8.0-windows7.0) (== netstandard2.0) + System.Reflection.Emit (>= 4.3) - restriction: || (&& (== net472) (< net45)) (== net8.0) (== net8.0-windows7.0) (== netstandard2.0) + System.Reflection.Emit.ILGeneration (>= 4.3) - restriction: || (&& (== net472) (< net45)) (== net8.0) (== net8.0-windows7.0) (== netstandard2.0) + System.Reflection.Emit.Lightweight (>= 4.3) - restriction: || (&& (== net472) (< net45)) (== net8.0) (== net8.0-windows7.0) (== netstandard2.0) + System.Reflection.Extensions (>= 4.3) - restriction: || (&& (== net472) (< net45)) (== net8.0) (== net8.0-windows7.0) (== netstandard2.0) + System.Reflection.Primitives (>= 4.3) - restriction: || (&& (== net472) (< net45)) (== net8.0) (== net8.0-windows7.0) (== netstandard2.0) + System.Reflection.TypeExtensions (>= 4.3) - restriction: || (&& (== net472) (< net45)) (== net8.0) (== net8.0-windows7.0) (== netstandard2.0) + System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net472) (< net45)) (== net8.0) (== net8.0-windows7.0) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net472) (< net45)) (== net8.0) (== net8.0-windows7.0) (== netstandard2.0) + System.Runtime.Extensions (>= 4.3) - restriction: || (&& (== net472) (< net45)) (== net8.0) (== net8.0-windows7.0) (== netstandard2.0) + System.Threading (>= 4.3) - restriction: || (&& (== net472) (< net45)) (== net8.0) (== net8.0-windows7.0) (== netstandard2.0) + System.Memory (4.5.5) - restriction: || (== net472) (&& (== net8.0) (>= net462)) (&& (== net8.0) (< net6.0)) (&& (== net8.0-windows7.0) (>= net462)) (&& (== net8.0-windows7.0) (< net6.0)) (== netstandard2.0) + System.Buffers (>= 4.5.1) - restriction: || (== net472) (&& (== 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)) (&& (== net8.0-windows7.0) (>= monotouch)) (&& (== net8.0-windows7.0) (>= net461)) (&& (== net8.0-windows7.0) (< netcoreapp2.0)) (&& (== net8.0-windows7.0) (< netstandard1.1)) (&& (== net8.0-windows7.0) (< netstandard2.0)) (&& (== net8.0-windows7.0) (>= xamarinios)) (&& (== net8.0-windows7.0) (>= xamarinmac)) (&& (== net8.0-windows7.0) (>= xamarintvos)) (&& (== net8.0-windows7.0) (>= xamarinwatchos)) (== netstandard2.0) + System.Numerics.Vectors (>= 4.4) - restriction: || (&& (== net472) (< net45)) (&& (== net8.0) (< netcoreapp2.0)) (&& (== net8.0-windows7.0) (< netcoreapp2.0)) (== netstandard2.0) + System.Numerics.Vectors (>= 4.5) - restriction: || (== net472) (&& (== net8.0) (>= net461)) (&& (== net8.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) + System.Runtime.CompilerServices.Unsafe (>= 4.5.3) - restriction: || (== net472) (&& (== 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)) (&& (== net8.0-windows7.0) (>= monotouch)) (&& (== net8.0-windows7.0) (>= net461)) (&& (== net8.0-windows7.0) (< netcoreapp2.0)) (&& (== net8.0-windows7.0) (< netcoreapp2.1)) (&& (== net8.0-windows7.0) (< netstandard1.1)) (&& (== net8.0-windows7.0) (< netstandard2.0)) (&& (== net8.0-windows7.0) (>= uap10.1)) (&& (== net8.0-windows7.0) (>= xamarinios)) (&& (== net8.0-windows7.0) (>= xamarinmac)) (&& (== net8.0-windows7.0) (>= xamarintvos)) (&& (== net8.0-windows7.0) (>= xamarinwatchos)) (== netstandard2.0) + System.Numerics.Vectors (4.5) - restriction: || (== net472) (&& (== net8.0) (>= net461)) (&& (== net8.0) (>= net462)) (&& (== net8.0) (>= net472)) (&& (== net8.0) (< netcoreapp2.0)) (&& (== net8.0) (< netcoreapp2.1)) (&& (== net8.0-windows7.0) (>= net461)) (&& (== net8.0-windows7.0) (>= net462)) (&& (== net8.0-windows7.0) (>= net472)) (&& (== net8.0-windows7.0) (< netcoreapp2.0)) (&& (== net8.0-windows7.0) (< netcoreapp2.1)) (== netstandard2.0) + System.ObjectModel (4.3) - restriction: || (&& (== net472) (< net45)) (== net8.0) (== net8.0-windows7.0) (== netstandard2.0) + System.Collections (>= 4.3) - restriction: || (&& (== net472) (< net45)) (== net8.0) (== net8.0-windows7.0) (== netstandard2.0) + System.Diagnostics.Debug (>= 4.3) - restriction: || (&& (== net472) (< net45)) (== net8.0) (== net8.0-windows7.0) (== netstandard2.0) + System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net472) (< net45)) (== net8.0) (== net8.0-windows7.0) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net472) (< net45)) (== net8.0) (== net8.0-windows7.0) (== netstandard2.0) + System.Threading (>= 4.3) - restriction: || (&& (== net472) (< net45)) (== net8.0) (== net8.0-windows7.0) (== netstandard2.0) + System.Reflection (4.3) - restriction: || (&& (== net472) (< net45)) (== net8.0) (== net8.0-windows7.0) (== netstandard2.0) + Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net472) (< net45)) (== net8.0) (== net8.0-windows7.0) (== netstandard2.0) + Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net472) (< net45)) (== net8.0) (== net8.0-windows7.0) (== netstandard2.0) + System.IO (>= 4.3) - restriction: || (&& (== net472) (< net45)) (== net8.0) (== net8.0-windows7.0) (== netstandard2.0) + System.Reflection.Primitives (>= 4.3) - restriction: || (&& (== net472) (< net45)) (== net8.0) (== net8.0-windows7.0) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net472) (< net45)) (== net8.0) (== net8.0-windows7.0) (== netstandard2.0) + System.Reflection.Emit (4.7) - restriction: || (&& (== net472) (< net45)) (== net8.0) (== net8.0-windows7.0) (== netstandard2.0) + System.Reflection.Emit.ILGeneration (>= 4.7) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (< netstandard1.1)) (&& (== net472) (< netstandard2.0) (>= wpa81)) (&& (== net472) (>= uap10.1)) (&& (== net8.0) (< netcoreapp2.0) (< netstandard2.1)) (&& (== net8.0) (< netstandard1.1)) (&& (== net8.0) (< netstandard2.0)) (&& (== net8.0) (>= uap10.1)) (&& (== net8.0-windows7.0) (< netcoreapp2.0) (< netstandard2.1)) (&& (== net8.0-windows7.0) (< netstandard1.1)) (&& (== net8.0-windows7.0) (< netstandard2.0)) (&& (== net8.0-windows7.0) (>= uap10.1)) (== netstandard2.0) + System.Reflection.Emit.ILGeneration (4.7) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (< netstandard2.0) (>= wpa81)) (&& (== net472) (< portable-net45+wp8)) (&& (== net472) (>= uap10.1)) (== net8.0) (== net8.0-windows7.0) (== netstandard2.0) + System.Reflection.Emit.Lightweight (4.7) + System.Reflection.Emit.ILGeneration (>= 4.7) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (< netstandard2.0) (>= wpa81)) (&& (== net472) (< portable-net45+wp8)) (&& (== net472) (>= uap10.1)) (&& (== net8.0) (< netcoreapp2.0) (< netstandard2.1)) (&& (== net8.0) (< netstandard2.0)) (&& (== net8.0) (< portable-net45+wp8)) (&& (== net8.0) (>= uap10.1)) (&& (== net8.0-windows7.0) (< netcoreapp2.0) (< netstandard2.1)) (&& (== net8.0-windows7.0) (< netstandard2.0)) (&& (== net8.0-windows7.0) (< portable-net45+wp8)) (&& (== net8.0-windows7.0) (>= uap10.1)) (== netstandard2.0) + System.Reflection.Extensions (4.3) - restriction: || (&& (== net472) (< net45)) (== net8.0) (== net8.0-windows7.0) (== netstandard2.0) + Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net472) (< net45)) (== net8.0) (== net8.0-windows7.0) (== netstandard2.0) + Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net472) (< net45)) (== net8.0) (== net8.0-windows7.0) (== netstandard2.0) + System.Reflection (>= 4.3) - restriction: || (&& (== net472) (< net45)) (== net8.0) (== net8.0-windows7.0) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net472) (< net45)) (== net8.0) (== net8.0-windows7.0) (== netstandard2.0) + System.Reflection.Metadata (8.0) + System.Collections.Immutable (>= 8.0) + System.Memory (>= 4.5.5) - restriction: || (== net472) (&& (== net8.0) (>= net462)) (&& (== net8.0) (< net6.0)) (&& (== net8.0-windows7.0) (>= net462)) (&& (== net8.0-windows7.0) (< net6.0)) (== netstandard2.0) + System.Reflection.Primitives (4.3) - restriction: || (&& (== net472) (< net45)) (== net8.0) (== net8.0-windows7.0) (== netstandard2.0) + Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net472) (< net45)) (== net8.0) (== net8.0-windows7.0) (== netstandard2.0) + Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net472) (< net45)) (== net8.0) (== net8.0-windows7.0) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net472) (< net45)) (== net8.0) (== net8.0-windows7.0) (== netstandard2.0) + System.Reflection.TypeExtensions (4.7) - restriction: || (&& (== net472) (< net45)) (== net8.0) (== net8.0-windows7.0) (== netstandard2.0) + System.Resources.ResourceManager (4.3) - restriction: || (&& (== net472) (< net45)) (== net8.0) (== net8.0-windows7.0) (== netstandard2.0) + Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net472) (< net45)) (== net8.0) (== net8.0-windows7.0) (== netstandard2.0) + Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net472) (< net45)) (== net8.0) (== net8.0-windows7.0) (== netstandard2.0) + System.Globalization (>= 4.3) - restriction: || (&& (== net472) (< net45)) (== net8.0) (== net8.0-windows7.0) (== netstandard2.0) + System.Reflection (>= 4.3) - restriction: || (&& (== net472) (< net45)) (== net8.0) (== net8.0-windows7.0) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net472) (< net45)) (== net8.0) (== net8.0-windows7.0) (== netstandard2.0) + System.Runtime (4.3.1) - restriction: || (&& (== net472) (< net45)) (== net8.0) (== net8.0-windows7.0) (== netstandard2.0) + Microsoft.NETCore.Platforms (>= 1.1.1) - restriction: || (&& (== net472) (< net45)) (== net8.0) (== net8.0-windows7.0) (== netstandard2.0) + Microsoft.NETCore.Targets (>= 1.1.3) - restriction: || (&& (== net472) (< net45)) (== net8.0) (== net8.0-windows7.0) (== netstandard2.0) + System.Runtime.CompilerServices.Unsafe (6.0) + System.Runtime.Extensions (4.3.1) - restriction: || (&& (== net472) (< net45)) (== net8.0) (== net8.0-windows7.0) (== netstandard2.0) + Microsoft.NETCore.Platforms (>= 1.1.1) - restriction: || (&& (== net472) (< net45)) (== net8.0) (== net8.0-windows7.0) (== netstandard2.0) + Microsoft.NETCore.Targets (>= 1.1.3) - restriction: || (&& (== net472) (< net45)) (== net8.0) (== net8.0-windows7.0) (== netstandard2.0) + System.Runtime (>= 4.3.1) - restriction: || (&& (== net472) (< net45)) (== net8.0) (== net8.0-windows7.0) (== netstandard2.0) + System.Text.Encoding (4.3) - restriction: || (&& (== net472) (< net45)) (== net8.0) (== net8.0-windows7.0) (== netstandard2.0) + Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net472) (< net45)) (== net8.0) (== net8.0-windows7.0) (== netstandard2.0) + Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net472) (< net45)) (== net8.0) (== net8.0-windows7.0) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net472) (< net45)) (== net8.0) (== net8.0-windows7.0) (== netstandard2.0) + System.Text.Encoding.CodePages (8.0) + System.Memory (>= 4.5.5) - restriction: || (== net472) (&& (== net8.0) (>= net462)) (&& (== net8.0) (< net6.0)) (&& (== net8.0-windows7.0) (>= net462)) (&& (== net8.0-windows7.0) (< net6.0)) (== netstandard2.0) + System.Runtime.CompilerServices.Unsafe (>= 6.0) - restriction: || (== net472) (&& (== net8.0) (>= net462)) (&& (== net8.0) (< net6.0)) (&& (== net8.0) (< net7.0)) (&& (== net8.0-windows7.0) (>= net462)) (&& (== net8.0-windows7.0) (< net6.0)) (&& (== net8.0-windows7.0) (< net7.0)) (== netstandard2.0) + System.Text.Encodings.Web (8.0) + System.Buffers (>= 4.5.1) - restriction: || (== net472) (&& (== net8.0) (>= net462)) (&& (== net8.0) (< net6.0)) (&& (== net8.0-windows7.0) (>= net462)) (&& (== net8.0-windows7.0) (< net6.0)) (== netstandard2.0) + System.Memory (>= 4.5.5) - restriction: || (== net472) (&& (== net8.0) (>= net462)) (&& (== net8.0) (< net6.0)) (&& (== net8.0-windows7.0) (>= net462)) (&& (== net8.0-windows7.0) (< net6.0)) (== netstandard2.0) + System.Runtime.CompilerServices.Unsafe (>= 6.0) - restriction: || (== net472) (&& (== net8.0) (>= net462)) (&& (== net8.0) (< net6.0)) (&& (== net8.0) (< net7.0)) (&& (== net8.0-windows7.0) (>= net462)) (&& (== net8.0-windows7.0) (< net6.0)) (&& (== net8.0-windows7.0) (< net7.0)) (== netstandard2.0) + System.Text.Json (8.0) + Microsoft.Bcl.AsyncInterfaces (>= 8.0) - restriction: || (== net472) (&& (== net8.0) (>= net462)) (&& (== net8.0) (< net6.0)) (&& (== net8.0-windows7.0) (>= net462)) (&& (== net8.0-windows7.0) (< net6.0)) (== netstandard2.0) + System.Buffers (>= 4.5.1) - restriction: || (== net472) (&& (== net8.0) (>= net462)) (&& (== net8.0) (< net6.0)) (&& (== net8.0-windows7.0) (>= net462)) (&& (== net8.0-windows7.0) (< net6.0)) (== netstandard2.0) + System.Memory (>= 4.5.5) - restriction: || (== net472) (&& (== net8.0) (>= net462)) (&& (== net8.0) (< net6.0)) (&& (== net8.0-windows7.0) (>= net462)) (&& (== net8.0-windows7.0) (< net6.0)) (== netstandard2.0) + System.Runtime.CompilerServices.Unsafe (>= 6.0) - restriction: || (== net472) (&& (== net8.0) (>= net462)) (&& (== net8.0) (< net6.0)) (&& (== net8.0) (< net7.0)) (&& (== net8.0-windows7.0) (>= net462)) (&& (== net8.0-windows7.0) (< net6.0)) (&& (== net8.0-windows7.0) (< net7.0)) (== netstandard2.0) + System.Text.Encodings.Web (>= 8.0) + System.Threading.Tasks.Extensions (>= 4.5.4) - restriction: || (== net472) (&& (== net8.0) (>= net462)) (&& (== net8.0) (< net6.0)) (&& (== net8.0-windows7.0) (>= net462)) (&& (== net8.0-windows7.0) (< net6.0)) (== netstandard2.0) + System.ValueTuple (>= 4.5) - restriction: || (== net472) (&& (== net8.0) (>= net462)) (&& (== net8.0-windows7.0) (>= net462)) (&& (== netstandard2.0) (>= net462)) + System.Threading (4.3) - restriction: || (&& (== net472) (< net45)) (== net8.0) (== net8.0-windows7.0) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net472) (< net45)) (== net8.0) (== net8.0-windows7.0) (== netstandard2.0) + System.Threading.Tasks (>= 4.3) - restriction: || (&& (== net472) (< net45)) (== net8.0) (== net8.0-windows7.0) (== netstandard2.0) + System.Threading.Tasks (4.3) - restriction: || (&& (== net472) (< net45)) (== net8.0) (== net8.0-windows7.0) (== netstandard2.0) + Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net472) (< net45)) (== net8.0) (== net8.0-windows7.0) (== netstandard2.0) + Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net472) (< net45)) (== net8.0) (== net8.0-windows7.0) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net472) (< net45)) (== net8.0) (== net8.0-windows7.0) (== netstandard2.0) + System.Threading.Tasks.Extensions (4.5.4) - restriction: || (== net472) (&& (== net8.0) (>= net462)) (&& (== net8.0) (< net6.0)) (&& (== net8.0-windows7.0) (>= net462)) (&& (== net8.0-windows7.0) (< net6.0)) (== netstandard2.0) + System.Runtime.CompilerServices.Unsafe (>= 4.5.3) - restriction: || (== net472) (&& (== net8.0) (>= net461)) (&& (== net8.0) (< netcoreapp2.1)) (&& (== net8.0) (< netstandard1.0)) (&& (== net8.0) (< netstandard2.0)) (&& (== net8.0) (>= wp8)) (&& (== net8.0-windows7.0) (>= net461)) (&& (== net8.0-windows7.0) (< netcoreapp2.1)) (&& (== net8.0-windows7.0) (< netstandard1.0)) (&& (== net8.0-windows7.0) (< netstandard2.0)) (&& (== net8.0-windows7.0) (>= wp8)) (== netstandard2.0) + System.ValueTuple (4.5) - restriction: || (== net472) (&& (== net8.0) (>= net462)) (&& (== net8.0-windows7.0) (>= net462)) (&& (== netstandard2.0) (>= net462)) + Unofficial.LibTessDotNet (2.0.2) + +GROUP CodeGenerator +STORAGE: NONE +RESTRICTION: == net8.0 +NUGET + remote: https://api.nuget.org/v3/index.json + Microsoft.CodeAnalysis.Analyzers (3.3.4) Microsoft.CodeAnalysis.Common (4.1) Microsoft.CodeAnalysis.Analyzers (>= 3.3.3) System.Collections.Immutable (>= 5.0) @@ -36,173 +195,38 @@ NUGET System.Threading.Tasks.Extensions (>= 4.5.4) Microsoft.CodeAnalysis.CSharp (4.1) Microsoft.CodeAnalysis.Common (4.1) - Microsoft.NETCore.Platforms (5.0) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= net5.0)) (&& (== net472) (>= netcoreapp2.0)) (&& (== net472) (>= netcoreapp3.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) - Microsoft.NETCore.Targets (5.0) - restriction: || (&& (== net472) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) Microsoft.NETFramework.ReferenceAssemblies (1.0) - Microsoft.NETFramework.ReferenceAssemblies.net472 (>= 1.0) - restriction: || (== net472) (&& (== net6.0) (>= net472)) (&& (== net6.0-windows7.0) (>= net472)) (&& (== netstandard2.0) (>= net472)) - Microsoft.NETFramework.ReferenceAssemblies.net472 (1.0.2) - restriction: || (== net472) (&& (== net6.0) (>= net472)) (&& (== net6.0-windows7.0) (>= net472)) (&& (== netstandard2.0) (>= net472)) - Microsoft.Win32.SystemEvents (5.0) - restriction: || (&& (== net472) (>= netcoreapp2.0)) (&& (== net472) (>= netcoreapp3.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= netcoreapp2.0)) (&& (== netstandard2.0) (>= netcoreapp3.0)) - Microsoft.NETCore.Platforms (>= 5.0) - restriction: || (&& (== net472) (>= netcoreapp2.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= netcoreapp2.0)) - Newtonsoft.Json (11.0.2) - SixLabors.ImageSharp (2.1.4) - System.Buffers (>= 4.5.1) - restriction: || (== net472) (&& (== net6.0) (>= net472)) (&& (== net6.0) (< netcoreapp2.1)) (&& (== net6.0-windows7.0) (>= net472)) (&& (== net6.0-windows7.0) (< netcoreapp2.1)) (== netstandard2.0) - System.Memory (>= 4.5.4) - restriction: || (== net472) (&& (== net6.0) (>= net472)) (&& (== net6.0) (< netcoreapp2.1)) (&& (== net6.0-windows7.0) (>= net472)) (&& (== net6.0-windows7.0) (< netcoreapp2.1)) (== netstandard2.0) - System.Numerics.Vectors (>= 4.5) - restriction: || (== net472) (&& (== net6.0) (>= net472)) (&& (== net6.0) (< netcoreapp2.1)) (&& (== net6.0-windows7.0) (>= net472)) (&& (== net6.0-windows7.0) (< netcoreapp2.1)) (== netstandard2.0) - System.Runtime.CompilerServices.Unsafe (>= 5.0) - System.Text.Encoding.CodePages (>= 5.0) - System.Buffers (4.5.1) - restriction: || (== net472) (&& (== net6.0) (>= monoandroid) (< netstandard2.0)) (&& (== net6.0) (>= monotouch)) (&& (== net6.0) (>= net461)) (&& (== net6.0) (>= net472)) (&& (== net6.0) (< netcoreapp2.0)) (&& (== net6.0) (< netcoreapp2.1)) (&& (== net6.0) (>= xamarinios)) (&& (== net6.0) (>= xamarinmac)) (&& (== net6.0) (>= xamarintvos)) (&& (== net6.0) (>= xamarinwatchos)) (&& (== net6.0-windows7.0) (>= monoandroid) (< netstandard2.0)) (&& (== net6.0-windows7.0) (>= monotouch)) (&& (== net6.0-windows7.0) (>= net461)) (&& (== net6.0-windows7.0) (>= net472)) (&& (== net6.0-windows7.0) (< netcoreapp2.0)) (&& (== net6.0-windows7.0) (< netcoreapp2.1)) (&& (== net6.0-windows7.0) (>= xamarinios)) (&& (== net6.0-windows7.0) (>= xamarinmac)) (&& (== net6.0-windows7.0) (>= xamarintvos)) (&& (== net6.0-windows7.0) (>= xamarinwatchos)) (== netstandard2.0) - System.Collections (4.3) - restriction: || (&& (== net472) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net472) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) - Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net472) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (&& (== net472) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) - System.Collections.Immutable (5.0) - System.Memory (>= 4.5.4) - restriction: || (== net472) (&& (== net6.0) (>= net461)) (&& (== net6.0) (< netcoreapp2.1)) (&& (== net6.0) (< netstandard2.0)) (&& (== net6.0) (>= uap10.1)) (&& (== net6.0-windows7.0) (>= net461)) (&& (== net6.0-windows7.0) (< netcoreapp2.1)) (&& (== net6.0-windows7.0) (< netstandard2.0)) (&& (== net6.0-windows7.0) (>= uap10.1)) (== netstandard2.0) - System.Diagnostics.Debug (4.3) - restriction: || (&& (== net472) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net472) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) - Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net472) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (&& (== net472) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) - System.Drawing.Common (4.7.3) - Microsoft.NETCore.Platforms (>= 3.1.9) - restriction: || (&& (== net472) (>= netcoreapp2.0)) (&& (== net472) (>= netcoreapp3.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= netcoreapp2.0)) (&& (== netstandard2.0) (>= netcoreapp3.0)) - Microsoft.Win32.SystemEvents (>= 4.7) - restriction: || (&& (== net472) (>= netcoreapp2.0)) (&& (== net472) (>= netcoreapp3.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= netcoreapp2.0)) (&& (== netstandard2.0) (>= netcoreapp3.0)) - System.Dynamic.Runtime (4.3) - System.Collections (>= 4.3) - restriction: || (&& (== net472) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) - System.Diagnostics.Debug (>= 4.3) - restriction: || (&& (== net472) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) - System.Linq (>= 4.3) - restriction: || (&& (== net472) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) - System.Linq.Expressions (>= 4.3) - restriction: || (&& (== net472) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) - System.ObjectModel (>= 4.3) - restriction: || (&& (== net472) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) - System.Reflection (>= 4.3) - restriction: || (&& (== net472) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) - System.Reflection.Emit (>= 4.3) - restriction: || (&& (== net472) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) - System.Reflection.Emit.ILGeneration (>= 4.3) - restriction: || (&& (== net472) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) - System.Reflection.Primitives (>= 4.3) - restriction: || (&& (== net472) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) - System.Reflection.TypeExtensions (>= 4.3) - restriction: || (&& (== net472) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) - System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net472) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (&& (== net472) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) - System.Runtime.Extensions (>= 4.3) - restriction: || (&& (== net472) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) - System.Threading (>= 4.3) - restriction: || (&& (== net472) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) - System.Globalization (4.3) - restriction: || (&& (== net472) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net472) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) - Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net472) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (&& (== net472) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) - System.IO (4.3) - restriction: || (&& (== net472) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net472) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) - Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net472) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (&& (== net472) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) - System.Text.Encoding (>= 4.3) - restriction: || (&& (== net472) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) - System.Threading.Tasks (>= 4.3) - restriction: || (&& (== net472) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) - System.Linq (4.3) - restriction: || (&& (== net472) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) - System.Collections (>= 4.3) - restriction: || (&& (== net472) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) - System.Diagnostics.Debug (>= 4.3) - restriction: || (&& (== net472) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) - System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net472) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (&& (== net472) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) - System.Runtime.Extensions (>= 4.3) - restriction: || (&& (== net472) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) - System.Linq.Expressions (4.3) - restriction: || (&& (== net472) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) - System.Collections (>= 4.3) - restriction: || (&& (== net472) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) - System.Diagnostics.Debug (>= 4.3) - restriction: || (&& (== net472) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) - System.Globalization (>= 4.3) - restriction: || (&& (== net472) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) - System.IO (>= 4.3) - restriction: || (&& (== net472) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) - System.Linq (>= 4.3) - restriction: || (&& (== net472) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) - System.ObjectModel (>= 4.3) - restriction: || (&& (== net472) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) - System.Reflection (>= 4.3) - restriction: || (&& (== net472) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) - System.Reflection.Emit (>= 4.3) - restriction: || (&& (== net472) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) - System.Reflection.Emit.ILGeneration (>= 4.3) - restriction: || (&& (== net472) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) - System.Reflection.Emit.Lightweight (>= 4.3) - restriction: || (&& (== net472) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) - System.Reflection.Extensions (>= 4.3) - restriction: || (&& (== net472) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) - System.Reflection.Primitives (>= 4.3) - restriction: || (&& (== net472) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) - System.Reflection.TypeExtensions (>= 4.3) - restriction: || (&& (== net472) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) - System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net472) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (&& (== net472) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) - System.Runtime.Extensions (>= 4.3) - restriction: || (&& (== net472) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) - System.Threading (>= 4.3) - restriction: || (&& (== net472) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) - System.Memory (4.5.4) - System.Buffers (>= 4.5.1) - restriction: || (== net472) (&& (== 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)) (&& (== net6.0-windows7.0) (>= monotouch)) (&& (== net6.0-windows7.0) (>= net461)) (&& (== net6.0-windows7.0) (< netcoreapp2.0)) (&& (== net6.0-windows7.0) (< netstandard1.1)) (&& (== net6.0-windows7.0) (< netstandard2.0)) (&& (== net6.0-windows7.0) (>= xamarinios)) (&& (== net6.0-windows7.0) (>= xamarinmac)) (&& (== net6.0-windows7.0) (>= xamarintvos)) (&& (== net6.0-windows7.0) (>= xamarinwatchos)) (== netstandard2.0) - System.Numerics.Vectors (>= 4.4) - restriction: || (&& (== net472) (== net6.0)) (&& (== net472) (== net6.0-windows7.0)) (&& (== net472) (< net45)) (&& (== net6.0) (< netcoreapp2.0)) (&& (== net6.0-windows7.0) (< netcoreapp2.0)) (== netstandard2.0) - System.Numerics.Vectors (>= 4.5) - restriction: || (== net472) (&& (== net6.0) (>= net461)) (&& (== net6.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) - System.Runtime.CompilerServices.Unsafe (>= 4.5.3) - restriction: || (== net472) (&& (== 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)) (&& (== net6.0-windows7.0) (>= monotouch)) (&& (== net6.0-windows7.0) (>= net461)) (&& (== net6.0-windows7.0) (< netcoreapp2.0)) (&& (== net6.0-windows7.0) (< netcoreapp2.1)) (&& (== net6.0-windows7.0) (< netstandard1.1)) (&& (== net6.0-windows7.0) (< netstandard2.0)) (&& (== net6.0-windows7.0) (>= uap10.1)) (&& (== net6.0-windows7.0) (>= xamarinios)) (&& (== net6.0-windows7.0) (>= xamarinmac)) (&& (== net6.0-windows7.0) (>= xamarintvos)) (&& (== net6.0-windows7.0) (>= xamarinwatchos)) (== netstandard2.0) - System.Numerics.Vectors (4.5) - restriction: || (== net472) (&& (== net6.0) (>= net461)) (&& (== net6.0) (>= net472)) (&& (== net6.0) (< netcoreapp2.0)) (&& (== net6.0) (< netcoreapp2.1)) (&& (== net6.0-windows7.0) (>= net461)) (&& (== net6.0-windows7.0) (>= net472)) (&& (== net6.0-windows7.0) (< netcoreapp2.0)) (&& (== net6.0-windows7.0) (< netcoreapp2.1)) (== netstandard2.0) - System.ObjectModel (4.3) - restriction: || (&& (== net472) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) - System.Collections (>= 4.3) - restriction: || (&& (== net472) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) - System.Diagnostics.Debug (>= 4.3) - restriction: || (&& (== net472) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) - System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net472) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (&& (== net472) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) - System.Threading (>= 4.3) - restriction: || (&& (== net472) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) - System.Reactive (5.0) - System.Runtime.InteropServices.WindowsRuntime (>= 4.3) - restriction: || (&& (== net472) (== net6.0)) (&& (== net472) (== net6.0-windows7.0)) (&& (== net6.0) (< netcoreapp3.1)) (&& (== net6.0-windows7.0) (< netcoreapp3.1)) (== netstandard2.0) - System.Threading.Tasks.Extensions (>= 4.5.4) - restriction: || (== net472) (&& (== net6.0) (>= net472)) (&& (== net6.0) (< netcoreapp3.1)) (&& (== net6.0) (>= uap10.1)) (&& (== net6.0-windows7.0) (>= net472)) (&& (== net6.0-windows7.0) (< netcoreapp3.1)) (&& (== net6.0-windows7.0) (>= uap10.1)) (== netstandard2.0) - System.Reflection (4.3) - restriction: || (&& (== net472) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net472) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) - Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net472) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) - System.IO (>= 4.3) - restriction: || (&& (== net472) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) - System.Reflection.Primitives (>= 4.3) - restriction: || (&& (== net472) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (&& (== net472) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) - System.Reflection.Emit (4.7) - restriction: || (&& (== net472) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) - System.Reflection.Emit.ILGeneration (>= 4.7) - restriction: || (&& (== net472) (== net6.0)) (&& (== net472) (== net6.0-windows7.0)) (&& (== net472) (< net45)) (&& (== net472) (< netstandard1.1)) (&& (== net472) (< netstandard2.0) (>= wpa81)) (&& (== net472) (>= uap10.1)) (&& (== net6.0) (< netcoreapp2.0) (< netstandard2.1)) (&& (== net6.0) (< netstandard1.1)) (&& (== net6.0) (< netstandard2.0)) (&& (== net6.0) (>= uap10.1)) (&& (== net6.0-windows7.0) (< netcoreapp2.0) (< netstandard2.1)) (&& (== net6.0-windows7.0) (< netstandard1.1)) (&& (== net6.0-windows7.0) (< netstandard2.0)) (&& (== net6.0-windows7.0) (>= uap10.1)) (== netstandard2.0) - System.Reflection.Emit.ILGeneration (4.7) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (< netstandard2.0) (>= wpa81)) (&& (== net472) (< portable-net45+wp8)) (&& (== net472) (>= uap10.1)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) - System.Reflection.Emit.Lightweight (4.7) - System.Reflection.Emit.ILGeneration (>= 4.7) - restriction: || (&& (== net472) (== net6.0)) (&& (== net472) (== net6.0-windows7.0)) (&& (== net472) (< net45)) (&& (== net472) (< netstandard2.0) (>= wpa81)) (&& (== net472) (< portable-net45+wp8)) (&& (== net472) (>= uap10.1)) (&& (== net6.0) (< netcoreapp2.0) (< netstandard2.1)) (&& (== net6.0) (< netstandard2.0)) (&& (== net6.0) (< portable-net45+wp8)) (&& (== net6.0) (>= uap10.1)) (&& (== net6.0-windows7.0) (< netcoreapp2.0) (< netstandard2.1)) (&& (== net6.0-windows7.0) (< netstandard2.0)) (&& (== net6.0-windows7.0) (< portable-net45+wp8)) (&& (== net6.0-windows7.0) (>= uap10.1)) (== netstandard2.0) - System.Reflection.Extensions (4.3) - restriction: || (&& (== net472) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net472) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) - Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net472) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) - System.Reflection (>= 4.3) - restriction: || (&& (== net472) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (&& (== net472) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) - System.Reflection.Metadata (5.0) - System.Collections.Immutable (>= 5.0) - restriction: || (== net472) (&& (== net6.0) (>= net461)) (&& (== net6.0) (< net5.0)) (&& (== net6.0) (< netstandard1.1)) (&& (== net6.0) (< netstandard2.0)) (&& (== net6.0-windows7.0) (>= net461)) (&& (== net6.0-windows7.0) (< net5.0)) (&& (== net6.0-windows7.0) (< netstandard1.1)) (&& (== net6.0-windows7.0) (< netstandard2.0)) (== netstandard2.0) - System.Reflection.Primitives (4.3) - restriction: || (&& (== net472) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net472) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) - Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net472) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (&& (== net472) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) - System.Reflection.TypeExtensions (4.7) - restriction: || (&& (== net472) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) - System.Resources.ResourceManager (4.3) - restriction: || (&& (== net472) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net472) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) - Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net472) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) - System.Globalization (>= 4.3) - restriction: || (&& (== net472) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) - System.Reflection (>= 4.3) - restriction: || (&& (== net472) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (&& (== net472) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) - System.Runtime (4.3.1) - restriction: || (&& (== net472) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) - Microsoft.NETCore.Platforms (>= 1.1.1) - restriction: || (&& (== net472) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) - Microsoft.NETCore.Targets (>= 1.1.3) - restriction: || (&& (== net472) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) - System.Runtime.CompilerServices.Unsafe (5.0) - System.Runtime.Extensions (4.3.1) - restriction: || (&& (== net472) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) - Microsoft.NETCore.Platforms (>= 1.1.1) - restriction: || (&& (== net472) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) - Microsoft.NETCore.Targets (>= 1.1.3) - restriction: || (&& (== net472) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) - System.Runtime (>= 4.3.1) - restriction: || (&& (== net472) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) - System.Runtime.InteropServices.WindowsRuntime (4.3) - restriction: || (&& (== net472) (== net6.0)) (&& (== net472) (== net6.0-windows7.0)) (&& (== net6.0) (< netcoreapp3.1)) (&& (== net6.0-windows7.0) (< netcoreapp3.1)) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (&& (== net472) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) - System.Text.Encoding (4.3) - restriction: || (&& (== net472) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net472) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) - Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net472) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (&& (== net472) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) - System.Text.Encoding.CodePages (5.0) - Microsoft.NETCore.Platforms (>= 5.0) - restriction: || (&& (== net472) (>= net5.0)) (&& (== net472) (>= netcoreapp2.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.0) (>= netcoreapp2.0)) - System.Runtime.CompilerServices.Unsafe (>= 5.0) - restriction: || (== net472) (&& (== net6.0) (>= net461)) (&& (== net6.0) (< net5.0)) (&& (== net6.0) (< netcoreapp2.0)) (&& (== net6.0-windows7.0) (>= net461)) (&& (== net6.0-windows7.0) (< net5.0)) (&& (== net6.0-windows7.0) (< netcoreapp2.0)) (== netstandard2.0) - System.Text.Encodings.Web (5.0) - restriction: || (== net472) (&& (== net6.0) (>= monoandroid) (< netstandard2.0)) (&& (== net6.0) (>= monotouch)) (&& (== net6.0) (>= net461)) (&& (== net6.0) (< netcoreapp2.0)) (&& (== net6.0) (< netcoreapp2.1)) (&& (== net6.0) (< netcoreapp3.0)) (&& (== net6.0) (< netcoreapp3.1)) (&& (== net6.0) (>= uap10.1)) (&& (== net6.0) (>= xamarinios)) (&& (== net6.0) (>= xamarinmac)) (&& (== net6.0) (>= xamarintvos)) (&& (== net6.0) (>= xamarinwatchos)) (&& (== net6.0-windows7.0) (>= monoandroid) (< netstandard2.0)) (&& (== net6.0-windows7.0) (>= monotouch)) (&& (== net6.0-windows7.0) (>= net461)) (&& (== net6.0-windows7.0) (< netcoreapp2.0)) (&& (== net6.0-windows7.0) (< netcoreapp2.1)) (&& (== net6.0-windows7.0) (< netcoreapp3.0)) (&& (== net6.0-windows7.0) (< netcoreapp3.1)) (&& (== net6.0-windows7.0) (>= uap10.1)) (&& (== net6.0-windows7.0) (>= xamarinios)) (&& (== net6.0-windows7.0) (>= xamarinmac)) (&& (== net6.0-windows7.0) (>= xamarintvos)) (&& (== net6.0-windows7.0) (>= xamarinwatchos)) (== netstandard2.0) - System.Memory (>= 4.5.4) - restriction: || (== net472) (&& (== net6.0) (>= net461)) (&& (== net6.0) (< netcoreapp2.1) (< netstandard2.1)) (&& (== net6.0) (>= uap10.1)) (&& (== net6.0-windows7.0) (>= net461)) (&& (== net6.0-windows7.0) (< netcoreapp2.1) (< netstandard2.1)) (&& (== net6.0-windows7.0) (>= uap10.1)) (== netstandard2.0) - System.Text.Json (4.7.2) - Microsoft.Bcl.AsyncInterfaces (>= 1.1) - restriction: || (== net472) (&& (== net6.0) (>= monoandroid) (< netstandard2.0)) (&& (== net6.0) (>= monotouch)) (&& (== net6.0) (>= net461)) (&& (== net6.0) (< netcoreapp2.0)) (&& (== net6.0) (< netcoreapp2.1)) (&& (== net6.0) (< netcoreapp3.0)) (&& (== net6.0) (>= uap10.1)) (&& (== net6.0) (>= xamarinios)) (&& (== net6.0) (>= xamarinmac)) (&& (== net6.0) (>= xamarintvos)) (&& (== net6.0) (>= xamarinwatchos)) (&& (== net6.0-windows7.0) (>= monoandroid) (< netstandard2.0)) (&& (== net6.0-windows7.0) (>= monotouch)) (&& (== net6.0-windows7.0) (>= net461)) (&& (== net6.0-windows7.0) (< netcoreapp2.0)) (&& (== net6.0-windows7.0) (< netcoreapp2.1)) (&& (== net6.0-windows7.0) (< netcoreapp3.0)) (&& (== net6.0-windows7.0) (>= uap10.1)) (&& (== net6.0-windows7.0) (>= xamarinios)) (&& (== net6.0-windows7.0) (>= xamarinmac)) (&& (== net6.0-windows7.0) (>= xamarintvos)) (&& (== net6.0-windows7.0) (>= xamarinwatchos)) (== netstandard2.0) - System.Buffers (>= 4.5.1) - restriction: || (== net472) (&& (== net6.0) (>= monoandroid) (< netstandard2.0)) (&& (== net6.0) (>= monotouch)) (&& (== net6.0) (>= net461)) (&& (== net6.0) (< netcoreapp2.0)) (&& (== net6.0) (>= xamarinios)) (&& (== net6.0) (>= xamarinmac)) (&& (== net6.0) (>= xamarintvos)) (&& (== net6.0) (>= xamarinwatchos)) (&& (== net6.0-windows7.0) (>= monoandroid) (< netstandard2.0)) (&& (== net6.0-windows7.0) (>= monotouch)) (&& (== net6.0-windows7.0) (>= net461)) (&& (== net6.0-windows7.0) (< netcoreapp2.0)) (&& (== net6.0-windows7.0) (>= xamarinios)) (&& (== net6.0-windows7.0) (>= xamarinmac)) (&& (== net6.0-windows7.0) (>= xamarintvos)) (&& (== net6.0-windows7.0) (>= xamarinwatchos)) (== netstandard2.0) - System.Memory (>= 4.5.4) - restriction: || (== net472) (&& (== net6.0) (>= net461)) (&& (== net6.0) (< netcoreapp2.0)) (&& (== net6.0) (< netcoreapp2.1)) (&& (== net6.0) (>= uap10.1)) (&& (== net6.0-windows7.0) (>= net461)) (&& (== net6.0-windows7.0) (< netcoreapp2.0)) (&& (== net6.0-windows7.0) (< netcoreapp2.1)) (&& (== net6.0-windows7.0) (>= uap10.1)) (== netstandard2.0) - System.Numerics.Vectors (>= 4.5) - restriction: || (== net472) (&& (== net6.0) (>= net461)) (&& (== net6.0) (< netcoreapp2.0)) (&& (== net6.0-windows7.0) (>= net461)) (&& (== net6.0-windows7.0) (< netcoreapp2.0)) (== netstandard2.0) - System.Runtime.CompilerServices.Unsafe (>= 4.7.1) - restriction: || (== net472) (&& (== net6.0) (>= monoandroid) (< netstandard2.0)) (&& (== net6.0) (>= monotouch)) (&& (== net6.0) (>= net461)) (&& (== net6.0) (< netcoreapp2.0)) (&& (== net6.0) (< netcoreapp2.1)) (&& (== net6.0) (< netcoreapp3.0)) (&& (== net6.0) (< netcoreapp3.1)) (&& (== net6.0) (>= uap10.1)) (&& (== net6.0) (>= xamarinios)) (&& (== net6.0) (>= xamarinmac)) (&& (== net6.0) (>= xamarintvos)) (&& (== net6.0) (>= xamarinwatchos)) (&& (== net6.0-windows7.0) (>= monoandroid) (< netstandard2.0)) (&& (== net6.0-windows7.0) (>= monotouch)) (&& (== net6.0-windows7.0) (>= net461)) (&& (== net6.0-windows7.0) (< netcoreapp2.0)) (&& (== net6.0-windows7.0) (< netcoreapp2.1)) (&& (== net6.0-windows7.0) (< netcoreapp3.0)) (&& (== net6.0-windows7.0) (< netcoreapp3.1)) (&& (== net6.0-windows7.0) (>= uap10.1)) (&& (== net6.0-windows7.0) (>= xamarinios)) (&& (== net6.0-windows7.0) (>= xamarinmac)) (&& (== net6.0-windows7.0) (>= xamarintvos)) (&& (== net6.0-windows7.0) (>= xamarinwatchos)) (== netstandard2.0) - System.Text.Encodings.Web (>= 4.7.1) - restriction: || (== net472) (&& (== net6.0) (>= monoandroid) (< netstandard2.0)) (&& (== net6.0) (>= monotouch)) (&& (== net6.0) (>= net461)) (&& (== net6.0) (< netcoreapp2.0)) (&& (== net6.0) (< netcoreapp2.1)) (&& (== net6.0) (< netcoreapp3.0)) (&& (== net6.0) (< netcoreapp3.1)) (&& (== net6.0) (>= uap10.1)) (&& (== net6.0) (>= xamarinios)) (&& (== net6.0) (>= xamarinmac)) (&& (== net6.0) (>= xamarintvos)) (&& (== net6.0) (>= xamarinwatchos)) (&& (== net6.0-windows7.0) (>= monoandroid) (< netstandard2.0)) (&& (== net6.0-windows7.0) (>= monotouch)) (&& (== net6.0-windows7.0) (>= net461)) (&& (== net6.0-windows7.0) (< netcoreapp2.0)) (&& (== net6.0-windows7.0) (< netcoreapp2.1)) (&& (== net6.0-windows7.0) (< netcoreapp3.0)) (&& (== net6.0-windows7.0) (< netcoreapp3.1)) (&& (== net6.0-windows7.0) (>= uap10.1)) (&& (== net6.0-windows7.0) (>= xamarinios)) (&& (== net6.0-windows7.0) (>= xamarinmac)) (&& (== net6.0-windows7.0) (>= xamarintvos)) (&& (== net6.0-windows7.0) (>= xamarinwatchos)) (== netstandard2.0) - System.Threading.Tasks.Extensions (>= 4.5.4) - restriction: || (== net472) (&& (== net6.0) (>= net461)) (&& (== net6.0) (< netcoreapp2.0)) (&& (== net6.0) (< netcoreapp2.1)) (&& (== net6.0) (>= uap10.1)) (&& (== net6.0-windows7.0) (>= net461)) (&& (== net6.0-windows7.0) (< netcoreapp2.0)) (&& (== net6.0-windows7.0) (< netcoreapp2.1)) (&& (== net6.0-windows7.0) (>= uap10.1)) (== netstandard2.0) - System.ValueTuple (>= 4.5) - restriction: || (== net472) (&& (== net6.0) (>= net461)) (&& (== net6.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) - System.Threading (4.3) - restriction: || (&& (== net472) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (&& (== net472) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) - System.Threading.Tasks (>= 4.3) - restriction: || (&& (== net472) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) - System.Threading.Tasks (4.3) - restriction: || (&& (== net472) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net472) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) - Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net472) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (&& (== net472) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) + System.Collections.Immutable (8.0) + System.Memory (4.5.5) + System.Reflection.Metadata (8.0) + System.Collections.Immutable (>= 8.0) + System.Runtime.CompilerServices.Unsafe (6.0) + System.Text.Encoding.CodePages (8.0) System.Threading.Tasks.Extensions (4.5.4) - System.Runtime.CompilerServices.Unsafe (>= 4.5.3) - restriction: || (== net472) (&& (== net6.0) (>= net461)) (&& (== net6.0) (< netcoreapp2.1)) (&& (== net6.0) (< netstandard1.0)) (&& (== net6.0) (< netstandard2.0)) (&& (== net6.0) (>= wp8)) (&& (== net6.0-windows7.0) (>= net461)) (&& (== net6.0-windows7.0) (< netcoreapp2.1)) (&& (== net6.0-windows7.0) (< netstandard1.0)) (&& (== net6.0-windows7.0) (< netstandard2.0)) (&& (== net6.0-windows7.0) (>= wp8)) (== netstandard2.0) - System.ValueTuple (4.5) - restriction: || (== net472) (&& (== net6.0) (>= net461)) (&& (== net6.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) - Unofficial.LibTessDotNet (2.0.2) + +GROUP Demo +STORAGE: NONE +RESTRICTION: == net8.0 +NUGET + remote: https://api.nuget.org/v3/index.json + CSharp.Data.Adaptive (1.2.15) + FSharp.Core (>= 4.7) + FSharp.Data.Adaptive (1.2.15) + System.Reflection.Emit.Lightweight (>= 4.6) + FSharp.Core (8.0.200) + FSharp.Data.Adaptive (1.2.15) + FSharp.Core (>= 4.7) + System.Reflection.Emit.Lightweight (>= 4.6) + System.Reactive (6.0) + System.Reflection.Emit.Lightweight (4.7) GROUP Test -RESTRICTION: || (== net6.0) (== net6.0-windows7.0) +STORAGE: NONE +RESTRICTION: || (== net8.0) (== net8.0-windows7.0) NUGET remote: https://api.nuget.org/v3/index.json - BenchmarkDotNet (0.13.9) - BenchmarkDotNet.Annotations (>= 0.13.9) + BenchmarkDotNet (0.13.12) + BenchmarkDotNet.Annotations (>= 0.13.12) CommandLineParser (>= 2.9.1) Gee.External.Capstone (>= 2.3) Iced (>= 1.17) @@ -212,7 +236,7 @@ NUGET Microsoft.DotNet.PlatformAbstractions (>= 3.1.6) Perfolizer (0.2.1) System.Management (>= 5.0) - BenchmarkDotNet.Annotations (0.13.9) + BenchmarkDotNet.Annotations (0.13.12) CommandLineParser (2.9.1) Expecto (10.1) FSharp.Core (>= 7.0.200) @@ -225,86 +249,480 @@ NUGET FsCheck.NUnit (2.16.6) FsCheck (2.16.6) NUnit (>= 3.13.1 < 4.0) - FSharp.Core (7.0.200) + FSharp.Core (8.0.200) FsUnit (5.4) FSharp.Core (>= 5.0.2) NUnit (>= 3.13.3 < 3.14) Gee.External.Capstone (2.3) - Iced (1.17) - Microsoft.Bcl.AsyncInterfaces (6.0) - Microsoft.CodeAnalysis.Analyzers (3.3.3) - Microsoft.CodeAnalysis.Common (4.2) - Microsoft.CodeAnalysis.Analyzers (>= 3.3.3) - System.Collections.Immutable (>= 5.0) - System.Memory (>= 4.5.4) - System.Reflection.Metadata (>= 5.0) - System.Runtime.CompilerServices.Unsafe (>= 6.0) - System.Text.Encoding.CodePages (>= 6.0) - System.Threading.Tasks.Extensions (>= 4.5.4) - Microsoft.CodeAnalysis.CSharp (4.2) - Microsoft.CodeAnalysis.Common (4.2) - Microsoft.CodeCoverage (17.7.2) - Microsoft.Diagnostics.NETCore.Client (0.2.327302) - Microsoft.Bcl.AsyncInterfaces (>= 1.1) - Microsoft.Extensions.Logging (>= 2.1.1) - Microsoft.Diagnostics.Runtime (2.4.416101) - Microsoft.Diagnostics.NETCore.Client (>= 0.2.251802) - System.Collections.Immutable (>= 5.0) - System.Runtime.CompilerServices.Unsafe (>= 5.0) - Microsoft.Diagnostics.Tracing.TraceEvent (3.1.2) - System.Runtime.CompilerServices.Unsafe (>= 5.0) - Microsoft.DotNet.PlatformAbstractions (3.1.6) - Microsoft.Extensions.DependencyInjection (6.0) - Microsoft.Extensions.DependencyInjection.Abstractions (>= 6.0) + Iced (1.21) + Microsoft.CodeAnalysis.Analyzers (3.3.4) + Microsoft.CodeAnalysis.Common (4.9.2) + Microsoft.CodeAnalysis.Analyzers (>= 3.3.4) + System.Collections.Immutable (>= 8.0) + System.Reflection.Metadata (>= 8.0) System.Runtime.CompilerServices.Unsafe (>= 6.0) - Microsoft.Extensions.DependencyInjection.Abstractions (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.1) - Microsoft.Extensions.Options (6.0) - Microsoft.Extensions.DependencyInjection.Abstractions (>= 6.0) - Microsoft.Extensions.Primitives (>= 6.0) - Microsoft.Extensions.Primitives (6.0) + Microsoft.CodeAnalysis.CSharp (4.9.2) + Microsoft.CodeAnalysis.Common (4.9.2) + Microsoft.CodeCoverage (17.9) + Microsoft.Diagnostics.NETCore.Client (0.2.510501) + Microsoft.Extensions.Logging (>= 6.0) + Microsoft.Diagnostics.Runtime (3.1.512801) + Microsoft.Diagnostics.NETCore.Client (>= 0.2.410101) + Microsoft.Diagnostics.Tracing.TraceEvent (3.1.9) + Microsoft.NETCore.Portable.Compatibility (>= 1.0.2) + Microsoft.Win32.Registry (>= 5.0) + System.Collections.Immutable (>= 8.0) + System.Diagnostics.Process (>= 4.3) + System.Diagnostics.TraceSource (>= 4.3) + System.IO.Compression (>= 4.3) + System.IO.UnmanagedMemoryStream (>= 4.3) + System.Net.NameResolution (>= 4.3) + System.Net.Requests (>= 4.3) + System.Reflection.Metadata (>= 8.0) + System.Reflection.TypeExtensions (>= 4.7) + System.Runtime (>= 4.3.1) System.Runtime.CompilerServices.Unsafe (>= 6.0) + System.Security.Cryptography.Algorithms (>= 4.3.1) + System.Threading.Tasks.Parallel (>= 4.3) + System.Threading.Thread (>= 4.3) + Microsoft.DotNet.PlatformAbstractions (3.1.6) + Microsoft.Extensions.DependencyInjection (8.0) + Microsoft.Extensions.DependencyInjection.Abstractions (>= 8.0) + Microsoft.Extensions.DependencyInjection.Abstractions (8.0.1) + 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.1) + Microsoft.Extensions.DependencyInjection.Abstractions (>= 8.0.1) + Microsoft.Extensions.Options (8.0.2) + Microsoft.Extensions.DependencyInjection.Abstractions (>= 8.0) + Microsoft.Extensions.Primitives (>= 8.0) + Microsoft.Extensions.Primitives (8.0) Microsoft.NET.Test.Sdk (17.7.2) Microsoft.CodeCoverage (>= 17.7.2) Microsoft.TestPlatform.TestHost (>= 17.7.2) - Microsoft.NETCore.Platforms (6.0.3) - Microsoft.TestPlatform.ObjectModel (17.7.2) - NuGet.Frameworks (>= 6.5) + Microsoft.NETCore.Jit (2.0.8) + Microsoft.NETCore.Platforms (7.0.4) + Microsoft.NETCore.Portable.Compatibility (1.0.2) + Microsoft.NETCore.Runtime.CoreCLR (>= 1.0.2) + Microsoft.NETCore.Runtime.CoreCLR (2.0.8) + Microsoft.NETCore.Jit (>= 2.0.8) + Microsoft.NETCore.Targets (5.0) + Microsoft.TestPlatform.ObjectModel (17.9) System.Reflection.Metadata (>= 1.6) - Microsoft.TestPlatform.TestHost (17.7.2) - Microsoft.TestPlatform.ObjectModel (>= 17.7.2) + Microsoft.TestPlatform.TestHost (17.9) + Microsoft.TestPlatform.ObjectModel (>= 17.9) Newtonsoft.Json (>= 13.0.1) - Mono.Cecil (0.11.4) + Microsoft.Win32.Primitives (4.3) + Microsoft.NETCore.Platforms (>= 1.1) + Microsoft.NETCore.Targets (>= 1.1) + System.Runtime (>= 4.3) + Microsoft.Win32.Registry (5.0) + System.Security.AccessControl (>= 5.0) + System.Security.Principal.Windows (>= 5.0) + Mono.Cecil (0.11.5) NETStandard.Library (2.0.3) Microsoft.NETCore.Platforms (>= 1.1) - Newtonsoft.Json (13.0.1) - NuGet.Frameworks (6.7) + Newtonsoft.Json (13.0.3) NUnit (3.13.3) NETStandard.Library (>= 2.0) NUnit3TestAdapter (4.5) Perfolizer (0.2.1) System.Memory (>= 4.5.3) - System.CodeDom (6.0) - System.Collections.Immutable (6.0) - System.Runtime.CompilerServices.Unsafe (>= 6.0) - System.Diagnostics.DiagnosticSource (6.0) - System.Runtime.CompilerServices.Unsafe (>= 6.0) - System.Management (6.0) - System.CodeDom (>= 6.0) - System.Memory (4.5.4) - System.Reflection.Metadata (6.0.1) - System.Collections.Immutable (>= 6.0) + runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.3) + runtime.debian.9-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.3) + runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.3) + runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.3) + runtime.fedora.27-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.3) + runtime.fedora.28-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.3) + runtime.native.System (4.3.1) + Microsoft.NETCore.Platforms (>= 1.1.1) + Microsoft.NETCore.Targets (>= 1.1.3) + runtime.native.System.IO.Compression (4.3.2) + Microsoft.NETCore.Platforms (>= 1.1.1) + Microsoft.NETCore.Targets (>= 1.1.3) + runtime.native.System.Net.Http (4.3.1) + Microsoft.NETCore.Platforms (>= 1.1.1) + Microsoft.NETCore.Targets (>= 1.1.3) + runtime.native.System.Security.Cryptography.Apple (4.3.1) + runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple (>= 4.3.1) + runtime.native.System.Security.Cryptography.OpenSsl (4.3.3) + runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3.3) + runtime.debian.9-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3.3) + runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3.3) + runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3.3) + runtime.fedora.27-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3.3) + runtime.fedora.28-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3.3) + runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3.3) + runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3.3) + runtime.opensuse.42.3-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3.3) + runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3.3) + runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3.3) + runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3.3) + runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3.3) + runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3.3) + runtime.ubuntu.18.04-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3.3) + runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.3) + runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.3) + runtime.opensuse.42.3-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.3) + runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple (4.3.1) + runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.3) + runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.3) + runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.3) + runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.3) + runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.3) + runtime.ubuntu.18.04-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.3) + System.Buffers (4.5.1) + System.CodeDom (8.0) + System.Collections (4.3) + Microsoft.NETCore.Platforms (>= 1.1) + Microsoft.NETCore.Targets (>= 1.1) + System.Runtime (>= 4.3) + System.Collections.Concurrent (4.3) + System.Collections (>= 4.3) + System.Diagnostics.Debug (>= 4.3) + System.Diagnostics.Tracing (>= 4.3) + System.Globalization (>= 4.3) + System.Reflection (>= 4.3) + System.Resources.ResourceManager (>= 4.3) + System.Runtime (>= 4.3) + System.Runtime.Extensions (>= 4.3) + System.Threading (>= 4.3) + System.Threading.Tasks (>= 4.3) + System.Collections.Immutable (8.0) + System.Diagnostics.Debug (4.3) + Microsoft.NETCore.Platforms (>= 1.1) + Microsoft.NETCore.Targets (>= 1.1) + System.Runtime (>= 4.3) + System.Diagnostics.DiagnosticSource (8.0) + System.Diagnostics.Process (4.3) + Microsoft.NETCore.Platforms (>= 1.1) + Microsoft.Win32.Primitives (>= 4.3) + Microsoft.Win32.Registry (>= 4.3) + runtime.native.System (>= 4.3) + System.Collections (>= 4.3) + System.Diagnostics.Debug (>= 4.3) + System.Globalization (>= 4.3) + System.IO (>= 4.3) + System.IO.FileSystem (>= 4.3) + System.IO.FileSystem.Primitives (>= 4.3) + System.Resources.ResourceManager (>= 4.3) + System.Runtime (>= 4.3) + System.Runtime.Extensions (>= 4.3) + System.Runtime.Handles (>= 4.3) + System.Runtime.InteropServices (>= 4.3) + System.Text.Encoding (>= 4.3) + System.Text.Encoding.Extensions (>= 4.3) + System.Threading (>= 4.3) + System.Threading.Tasks (>= 4.3) + System.Threading.Thread (>= 4.3) + System.Threading.ThreadPool (>= 4.3) + System.Diagnostics.TraceSource (4.3) + Microsoft.NETCore.Platforms (>= 1.1) + runtime.native.System (>= 4.3) + System.Collections (>= 4.3) + System.Diagnostics.Debug (>= 4.3) + System.Globalization (>= 4.3) + System.Resources.ResourceManager (>= 4.3) + System.Runtime (>= 4.3) + System.Runtime.Extensions (>= 4.3) + System.Threading (>= 4.3) + System.Diagnostics.Tracing (4.3) + Microsoft.NETCore.Platforms (>= 1.1) + Microsoft.NETCore.Targets (>= 1.1) + System.Runtime (>= 4.3) + System.Formats.Asn1 (8.0) + System.Globalization (4.3) + Microsoft.NETCore.Platforms (>= 1.1) + Microsoft.NETCore.Targets (>= 1.1) + System.Runtime (>= 4.3) + System.Globalization.Calendars (4.3) + Microsoft.NETCore.Platforms (>= 1.1) + Microsoft.NETCore.Targets (>= 1.1) + System.Globalization (>= 4.3) + System.Runtime (>= 4.3) + System.Globalization.Extensions (4.3) + Microsoft.NETCore.Platforms (>= 1.1) + System.Globalization (>= 4.3) + System.Resources.ResourceManager (>= 4.3) + System.Runtime (>= 4.3) + System.Runtime.Extensions (>= 4.3) + System.Runtime.InteropServices (>= 4.3) + System.IO (4.3) + Microsoft.NETCore.Platforms (>= 1.1) + Microsoft.NETCore.Targets (>= 1.1) + System.Runtime (>= 4.3) + System.Text.Encoding (>= 4.3) + System.Threading.Tasks (>= 4.3) + System.IO.Compression (4.3) + Microsoft.NETCore.Platforms (>= 1.1) + runtime.native.System (>= 4.3) + runtime.native.System.IO.Compression (>= 4.3) + System.Buffers (>= 4.3) + System.Collections (>= 4.3) + System.Diagnostics.Debug (>= 4.3) + System.IO (>= 4.3) + System.Resources.ResourceManager (>= 4.3) + System.Runtime (>= 4.3) + System.Runtime.Extensions (>= 4.3) + System.Runtime.Handles (>= 4.3) + System.Runtime.InteropServices (>= 4.3) + System.Text.Encoding (>= 4.3) + System.Threading (>= 4.3) + System.Threading.Tasks (>= 4.3) + System.IO.FileSystem (4.3) + Microsoft.NETCore.Platforms (>= 1.1) + Microsoft.NETCore.Targets (>= 1.1) + System.IO (>= 4.3) + System.IO.FileSystem.Primitives (>= 4.3) + System.Runtime (>= 4.3) + System.Runtime.Handles (>= 4.3) + System.Text.Encoding (>= 4.3) + System.Threading.Tasks (>= 4.3) + System.IO.FileSystem.Primitives (4.3) + System.Runtime (>= 4.3) + System.IO.UnmanagedMemoryStream (4.3) + System.Buffers (>= 4.3) + System.Diagnostics.Debug (>= 4.3) + System.IO (>= 4.3) + System.IO.FileSystem.Primitives (>= 4.3) + System.Resources.ResourceManager (>= 4.3) + System.Runtime (>= 4.3) + System.Runtime.InteropServices (>= 4.3) + System.Threading (>= 4.3) + System.Threading.Tasks (>= 4.3) + System.Linq (4.3) + System.Collections (>= 4.3) + System.Diagnostics.Debug (>= 4.3) + System.Resources.ResourceManager (>= 4.3) + System.Runtime (>= 4.3) + System.Runtime.Extensions (>= 4.3) + System.Management (8.0) + System.CodeDom (>= 8.0) + System.Memory (4.5.5) + System.Net.Http (4.3.4) + Microsoft.NETCore.Platforms (>= 1.1.1) + runtime.native.System (>= 4.3) + runtime.native.System.Net.Http (>= 4.3) + runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3.2) + System.Collections (>= 4.3) + System.Diagnostics.Debug (>= 4.3) + System.Diagnostics.DiagnosticSource (>= 4.3) + System.Diagnostics.Tracing (>= 4.3) + System.Globalization (>= 4.3) + System.Globalization.Extensions (>= 4.3) + System.IO (>= 4.3) + System.IO.FileSystem (>= 4.3) + System.Net.Primitives (>= 4.3) + System.Resources.ResourceManager (>= 4.3) + System.Runtime (>= 4.3) + System.Runtime.Extensions (>= 4.3) + System.Runtime.Handles (>= 4.3) + System.Runtime.InteropServices (>= 4.3) + System.Security.Cryptography.Algorithms (>= 4.3) + System.Security.Cryptography.Encoding (>= 4.3) + System.Security.Cryptography.OpenSsl (>= 4.3) + System.Security.Cryptography.Primitives (>= 4.3) + System.Security.Cryptography.X509Certificates (>= 4.3) + System.Text.Encoding (>= 4.3) + System.Threading (>= 4.3) + System.Threading.Tasks (>= 4.3) + System.Net.NameResolution (4.3) + Microsoft.NETCore.Platforms (>= 1.1) + runtime.native.System (>= 4.3) + System.Collections (>= 4.3) + System.Diagnostics.Tracing (>= 4.3) + System.Globalization (>= 4.3) + System.Net.Primitives (>= 4.3) + System.Resources.ResourceManager (>= 4.3) + System.Runtime (>= 4.3) + System.Runtime.Extensions (>= 4.3) + System.Runtime.Handles (>= 4.3) + System.Runtime.InteropServices (>= 4.3) + System.Security.Principal.Windows (>= 4.3) + System.Threading (>= 4.3) + System.Threading.Tasks (>= 4.3) + System.Net.Primitives (4.3.1) + Microsoft.NETCore.Platforms (>= 1.1.1) + Microsoft.NETCore.Targets (>= 1.1.3) + System.Runtime (>= 4.3.1) + System.Runtime.Handles (>= 4.3) + System.Net.Requests (4.3) + Microsoft.NETCore.Platforms (>= 1.1) + System.Collections (>= 4.3) + System.Diagnostics.Debug (>= 4.3) + System.Diagnostics.Tracing (>= 4.3) + System.Globalization (>= 4.3) + System.IO (>= 4.3) + System.Net.Http (>= 4.3) + System.Net.Primitives (>= 4.3) + System.Net.WebHeaderCollection (>= 4.3) + System.Resources.ResourceManager (>= 4.3) + System.Runtime (>= 4.3) + System.Threading (>= 4.3) + System.Threading.Tasks (>= 4.3) + System.Net.WebHeaderCollection (4.3) + System.Collections (>= 4.3) + System.Resources.ResourceManager (>= 4.3) + System.Runtime (>= 4.3) + System.Runtime.Extensions (>= 4.3) + System.Reflection (4.3) + Microsoft.NETCore.Platforms (>= 1.1) + Microsoft.NETCore.Targets (>= 1.1) + System.IO (>= 4.3) + System.Reflection.Primitives (>= 4.3) + System.Runtime (>= 4.3) + System.Reflection.Metadata (8.0) + System.Collections.Immutable (>= 8.0) + System.Reflection.Primitives (4.3) + Microsoft.NETCore.Platforms (>= 1.1) + Microsoft.NETCore.Targets (>= 1.1) + System.Runtime (>= 4.3) + System.Reflection.TypeExtensions (4.7) + System.Resources.ResourceManager (4.3) + Microsoft.NETCore.Platforms (>= 1.1) + Microsoft.NETCore.Targets (>= 1.1) + System.Globalization (>= 4.3) + System.Reflection (>= 4.3) + System.Runtime (>= 4.3) + System.Runtime (4.3.1) + Microsoft.NETCore.Platforms (>= 1.1.1) + Microsoft.NETCore.Targets (>= 1.1.3) System.Runtime.CompilerServices.Unsafe (6.0) - System.Text.Encoding.CodePages (6.0) - System.Runtime.CompilerServices.Unsafe (>= 6.0) - System.Threading.Tasks.Extensions (4.5.4) - YoloDev.Expecto.TestSdk (0.14.2) + System.Runtime.Extensions (4.3.1) + Microsoft.NETCore.Platforms (>= 1.1.1) + Microsoft.NETCore.Targets (>= 1.1.3) + System.Runtime (>= 4.3.1) + System.Runtime.Handles (4.3) + Microsoft.NETCore.Platforms (>= 1.1) + Microsoft.NETCore.Targets (>= 1.1) + System.Runtime (>= 4.3) + System.Runtime.InteropServices (4.3) + Microsoft.NETCore.Platforms (>= 1.1) + Microsoft.NETCore.Targets (>= 1.1) + System.Reflection (>= 4.3) + System.Reflection.Primitives (>= 4.3) + System.Runtime (>= 4.3) + System.Runtime.Handles (>= 4.3) + System.Runtime.Numerics (4.3) + System.Globalization (>= 4.3) + System.Resources.ResourceManager (>= 4.3) + System.Runtime (>= 4.3) + System.Runtime.Extensions (>= 4.3) + System.Security.AccessControl (6.0) + System.Security.Cryptography.Algorithms (4.3.1) + Microsoft.NETCore.Platforms (>= 1.1) + runtime.native.System.Security.Cryptography.Apple (>= 4.3.1) + runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3.2) + System.Collections (>= 4.3) + System.IO (>= 4.3) + System.Resources.ResourceManager (>= 4.3) + System.Runtime (>= 4.3) + System.Runtime.Extensions (>= 4.3) + System.Runtime.Handles (>= 4.3) + System.Runtime.InteropServices (>= 4.3) + System.Runtime.Numerics (>= 4.3) + System.Security.Cryptography.Encoding (>= 4.3) + System.Security.Cryptography.Primitives (>= 4.3) + System.Text.Encoding (>= 4.3) + System.Security.Cryptography.Cng (5.0) + System.Formats.Asn1 (>= 5.0) + System.Security.Cryptography.Csp (4.3) + Microsoft.NETCore.Platforms (>= 1.1) + System.IO (>= 4.3) + System.Reflection (>= 4.3) + System.Resources.ResourceManager (>= 4.3) + System.Runtime (>= 4.3) + System.Runtime.Extensions (>= 4.3) + System.Runtime.Handles (>= 4.3) + System.Runtime.InteropServices (>= 4.3) + System.Security.Cryptography.Algorithms (>= 4.3) + System.Security.Cryptography.Encoding (>= 4.3) + System.Security.Cryptography.Primitives (>= 4.3) + System.Text.Encoding (>= 4.3) + System.Threading (>= 4.3) + System.Security.Cryptography.Encoding (4.3) + Microsoft.NETCore.Platforms (>= 1.1) + runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3) + System.Collections (>= 4.3) + System.Collections.Concurrent (>= 4.3) + System.Linq (>= 4.3) + System.Resources.ResourceManager (>= 4.3) + System.Runtime (>= 4.3) + System.Runtime.Extensions (>= 4.3) + System.Runtime.Handles (>= 4.3) + System.Runtime.InteropServices (>= 4.3) + System.Security.Cryptography.Primitives (>= 4.3) + System.Text.Encoding (>= 4.3) + System.Security.Cryptography.OpenSsl (5.0) + System.Formats.Asn1 (>= 5.0) + System.Security.Cryptography.Primitives (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.Threading (>= 4.3) + System.Threading.Tasks (>= 4.3) + System.Security.Cryptography.X509Certificates (4.3.2) + Microsoft.NETCore.Platforms (>= 1.1) + runtime.native.System (>= 4.3) + runtime.native.System.Net.Http (>= 4.3) + runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3.2) + System.Collections (>= 4.3) + System.Diagnostics.Debug (>= 4.3) + System.Globalization (>= 4.3) + System.Globalization.Calendars (>= 4.3) + System.IO (>= 4.3) + System.IO.FileSystem (>= 4.3) + System.IO.FileSystem.Primitives (>= 4.3) + System.Resources.ResourceManager (>= 4.3) + System.Runtime (>= 4.3) + System.Runtime.Extensions (>= 4.3) + System.Runtime.Handles (>= 4.3) + System.Runtime.InteropServices (>= 4.3) + System.Runtime.Numerics (>= 4.3) + System.Security.Cryptography.Algorithms (>= 4.3) + System.Security.Cryptography.Cng (>= 4.3) + System.Security.Cryptography.Csp (>= 4.3) + System.Security.Cryptography.Encoding (>= 4.3) + System.Security.Cryptography.OpenSsl (>= 4.3) + System.Security.Cryptography.Primitives (>= 4.3) + System.Text.Encoding (>= 4.3) + System.Threading (>= 4.3) + 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.Extensions (4.3) + Microsoft.NETCore.Platforms (>= 1.1) + Microsoft.NETCore.Targets (>= 1.1) + System.Runtime (>= 4.3) + System.Text.Encoding (>= 4.3) + System.Threading (4.3) + System.Runtime (>= 4.3) + System.Threading.Tasks (>= 4.3) + System.Threading.Tasks (4.3) + Microsoft.NETCore.Platforms (>= 1.1) + Microsoft.NETCore.Targets (>= 1.1) + System.Runtime (>= 4.3) + System.Threading.Tasks.Parallel (4.3) + System.Collections.Concurrent (>= 4.3) + System.Diagnostics.Debug (>= 4.3) + System.Diagnostics.Tracing (>= 4.3) + System.Resources.ResourceManager (>= 4.3) + System.Runtime (>= 4.3) + System.Runtime.Extensions (>= 4.3) + System.Threading (>= 4.3) + System.Threading.Tasks (>= 4.3) + System.Threading.Thread (4.3) + System.Runtime (>= 4.3) + System.Threading.ThreadPool (4.3) + System.Runtime (>= 4.3) + System.Runtime.Handles (>= 4.3) + YoloDev.Expecto.TestSdk (0.14.3) Expecto (>= 10.0 < 11.0) FSharp.Core (>= 7.0.200) System.Collections.Immutable (>= 6.0) diff --git a/src/Aardvark.Base.IO/Aardvark.Base.IO.csproj b/src/Aardvark.Base.IO/Aardvark.Base.IO.csproj index 6f540866c..fd5e2d05f 100644 --- a/src/Aardvark.Base.IO/Aardvark.Base.IO.csproj +++ b/src/Aardvark.Base.IO/Aardvark.Base.IO.csproj @@ -16,10 +16,15 @@ + + + + + @@ -28,8 +33,5 @@ Aardvark.Base - - - \ No newline at end of file diff --git a/src/Aardvark.Base/Aardvark.Base.csproj b/src/Aardvark.Base/Aardvark.Base.csproj index d4dd3e3ee..fa6eaba32 100644 --- a/src/Aardvark.Base/Aardvark.Base.csproj +++ b/src/Aardvark.Base/Aardvark.Base.csproj @@ -1,7 +1,7 @@ - net6.0;netstandard2.0 + net8.0;netstandard2.0 8.0 true diff --git a/src/Aardvark.PixImage.WindowsMedia/Aardvark.PixImage.WindowsMedia.csproj b/src/Aardvark.PixImage.WindowsMedia/Aardvark.PixImage.WindowsMedia.csproj index 3663eca53..b996e13f4 100644 --- a/src/Aardvark.PixImage.WindowsMedia/Aardvark.PixImage.WindowsMedia.csproj +++ b/src/Aardvark.PixImage.WindowsMedia/Aardvark.PixImage.WindowsMedia.csproj @@ -1,7 +1,7 @@ - net6.0-windows7.0;net472 + net8.0-windows7.0;net472 8.0 true true diff --git a/src/CodeGenerator/CodeGenerator.csproj b/src/CodeGenerator/CodeGenerator.csproj index 160fa65fb..c957c882e 100644 --- a/src/CodeGenerator/CodeGenerator.csproj +++ b/src/CodeGenerator/CodeGenerator.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + net8.0 true true diff --git a/src/CodeGenerator/paket.references b/src/CodeGenerator/paket.references index db97e3001..c8d200d4f 100644 --- a/src/CodeGenerator/paket.references +++ b/src/CodeGenerator/paket.references @@ -1,3 +1,4 @@ +group CodeGenerator + Microsoft.NETFramework.ReferenceAssemblies -Aardvark.Build Microsoft.CodeAnalysis.CSharp \ No newline at end of file diff --git a/src/Demo/CoreTest/CoreTest.fsproj b/src/Demo/CoreTest/CoreTest.fsproj index 0d582cda6..0defbdc3f 100644 --- a/src/Demo/CoreTest/CoreTest.fsproj +++ b/src/Demo/CoreTest/CoreTest.fsproj @@ -2,7 +2,7 @@ Exe - net6.0 + net8.0 true 3389;3390;3395 diff --git a/src/Demo/ExamplesCSharp/ExamplesCSharp.csproj b/src/Demo/ExamplesCSharp/ExamplesCSharp.csproj index 766a1b6e9..41b6700a0 100644 --- a/src/Demo/ExamplesCSharp/ExamplesCSharp.csproj +++ b/src/Demo/ExamplesCSharp/ExamplesCSharp.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + net8.0 ..\..\..\bin\Debug diff --git a/src/Demo/ExamplesCSharp/paket.references b/src/Demo/ExamplesCSharp/paket.references index 947f71859..ee9e0126e 100644 --- a/src/Demo/ExamplesCSharp/paket.references +++ b/src/Demo/ExamplesCSharp/paket.references @@ -1,7 +1,4 @@ -FSharp.Core -Aardvark.Build -FsPickler -Aardvark.Base.TypeProviders -FSharp.Data.Adaptive +group Demo + CSharp.Data.Adaptive System.Reactive \ No newline at end of file diff --git a/src/Demo/IncrementalDemo.CSharp/IncrementalDemo.CSharp.csproj b/src/Demo/IncrementalDemo.CSharp/IncrementalDemo.CSharp.csproj index da5a42c1b..44d04cb6e 100644 --- a/src/Demo/IncrementalDemo.CSharp/IncrementalDemo.CSharp.csproj +++ b/src/Demo/IncrementalDemo.CSharp/IncrementalDemo.CSharp.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + net8.0 ..\..\..\bin\Debug diff --git a/src/Demo/PixImageDemo/PixImageDemo.csproj b/src/Demo/PixImageDemo/PixImageDemo.csproj index d50449b20..045b44382 100644 --- a/src/Demo/PixImageDemo/PixImageDemo.csproj +++ b/src/Demo/PixImageDemo/PixImageDemo.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + net8.0 ..\..\..\bin\Debug @@ -11,7 +11,7 @@ ..\..\..\bin\Release - $(OutputPath)\net6.0 + $(OutputPath)\net8.0 diff --git a/src/Demo/RandomSampleDemo/RandomSampleDemo.csproj b/src/Demo/RandomSampleDemo/RandomSampleDemo.csproj index 73277c167..645ae3dcb 100644 --- a/src/Demo/RandomSampleDemo/RandomSampleDemo.csproj +++ b/src/Demo/RandomSampleDemo/RandomSampleDemo.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + net8.0 ..\..\..\bin\Debug @@ -11,7 +11,7 @@ ..\..\..\bin\Release - $(OutputPath)\net6.0 + $(OutputPath)\net8.0 diff --git a/src/Demo/Scratch/Scratch.fsproj b/src/Demo/Scratch/Scratch.fsproj index f08c1162e..72a191252 100644 --- a/src/Demo/Scratch/Scratch.fsproj +++ b/src/Demo/Scratch/Scratch.fsproj @@ -2,7 +2,7 @@ Exe - net6.0 + net8.0 true 3389;3390;3395 @@ -13,7 +13,7 @@ ..\..\..\bin\Release - $(OutputPath)\net6.0 + $(OutputPath)\net8.0 diff --git a/src/Tests/Aardvark.Base.Benchmarks/Aardvark.Base.Benchmarks.csproj b/src/Tests/Aardvark.Base.Benchmarks/Aardvark.Base.Benchmarks.csproj index 9038b6aaf..f195caa53 100644 --- a/src/Tests/Aardvark.Base.Benchmarks/Aardvark.Base.Benchmarks.csproj +++ b/src/Tests/Aardvark.Base.Benchmarks/Aardvark.Base.Benchmarks.csproj @@ -1,7 +1,7 @@ - net6.0 + net8.0 false Exe diff --git a/src/Tests/Aardvark.Base.FSharp.Benchmarks/Aardvark.Base.FSharp.Benchmarks.fsproj b/src/Tests/Aardvark.Base.FSharp.Benchmarks/Aardvark.Base.FSharp.Benchmarks.fsproj index 4f7b23db6..c896cffb9 100644 --- a/src/Tests/Aardvark.Base.FSharp.Benchmarks/Aardvark.Base.FSharp.Benchmarks.fsproj +++ b/src/Tests/Aardvark.Base.FSharp.Benchmarks/Aardvark.Base.FSharp.Benchmarks.fsproj @@ -2,7 +2,7 @@ Exe - net6.0 + net8.0 false true 3389;3390;3395 diff --git a/src/Tests/Aardvark.Base.FSharp.Tests/Aardvark.Base.FSharp.Tests.fsproj b/src/Tests/Aardvark.Base.FSharp.Tests/Aardvark.Base.FSharp.Tests.fsproj index c3fb3939d..60774aba9 100644 --- a/src/Tests/Aardvark.Base.FSharp.Tests/Aardvark.Base.FSharp.Tests.fsproj +++ b/src/Tests/Aardvark.Base.FSharp.Tests/Aardvark.Base.FSharp.Tests.fsproj @@ -2,7 +2,7 @@ Exe - net6.0 + net8.0 false true 3389;3390;3395 @@ -14,7 +14,7 @@ ..\..\..\bin\Release - $(OutputPath)\net6.0 + $(OutputPath)\net8.0 diff --git a/src/Tests/Aardvark.Base.Runtime.Tests/Aardvark.Base.Runtime.Tests.fsproj b/src/Tests/Aardvark.Base.Runtime.Tests/Aardvark.Base.Runtime.Tests.fsproj index 81ce5f860..dffd378b4 100644 --- a/src/Tests/Aardvark.Base.Runtime.Tests/Aardvark.Base.Runtime.Tests.fsproj +++ b/src/Tests/Aardvark.Base.Runtime.Tests/Aardvark.Base.Runtime.Tests.fsproj @@ -2,7 +2,7 @@ Exe - net6.0 + net8.0 true 3389;3390;3395 @@ -13,7 +13,7 @@ ..\..\..\bin\Release - $(OutputPath)\net6.0 + $(OutputPath)\net8.0 diff --git a/src/Tests/Aardvark.Base.Tests/Aardvark.Base.Tests.csproj b/src/Tests/Aardvark.Base.Tests/Aardvark.Base.Tests.csproj index ad59a4a78..e05a211d5 100644 --- a/src/Tests/Aardvark.Base.Tests/Aardvark.Base.Tests.csproj +++ b/src/Tests/Aardvark.Base.Tests/Aardvark.Base.Tests.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + net8.0 ..\..\..\bin\Debug @@ -13,7 +13,7 @@ true - $(OutputPath)\net6.0 + $(OutputPath)\net8.0 false diff --git a/src/Tests/Aardvark.Base.Windows.Tests/Aardvark.Base.Windows.Tests.fsproj b/src/Tests/Aardvark.Base.Windows.Tests/Aardvark.Base.Windows.Tests.fsproj index ab70acbf7..0ca86db16 100644 --- a/src/Tests/Aardvark.Base.Windows.Tests/Aardvark.Base.Windows.Tests.fsproj +++ b/src/Tests/Aardvark.Base.Windows.Tests/Aardvark.Base.Windows.Tests.fsproj @@ -2,7 +2,7 @@ Exe - net6.0-windows + net8.0-windows false true 3389;3390;3395 diff --git a/src/Tests/Aardvark.Geometry.Tests/Aardvark.Geometry.Tests.fsproj b/src/Tests/Aardvark.Geometry.Tests/Aardvark.Geometry.Tests.fsproj index c616bf191..522d7ddc8 100644 --- a/src/Tests/Aardvark.Geometry.Tests/Aardvark.Geometry.Tests.fsproj +++ b/src/Tests/Aardvark.Geometry.Tests/Aardvark.Geometry.Tests.fsproj @@ -2,7 +2,7 @@ Exe - net6.0 + net8.0 true false 3389;3390;3395 @@ -14,7 +14,7 @@ ..\..\..\bin\Release - $(OutputPath)\net6.0 + $(OutputPath)\net8.0