Skip to content

Commit 4f2b129

Browse files
upgrade net8.0
1 parent 81fc762 commit 4f2b129

File tree

6 files changed

+78
-78
lines changed

6 files changed

+78
-78
lines changed

.config/dotnet-tools.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,18 @@
33
"isRoot": true,
44
"tools": {
55
"paket": {
6-
"version": "7.2.0",
6+
"version": "9.0.2",
77
"commands": [
88
"paket"
9-
]
9+
],
10+
"rollForward": false
1011
},
1112
"aardpack": {
12-
"version": "1.0.18",
13+
"version": "2.0.3",
1314
"commands": [
1415
"aardpack"
15-
]
16+
],
17+
"rollForward": false
1618
}
1719
}
1820
}

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": {
3-
"version": "6.0.0",
3+
"version": "8.0.0",
44
"rollForward": "latestFeature",
55
"allowPrerelease": false
66
}

paket.dependencies

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@ source https://api.nuget.org/v3/index.json
33
storage: none
44
framework: auto-detect
55

6-
nuget FSharp.Core >= 5.0.0 lowest_matching: true
7-
nuget System.Collections.Immutable >= 6.0.0 lowest_matching: true
8-
nuget Aardvark.Build ~> 1.0.18
6+
nuget FSharp.Core >= 8.0.0 lowest_matching: true
7+
nuget System.Collections.Immutable >= 8.0.0 lowest_matching: true
8+
nuget Aardvark.Build ~> 2.0.3
99

10-
nuget Aardvark.Base ~> 5.3.0
10+
nuget Aardvark.Base ~> 5.3.4
1111
nuget Aardvark.Data.Durable ~> 0.4.4
1212
nuget Aardvark.Data.Durable.Codec ~> 0.4.4
13-
nuget Uncodium.SimpleStore ~> 3.0.22
13+
nuget Uncodium.SimpleStore ~> 3.0.30
1414

15-
nuget xunit ~> 2.4.2
16-
nuget xunit.runner.visualstudio ~> 2.4.5
17-
nuget coverlet.collector ~> 3.2.0
18-
nuget Microsoft.NET.Test.Sdk ~> 17.4.1
15+
nuget xunit ~> 2.9.2
16+
nuget xunit.runner.visualstudio ~> 2.8.2
17+
nuget coverlet.collector ~> 6.0.2
18+
nuget Microsoft.NET.Test.Sdk ~> 17.12.0

paket.lock

