Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"isRoot": true,
"tools": {
"paket": {
"version": "9.0.2",
"version": "10.0.0-alpha011",
"commands": [
"paket"
],
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
dotnet-version: |
8.0.x
9.0.x
10.0.x
- name: Run fake build script
run: ./build.sh
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "9.0.200",
"version": "10.0.100",
"rollForward": "latestFeature"
}
}
2 changes: 1 addition & 1 deletion paket.dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ nuget FSharpx.Collections

group Test
source https://api.nuget.org/v3/index.json
framework: net48, net8, net9
framework: net48, net8, net9, net10.0
storage: none
nuget FSharp.Core ~> 8.0
nuget NUnit
Expand Down
91 changes: 47 additions & 44 deletions paket.lock
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ NUGET

GROUP Test
STORAGE: NONE
RESTRICTION: || (== net48) (== net8.0) (== net9.0)
RESTRICTION: || (== net10.0) (== net48) (== net8.0) (== net9.0)
NUGET
remote: https://api.nuget.org/v3/index.json
FsCheck (2.16.6)
Expand All @@ -188,52 +188,55 @@ NUGET
NUnit (>= 3.14 < 4.0)
GitHubActionsTestLogger (2.4.1)
Microsoft.TestPlatform.ObjectModel (>= 17.10)
Microsoft.ApplicationInsights (2.22)
Microsoft.ApplicationInsights (2.23)
System.Diagnostics.DiagnosticSource (>= 5.0)
Microsoft.CodeCoverage (17.13)
Microsoft.NET.Test.Sdk (17.13)
Microsoft.CodeCoverage (>= 17.13)
Microsoft.TestPlatform.TestHost (>= 17.13) - restriction: || (&& (== net48) (>= netcoreapp3.1)) (== net8.0) (== net9.0)
Microsoft.NETCore.Platforms (7.0.4) - restriction: || (&& (== net48) (< net35)) (&& (== net48) (>= netcoreapp2.0)) (&& (== net48) (< netstandard1.0) (>= win8)) (&& (== net48) (< netstandard1.3) (>= wpa81)) (&& (== net48) (< netstandard1.5) (>= uap10.0)) (&& (== net48) (>= uap10.1)) (&& (== net48) (>= wp8)) (== net8.0) (== net9.0)
Microsoft.Testing.Extensions.Telemetry (1.6)
Microsoft.ApplicationInsights (>= 2.22)
Microsoft.Testing.Platform (>= 1.6)
Microsoft.Testing.Extensions.TrxReport.Abstractions (1.6)
Microsoft.Testing.Platform (>= 1.6)
Microsoft.Testing.Extensions.VSTestBridge (1.6)
Microsoft.Testing.Extensions.Telemetry (>= 1.6)
Microsoft.Testing.Extensions.TrxReport.Abstractions (>= 1.6)
Microsoft.Testing.Platform (>= 1.6)
Microsoft.CodeCoverage (18.0.1)
Microsoft.NET.Test.Sdk (18.0.1)
Microsoft.CodeCoverage (>= 18.0.1)
Microsoft.TestPlatform.TestHost (>= 18.0.1) - restriction: || (== net10.0) (&& (== net48) (>= net8.0)) (== net8.0) (== net9.0)
Microsoft.NETCore.Platforms (7.0.4) - restriction: || (== net10.0) (&& (== net48) (< net35)) (&& (== net48) (>= netcoreapp2.0)) (&& (== net48) (< netstandard1.0) (>= win8)) (&& (== net48) (< netstandard1.3) (>= wpa81)) (&& (== net48) (< netstandard1.5) (>= uap10.0)) (&& (== net48) (>= uap10.1)) (&& (== net48) (>= wp8)) (== net8.0) (== net9.0)
Microsoft.Testing.Extensions.Telemetry (1.9)
Microsoft.ApplicationInsights (>= 2.23)
Microsoft.Testing.Platform (>= 1.9)
System.Diagnostics.DiagnosticSource (>= 6.0) - restriction: || (&& (== net10.0) (< net6.0)) (== net48) (&& (== net8.0) (< net6.0)) (&& (== net9.0) (< net6.0))
Microsoft.Testing.Extensions.TrxReport.Abstractions (1.9)
Microsoft.Testing.Platform (>= 1.9)
Microsoft.Testing.Extensions.VSTestBridge (1.9)
Microsoft.Testing.Extensions.Telemetry (>= 1.9)
Microsoft.Testing.Extensions.TrxReport.Abstractions (>= 1.9)
Microsoft.Testing.Platform (>= 1.9)
Microsoft.TestPlatform.AdapterUtilities (>= 17.13)
Microsoft.TestPlatform.ObjectModel (>= 17.13)
Microsoft.Testing.Platform (1.6)
Microsoft.Testing.Platform.MSBuild (1.6)
Microsoft.Testing.Platform (>= 1.6)
Microsoft.TestPlatform.ObjectModel (17.13)
System.Reflection.Metadata (>= 1.6)
Microsoft.TestPlatform.TestHost (17.13) - restriction: || (&& (== net48) (>= netcoreapp3.1)) (== net8.0) (== net9.0)
Microsoft.TestPlatform.ObjectModel (>= 17.13) - restriction: || (&& (== net48) (>= netcoreapp3.1)) (== net8.0) (== net9.0)
Newtonsoft.Json (>= 13.0.1) - restriction: || (&& (== net48) (>= netcoreapp3.1)) (== net8.0) (== net9.0)
NETStandard.Library (2.0.3) - restriction: || (&& (== net48) (< net35)) (== net8.0) (== net9.0)
Microsoft.Testing.Platform (1.9)
Microsoft.Testing.Platform.MSBuild (1.9)
Microsoft.Testing.Platform (>= 1.9)
Microsoft.TestPlatform.AdapterUtilities (18.0)
Microsoft.TestPlatform.ObjectModel (18.0.1)
System.Reflection.Metadata (>= 8.0)
Microsoft.TestPlatform.TestHost (18.0.1) - restriction: || (== net10.0) (&& (== net48) (>= net8.0)) (== net8.0) (== net9.0)
Microsoft.TestPlatform.ObjectModel (>= 18.0.1) - restriction: || (== net10.0) (&& (== net48) (>= net8.0)) (== net8.0) (== net9.0)
Newtonsoft.Json (>= 13.0.3) - restriction: || (== net10.0) (&& (== net48) (>= net8.0)) (== net8.0) (== net9.0)
NETStandard.Library (2.0.3) - restriction: || (== net10.0) (&& (== net48) (< net35)) (== net8.0) (== net9.0)
Microsoft.NETCore.Platforms (>= 1.1)
Newtonsoft.Json (13.0.3) - restriction: || (&& (== net48) (>= netcoreapp3.1)) (== net8.0) (== net9.0)
Newtonsoft.Json (13.0.3) - restriction: || (== net10.0) (&& (== net48) (>= net8.0)) (== net8.0) (== net9.0)
NUnit (3.14)
NETStandard.Library (>= 2.0) - restriction: || (&& (== net48) (< net35)) (== net8.0) (== net9.0)
NUnit3TestAdapter (5.0)
Microsoft.Testing.Extensions.VSTestBridge (>= 1.5.3)
Microsoft.Testing.Platform.MSBuild (>= 1.5.3)
System.Buffers (4.6) - restriction: || (== net48) (&& (== net8.0) (>= net462)) (&& (== net9.0) (>= net462)) (&& (== net9.0) (< netcoreapp2.1))
System.Collections.Immutable (9.0.2) - restriction: || (== net48) (== net8.0) (&& (== net9.0) (>= net462)) (&& (== net9.0) (< net8.0))
System.Memory (>= 4.5.5) - restriction: || (== net48) (&& (== net8.0) (>= net462)) (&& (== net9.0) (>= net462)) (&& (== net9.0) (< net8.0))
System.Runtime.CompilerServices.Unsafe (>= 6.0) - restriction: || (== net48) (&& (== net8.0) (>= net462)) (&& (== net9.0) (>= net462)) (&& (== net9.0) (< net8.0))
NETStandard.Library (>= 2.0) - restriction: || (== net10.0) (&& (== net48) (< net35)) (== net8.0) (== net9.0)
NUnit3TestAdapter (5.2)
Microsoft.Testing.Extensions.VSTestBridge (>= 1.9)
Microsoft.Testing.Platform.MSBuild (>= 1.9)
System.Buffers (4.6) - restriction: || (&& (== net10.0) (>= net462)) (&& (== net10.0) (< netcoreapp2.1)) (== net48) (&& (== net8.0) (>= net462)) (&& (== net9.0) (>= net462)) (&& (== net9.0) (< netcoreapp2.1))
System.Collections.Immutable (9.0.2) - restriction: || (&& (== net10.0) (>= net462)) (&& (== net10.0) (< net8.0)) (&& (== net10.0) (< net9.0)) (== net48) (== net8.0) (&& (== net9.0) (>= net462)) (&& (== net9.0) (< net8.0))
System.Memory (>= 4.5.5) - restriction: || (&& (== net10.0) (>= net462)) (&& (== net10.0) (< net8.0)) (== net48) (&& (== net8.0) (>= net462)) (&& (== net9.0) (>= net462)) (&& (== net9.0) (< net8.0))
System.Runtime.CompilerServices.Unsafe (>= 6.0) - restriction: || (&& (== net10.0) (>= net462)) (&& (== net10.0) (< net8.0)) (== net48) (&& (== net8.0) (>= net462)) (&& (== net9.0) (>= net462)) (&& (== net9.0) (< net8.0))
System.Diagnostics.DiagnosticSource (9.0.2)
System.Memory (>= 4.5.5) - restriction: || (== net48) (&& (== net8.0) (>= net462)) (&& (== net9.0) (>= net462)) (&& (== net9.0) (< net8.0))
System.Runtime.CompilerServices.Unsafe (>= 6.0) - restriction: || (== net48) (&& (== net8.0) (>= net462)) (&& (== net9.0) (>= net462)) (&& (== net9.0) (< net8.0))
System.Memory (4.6) - restriction: || (== net48) (&& (== net8.0) (>= net462)) (&& (== net9.0) (>= net462)) (&& (== net9.0) (< net8.0))
System.Buffers (>= 4.6) - restriction: || (== net48) (&& (== net8.0) (>= net462)) (&& (== net8.0) (< netcoreapp2.1)) (&& (== net9.0) (>= net462)) (&& (== net9.0) (< netcoreapp2.1))
System.Numerics.Vectors (>= 4.6) - restriction: || (== net48) (&& (== net8.0) (>= net462)) (&& (== net8.0) (< netcoreapp2.1)) (&& (== net9.0) (>= net462)) (&& (== net9.0) (< netcoreapp2.1))
System.Runtime.CompilerServices.Unsafe (>= 6.1) - restriction: || (== net48) (&& (== net8.0) (>= net462)) (&& (== net8.0) (< netcoreapp2.1)) (&& (== net9.0) (>= net462)) (&& (== net9.0) (< netcoreapp2.1))
System.Numerics.Vectors (4.6) - restriction: || (== net48) (&& (== net8.0) (>= net462)) (&& (== net9.0) (>= net462)) (&& (== net9.0) (< netcoreapp2.1))
System.Memory (>= 4.5.5) - restriction: || (&& (== net10.0) (>= net462)) (&& (== net10.0) (< net8.0)) (== net48) (&& (== net8.0) (>= net462)) (&& (== net9.0) (>= net462)) (&& (== net9.0) (< net8.0))
System.Runtime.CompilerServices.Unsafe (>= 6.0) - restriction: || (&& (== net10.0) (>= net462)) (&& (== net10.0) (< net8.0)) (== net48) (&& (== net8.0) (>= net462)) (&& (== net9.0) (>= net462)) (&& (== net9.0) (< net8.0))
System.Memory (4.6) - restriction: || (&& (== net10.0) (>= net462)) (&& (== net10.0) (< net8.0)) (== net48) (&& (== net8.0) (>= net462)) (&& (== net9.0) (>= net462)) (&& (== net9.0) (< net8.0))
System.Buffers (>= 4.6) - restriction: || (&& (== net10.0) (>= net462)) (&& (== net10.0) (< netcoreapp2.1)) (== net48) (&& (== net8.0) (>= net462)) (&& (== net8.0) (< netcoreapp2.1)) (&& (== net9.0) (>= net462)) (&& (== net9.0) (< netcoreapp2.1))
System.Numerics.Vectors (>= 4.6) - restriction: || (&& (== net10.0) (>= net462)) (&& (== net10.0) (< netcoreapp2.1)) (== net48) (&& (== net8.0) (>= net462)) (&& (== net8.0) (< netcoreapp2.1)) (&& (== net9.0) (>= net462)) (&& (== net9.0) (< netcoreapp2.1))
System.Runtime.CompilerServices.Unsafe (>= 6.1) - restriction: || (&& (== net10.0) (>= net462)) (&& (== net10.0) (< netcoreapp2.1)) (== net48) (&& (== net8.0) (>= net462)) (&& (== net8.0) (< netcoreapp2.1)) (&& (== net9.0) (>= net462)) (&& (== net9.0) (< netcoreapp2.1))
System.Numerics.Vectors (4.6) - restriction: || (&& (== net10.0) (>= net462)) (&& (== net10.0) (< netcoreapp2.1)) (== net48) (&& (== net8.0) (>= net462)) (&& (== net9.0) (>= net462)) (&& (== net9.0) (< netcoreapp2.1))
System.Reflection.Metadata (9.0.2)
System.Collections.Immutable (>= 9.0.2) - restriction: || (== net48) (== net8.0) (&& (== net9.0) (>= net462)) (&& (== net9.0) (< net8.0))
System.Memory (>= 4.5.5) - restriction: || (== net48) (&& (== net8.0) (>= net462)) (&& (== net9.0) (>= net462)) (&& (== net9.0) (< net8.0))
System.Runtime.CompilerServices.Unsafe (6.1) - restriction: || (== net48) (&& (== net8.0) (>= net462)) (&& (== net9.0) (>= net462)) (&& (== net9.0) (< netcoreapp2.1))
System.Collections.Immutable (>= 9.0.2) - restriction: || (&& (== net10.0) (>= net462)) (&& (== net10.0) (< net8.0)) (&& (== net10.0) (< net9.0)) (== net48) (== net8.0) (&& (== net9.0) (>= net462)) (&& (== net9.0) (< net8.0))
System.Memory (>= 4.5.5) - restriction: || (&& (== net10.0) (>= net462)) (&& (== net10.0) (< net8.0)) (== net48) (&& (== net8.0) (>= net462)) (&& (== net9.0) (>= net462)) (&& (== net9.0) (< net8.0))
System.Runtime.CompilerServices.Unsafe (6.1) - restriction: || (&& (== net10.0) (>= net462)) (&& (== net10.0) (< netcoreapp2.1)) (== net48) (&& (== net8.0) (>= net462)) (&& (== net9.0) (>= net462)) (&& (== net9.0) (< netcoreapp2.1))
4 changes: 2 additions & 2 deletions tests/FSharpx.CSharpTests/FSharpx.CSharpTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<AssemblyName>FSharpx.CSharpTests</AssemblyName>
<TargetFrameworks>net48;net8;net9</TargetFrameworks>
<TargetFrameworks>net48;net8;net9;net10.0</TargetFrameworks>
<IsPackable>false</IsPackable>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<LangVersion>latest</LangVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(OS)' != 'Windows_NT' ">
<TargetFrameworks>net8;net9</TargetFrameworks>
<TargetFrameworks>net8;net9;net10.0</TargetFrameworks>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'DataStructures|AnyCPU'">
<DebugSymbols>true</DebugSymbols>
Expand Down
4 changes: 2 additions & 2 deletions tests/FSharpx.Tests/FSharpx.Tests.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<AssemblyName>FSharpx.Tests</AssemblyName>
<TargetFrameworks>net48;net8;net9</TargetFrameworks>
<TargetFrameworks>net48;net8;net9;net10.0</TargetFrameworks>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<IsPackable>false</IsPackable>
<LangVersion>preview</LangVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(OS)' != 'Windows_NT' ">
<TargetFrameworks>net8;net9</TargetFrameworks>
<TargetFrameworks>net8;net9;net10.0</TargetFrameworks>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\src\FSharpx.Extras\FSharpx.Extras.fsproj">
Expand Down
Loading