Lines changed: 60 additions & 62 deletions
Original file line numberDiff line numberDiff line change
@@ -1,83 +1,81 @@
11
STORAGE: NONE
2-
RESTRICTION: || (== net6.0) (== netstandard2.0)
2+
RESTRICTION: || (== net8.0) (== netstandard2.0)
33
NUGET
44
remote: https://api.nuget.org/v3/index.json
5-
Aardvark.Base (5.3.4)
6-
Aardvark.Base.Telemetry (5.3.4)
5+
Aardvark.Base (5.3.6)
6+
Aardvark.Base.Telemetry (5.3.6)
77
SingleFileExtractor.Core (>= 2.2.1 < 2.3)
88
System.Collections.Immutable (>= 8.0)
99
System.Reflection.Metadata (>= 8.0)
10-
System.Text.Json (>= 8.0.4)
11-
Aardvark.Base.Telemetry (5.3.4)
12-
Aardvark.Build (1.0.21)
10+
System.Text.Json (>= 8.0.5)
11+
Aardvark.Base.Telemetry (5.3.6)
12+
Aardvark.Build (2.0.3)
1313
Aardvark.Data.Durable (0.4.4)
1414
Aardvark.Data.Durable.Codec (0.4.4)
1515
Aardvark.Base (>= 5.3 < 5.4)
1616
Aardvark.Data.Durable (0.4.4)
17-
coverlet.collector (3.2)
18-
FSharp.Core (5.0)
19-
Microsoft.Bcl.AsyncInterfaces (8.0)
20-
System.Threading.Tasks.Extensions (>= 4.5.4) - restriction: || (&& (== net6.0) (>= net462)) (&& (== net6.0) (< netstandard2.1)) (== netstandard2.0)
21-
Microsoft.CodeCoverage (17.8) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= net462)) (&& (== netstandard2.0) (>= netcoreapp3.1))
22-
Microsoft.NET.Test.Sdk (17.4.1)
23-
Microsoft.CodeCoverage (>= 17.4.1) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= net462)) (&& (== netstandard2.0) (>= netcoreapp3.1))
24-
Microsoft.TestPlatform.TestHost (>= 17.4.1) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= netcoreapp3.1))
25-
Microsoft.NETCore.Platforms (7.0.4)
26-
Microsoft.TestPlatform.ObjectModel (17.8) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= netcoreapp3.1))
27-
NuGet.Frameworks (>= 6.5)
17+
coverlet.collector (6.0.2)
18+
FSharp.Core (8.0.100)
19+
Microsoft.Bcl.AsyncInterfaces (9.0)
20+
System.Threading.Tasks.Extensions (>= 4.5.4) - restriction: || (&& (== net8.0) (>= net462)) (&& (== net8.0) (< netstandard2.1)) (== netstandard2.0)
21+
Microsoft.CodeCoverage (17.12) - restriction: || (== net8.0) (&& (== netstandard2.0) (>= net462)) (&& (== netstandard2.0) (>= netcoreapp3.1))
22+
Microsoft.NET.Test.Sdk (17.12)
23+
Microsoft.CodeCoverage (>= 17.12) - restriction: || (== net8.0) (&& (== netstandard2.0) (>= net462)) (&& (== netstandard2.0) (>= netcoreapp3.1))
24+
Microsoft.TestPlatform.TestHost (>= 17.12) - restriction: || (== net8.0) (&& (== netstandard2.0) (>= netcoreapp3.1))
25+
Microsoft.TestPlatform.ObjectModel (17.12) - restriction: || (== net8.0) (&& (== netstandard2.0) (>= netcoreapp3.1))
2826
System.Reflection.Metadata (>= 1.6)
29-
Microsoft.TestPlatform.TestHost (17.8) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= netcoreapp3.1))
30-
Microsoft.TestPlatform.ObjectModel (>= 17.8) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= netcoreapp3.1))
31-
Newtonsoft.Json (>= 13.0.1) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= netcoreapp3.1))
32-
NETStandard.Library (2.0.3)
33-
Microsoft.NETCore.Platforms (>= 1.1)
34-
Newtonsoft.Json (13.0.3) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= netcoreapp3.1))
35-
NuGet.Frameworks (6.8) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= netcoreapp3.1))
27+
Microsoft.TestPlatform.TestHost (17.12) - restriction: || (== net8.0) (&& (== netstandard2.0) (>= netcoreapp3.1))
28+
Microsoft.TestPlatform.ObjectModel (>= 17.12) - restriction: || (== net8.0) (&& (== netstandard2.0) (>= netcoreapp3.1))
29+
Newtonsoft.Json (>= 13.0.1) - restriction: || (== net8.0) (&& (== netstandard2.0) (>= netcoreapp3.1))
30+
Newtonsoft.Json (13.0.3) - restriction: || (== net8.0) (&& (== netstandard2.0) (>= netcoreapp3.1))
3631
SingleFileExtractor.Core (2.2.1)
37-
System.Memory (>= 4.5.5) - restriction: || (&& (== net6.0) (< netstandard2.1)) (== netstandard2.0)
38-
System.Buffers (4.5.1) - restriction: || (&& (== net6.0) (>= net462)) (== netstandard2.0)
32+
System.Memory (>= 4.5.5) - restriction: || (&& (== net8.0) (< netstandard2.1)) (== netstandard2.0)
33+
System.Buffers (4.5.1) - restriction: || (&& (== net8.0) (>= monotouch)) (&& (== net8.0) (>= net461)) (&& (== net8.0) (>= net462)) (&& (== net8.0) (< net6.0) (>= xamarinios)) (&& (== net8.0) (< net6.0) (>= xamarinmac)) (&& (== net8.0) (< net6.0) (>= xamarintvos)) (&& (== net8.0) (< net6.0) (>= xamarinwatchos)) (&& (== net8.0) (< netcoreapp2.0)) (&& (== net8.0) (< netstandard1.1)) (&& (== net8.0) (< netstandard2.0)) (== netstandard2.0)
3934
System.Collections.Immutable (8.0)
40-
System.Memory (>= 4.5.5) - restriction: || (&& (== net6.0) (>= net462)) (== netstandard2.0)
41-
System.Runtime.CompilerServices.Unsafe (>= 6.0)
35+
System.Memory (>= 4.5.5) - restriction: || (&& (== net8.0) (>= net462)) (&& (== net8.0) (< net6.0)) (== netstandard2.0)
36+
System.Runtime.CompilerServices.Unsafe (>= 6.0) - restriction: || (&& (== net8.0) (>= net462)) (&& (== net8.0) (< net6.0)) (&& (== net8.0) (< net7.0)) (== netstandard2.0)
37+
System.IO.Pipelines (9.0)
38+
System.Buffers (>= 4.5.1) - restriction: || (&& (== net8.0) (>= net462)) (== netstandard2.0)
39+
System.Memory (>= 4.5.5) - restriction: || (&& (== net8.0) (>= net462)) (== netstandard2.0)
40+
System.Threading.Tasks.Extensions (>= 4.5.4) - restriction: || (&& (== net8.0) (>= net462)) (== netstandard2.0)
4241
System.Memory (4.5.5)
43-
System.Buffers (>= 4.5.1) - restriction: || (&& (== net6.0) (>= monotouch)) (&& (== net6.0) (>= net461)) (&& (== net6.0) (< netcoreapp2.0)) (&& (== net6.0) (< netstandard1.1)) (&& (== net6.0) (< netstandard2.0)) (&& (== net6.0) (>= xamarinios)) (&& (== net6.0) (>= xamarinmac)) (&& (== net6.0) (>= xamarintvos)) (&& (== net6.0) (>= xamarinwatchos)) (== netstandard2.0)
44-
System.Numerics.Vectors (>= 4.4) - restriction: || (&& (== net6.0) (< netcoreapp2.0)) (== netstandard2.0)
45-
System.Runtime.CompilerServices.Unsafe (>= 4.5.3) - restriction: || (&& (== net6.0) (>= monotouch)) (&& (== net6.0) (>= net461)) (&& (== net6.0) (< netcoreapp2.0)) (&& (== net6.0) (< netcoreapp2.1)) (&& (== net6.0) (< netstandard1.1)) (&& (== net6.0) (< netstandard2.0)) (&& (== net6.0) (>= uap10.1)) (&& (== net6.0) (>= xamarinios)) (&& (== net6.0) (>= xamarinmac)) (&& (== net6.0) (>= xamarintvos)) (&& (== net6.0) (>= xamarinwatchos)) (== netstandard2.0)
46-
System.Numerics.Vectors (4.5) - restriction: || (&& (== net6.0) (>= net462)) (== netstandard2.0)
42+
System.Buffers (>= 4.5.1) - restriction: || (&& (== net8.0) (>= monotouch)) (&& (== net8.0) (>= net461)) (&& (== net8.0) (< netcoreapp2.0)) (&& (== net8.0) (< netstandard1.1)) (&& (== net8.0) (< netstandard2.0)) (&& (== net8.0) (>= xamarinios)) (&& (== net8.0) (>= xamarinmac)) (&& (== net8.0) (>= xamarintvos)) (&& (== net8.0) (>= xamarinwatchos)) (== netstandard2.0)
43+
System.Numerics.Vectors (>= 4.4) - restriction: || (&& (== net8.0) (< netcoreapp2.0)) (== netstandard2.0)
44+
System.Runtime.CompilerServices.Unsafe (>= 4.5.3) - restriction: || (&& (== net8.0) (>= monotouch)) (&& (== net8.0) (>= net461)) (&& (== net8.0) (< netcoreapp2.0)) (&& (== net8.0) (< netcoreapp2.1)) (&& (== net8.0) (< netstandard1.1)) (&& (== net8.0) (< netstandard2.0)) (&& (== net8.0) (>= uap10.1)) (&& (== net8.0) (>= xamarinios)) (&& (== net8.0) (>= xamarinmac)) (&& (== net8.0) (>= xamarintvos)) (&& (== net8.0) (>= xamarinwatchos)) (== netstandard2.0)
45+
System.Numerics.Vectors (4.5) - restriction: || (&& (== net8.0) (>= net462)) (&& (== net8.0) (< netcoreapp2.0)) (== netstandard2.0)
4746
System.Reflection.Metadata (8.0)
4847
System.Collections.Immutable (>= 8.0)
49-
System.Memory (>= 4.5.5) - restriction: || (&& (== net6.0) (>= net462)) (== netstandard2.0)
50-
System.Runtime.CompilerServices.Unsafe (6.0)
51-
System.Text.Encodings.Web (8.0)
52-
System.Buffers (>= 4.5.1) - restriction: || (&& (== net6.0) (>= net462)) (== netstandard2.0)
53-
System.Memory (>= 4.5.5) - restriction: || (&& (== net6.0) (>= net462)) (== netstandard2.0)
54-
System.Runtime.CompilerServices.Unsafe (>= 6.0)
55-
System.Text.Json (8.0.4)
56-
Microsoft.Bcl.AsyncInterfaces (>= 8.0) - restriction: || (&& (== net6.0) (>= net462)) (== netstandard2.0)
57-
System.Buffers (>= 4.5.1) - restriction: || (&& (== net6.0) (>= net462)) (== netstandard2.0)
58-
System.Memory (>= 4.5.5) - restriction: || (&& (== net6.0) (>= net462)) (== netstandard2.0)
59-
System.Runtime.CompilerServices.Unsafe (>= 6.0)
60-
System.Text.Encodings.Web (>= 8.0)
61-
System.Threading.Tasks.Extensions (>= 4.5.4) - restriction: || (&& (== net6.0) (>= net462)) (== netstandard2.0)
62-
System.Threading.Tasks.Extensions (4.5.4) - restriction: || (&& (== net6.0) (>= net462)) (== netstandard2.0)
63-
System.Runtime.CompilerServices.Unsafe (>= 4.5.3) - restriction: || (&& (== net6.0) (>= net461)) (&& (== net6.0) (< netcoreapp2.1)) (&& (== net6.0) (< netstandard1.0)) (&& (== net6.0) (< netstandard2.0)) (&& (== net6.0) (>= wp8)) (== netstandard2.0)
48+
System.Memory (>= 4.5.5) - restriction: || (&& (== net8.0) (>= net462)) (&& (== net8.0) (< net6.0)) (== netstandard2.0)
49+
System.Runtime.CompilerServices.Unsafe (6.0) - restriction: || (&& (== net8.0) (>= net462)) (&& (== net8.0) (< net6.0)) (&& (== net8.0) (< net7.0)) (== netstandard2.0)
50+
System.Text.Encodings.Web (9.0)
51+
System.Buffers (>= 4.5.1) - restriction: || (&& (== net8.0) (>= net462)) (== netstandard2.0)
52+
System.Memory (>= 4.5.5) - restriction: || (&& (== net8.0) (>= net462)) (== netstandard2.0)
53+
System.Runtime.CompilerServices.Unsafe (>= 6.0) - restriction: || (&& (== net8.0) (>= net462)) (== netstandard2.0)
54+
System.Text.Json (9.0)
55+
Microsoft.Bcl.AsyncInterfaces (>= 9.0) - restriction: || (&& (== net8.0) (>= net462)) (== netstandard2.0)
56+
System.Buffers (>= 4.5.1) - restriction: || (&& (== net8.0) (>= net462)) (== netstandard2.0)
57+
System.IO.Pipelines (>= 9.0)
58+
System.Memory (>= 4.5.5) - restriction: || (&& (== net8.0) (>= net462)) (== netstandard2.0)
59+
System.Runtime.CompilerServices.Unsafe (>= 6.0) - restriction: || (&& (== net8.0) (>= net462)) (== netstandard2.0)
60+
System.Text.Encodings.Web (>= 9.0)
61+
System.Threading.Tasks.Extensions (>= 4.5.4) - restriction: || (&& (== net8.0) (>= net462)) (== netstandard2.0)
62+
System.Threading.Tasks.Extensions (4.5.4) - restriction: || (&& (== net8.0) (>= net462)) (== netstandard2.0)
63+
System.Runtime.CompilerServices.Unsafe (>= 4.5.3) - restriction: || (&& (== net8.0) (>= net461)) (&& (== net8.0) (< netcoreapp2.1)) (&& (== net8.0) (< netstandard1.0)) (&& (== net8.0) (< netstandard2.0)) (&& (== net8.0) (>= wp8)) (== netstandard2.0)
6464
Uncodium.SimpleStore (3.0.30)
6565
Microsoft.Bcl.AsyncInterfaces (>= 6.0)
6666
System.Memory (>= 4.5)
67-
xunit (2.4.2)
68-
xunit.analyzers (>= 1.0)
69-
xunit.assert (>= 2.4.2)
70-
xunit.core (2.4.2)
67+
xunit (2.9.2)
68+
xunit.analyzers (>= 1.16)
69+
xunit.assert (>= 2.9.2)
70+
xunit.core (2.9.2)
7171
xunit.abstractions (2.0.3)
72-
xunit.analyzers (1.10)
73-
xunit.assert (2.6.6)
74-
xunit.core (2.4.2)
75-
xunit.extensibility.core (2.4.2)
76-
xunit.extensibility.execution (2.4.2)
77-
xunit.extensibility.core (2.4.2)
78-
NETStandard.Library (>= 1.6.1)
72+
xunit.analyzers (1.17)
73+
xunit.assert (2.9.2)
74+
xunit.core (2.9.2)
75+
xunit.extensibility.core (2.9.2)
76+
xunit.extensibility.execution (2.9.2)
77+
xunit.extensibility.core (2.9.2)
7978
xunit.abstractions (>= 2.0.3)
80-
xunit.extensibility.execution (2.4.2)
81-
NETStandard.Library (>= 1.6.1)
82-
xunit.extensibility.core (2.4.2)
83-
xunit.runner.visualstudio (2.4.5)
79+
xunit.extensibility.execution (2.9.2)
80+
xunit.extensibility.core (2.9.2)
81+
xunit.runner.visualstudio (2.8.2)

src/Aardvark.Geometry.Quadtree.Tests/Aardvark.Geometry.Quadtree.Tests.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project Sdk="Microsoft.NET.Sdk">
33
<PropertyGroup>
4-
<TargetFramework>net6.0</TargetFramework>
4+
<TargetFramework>net8.0</TargetFramework>
55
<IsPackable>false</IsPackable>
66
<GenerateProgramFile>false</GenerateProgramFile>
77
<DisableImplicitFSharpCoreReference>true</DisableImplicitFSharpCoreReference>

src/Scratch/Scratch.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFramework>net6.0</TargetFramework>
5+
<TargetFramework>net8.0</TargetFramework>
66
<DisableImplicitFSharpCoreReference>true</DisableImplicitFSharpCoreReference>
77
</PropertyGroup>
88

0 commit comments

Comments
 (0)