Skip to content

Commit f20e9b5

Browse files
authored
Use Net8.0 (#97)
* Use Net8.0 * Fix ci version for .net
1 parent c8145d7 commit f20e9b5

File tree

9 files changed

+41
-44
lines changed

9 files changed

+41
-44
lines changed

Diff for: .config/dotnet-tools.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,19 @@
33
"isRoot": true,
44
"tools": {
55
"paket": {
6-
"version": "7.2.1",
6+
"version": "8.0.0",
77
"commands": [
88
"paket"
99
]
1010
},
1111
"fable": {
12-
"version": "4.3.0",
12+
"version": "4.6.0",
1313
"commands": [
1414
"fable"
1515
]
1616
},
1717
"fantomas": {
18-
"version": "6.2.1",
18+
"version": "6.2.3",
1919
"commands": [
2020
"fantomas"
2121
]

Diff for: .github/workflows/build-and-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
dotnet-version: |
2323
6.x
24-
7.x
24+
8.x
2525
2626
- name: Setup dotnet tools
2727
run: dotnet tool restore

Diff for: .github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
dotnet-version: |
2020
6.x
21-
7.x
21+
8.x
2222
2323
- name: Setup tools
2424
run: dotnet tool restore

Diff for: Build.fsproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<OutputType>Exe</OutputType>
4-
<TargetFramework>net7.0</TargetFramework>
4+
<TargetFramework>net8.0</TargetFramework>
55
</PropertyGroup>
66
<ItemGroup>
77
<Compile Include="Helpers.fs" />

Diff for: examples/timeflies/TimeFlies.fsproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<Project Sdk="Microsoft.NET.Sdk">
33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFramework>net7.0</TargetFramework>
5+
<TargetFramework>net8.0</TargetFramework>
66
<WarnOn>3390;$(WarnOn)</WarnOn>
77
</PropertyGroup>
88
<ItemGroup>

Diff for: paket.dependencies

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
source https://api.nuget.org/v3/index.json
44
storage: none
5-
framework: netstandard2.0, netstandard2.1, net6.0, net7.0
5+
framework: netstandard2.0, netstandard2.1, net6.0, net8.0
66

77
nuget FSharp.Core >= 4.7.2 lowest_matching: true
88
nuget Fable.Core ~> 4.1
99

1010
group Test
1111
source https://api.nuget.org/v3/index.json
1212
storage: none
13-
framework: net6.0
13+
framework: net8.0
1414

1515
nuget FSharp.Core
1616
nuget Fable.Core ~> 4.1
@@ -22,7 +22,7 @@ group Test
2222
group Build
2323
source https://api.nuget.org/v3/index.json
2424
storage: none
25-
framework: net7.0
25+
framework: net8.0
2626

2727
nuget System.Collections.Immutable
2828
nuget Fake.Core.Target

Diff for: paket.lock

+29-32
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
STORAGE: NONE
2-
RESTRICTION: || (== net6.0) (== net7.0) (== netstandard2.0) (== netstandard2.1)
2+
RESTRICTION: || (== net6.0) (== net8.0) (== netstandard2.0) (== netstandard2.1)
33
NUGET
44
remote: https://api.nuget.org/v3/index.json
5-
Fable.Core (4.1)
5+
Fable.Core (4.2)
66
FSharp.Core (4.7.2)
77

88
GROUP Build
99
STORAGE: NONE
10-
RESTRICTION: == net7.0
10+
RESTRICTION: == net8.0
1111
NUGET
1212
remote: https://api.nuget.org/v3/index.json
1313
Fake.Core.CommandLineParsing (6.0)
@@ -53,52 +53,49 @@ NUGET
5353
FSharp.Control.Reactive (5.0.5)
5454
FSharp.Core (>= 4.7.2)
5555
System.Reactive (>= 5.0 < 6.0)
56-
FSharp.Core (7.0.400)
57-
System.Collections.Immutable (7.0)
56+
FSharp.Core (8.0.100)
57+
System.Collections.Immutable (8.0)
5858
System.Reactive (5.0)
5959

6060
GROUP Test
6161
STORAGE: NONE
62-
RESTRICTION: == net6.0
62+
RESTRICTION: == net8.0
6363
NUGET
6464
remote: https://api.nuget.org/v3/index.json
65-
Fable.Core (4.1)
66-
FSharp.Core (7.0.400)
67-
Microsoft.CodeCoverage (17.7.2)
65+
Fable.Core (4.2)
66+
FSharp.Core (8.0.100)
67+
Microsoft.CodeCoverage (17.8)
6868
Microsoft.NET.Test.Sdk (16.11)
6969
Microsoft.CodeCoverage (>= 16.11)
7070
Microsoft.TestPlatform.TestHost (>= 16.11)
7171
Microsoft.NETCore.Platforms (7.0.4)
72-
Microsoft.TestPlatform.ObjectModel (17.7.2)
72+
Microsoft.TestPlatform.ObjectModel (17.8)
7373
NuGet.Frameworks (>= 6.5)
7474
System.Reflection.Metadata (>= 1.6)
75-
Microsoft.TestPlatform.TestHost (17.7.2)
76-
Microsoft.TestPlatform.ObjectModel (>= 17.7.2)
75+
Microsoft.TestPlatform.TestHost (17.8)
76+
Microsoft.TestPlatform.ObjectModel (>= 17.8)
7777
Newtonsoft.Json (>= 13.0.1)
7878
NETStandard.Library (2.0.3)
7979
Microsoft.NETCore.Platforms (>= 1.1)
8080
Newtonsoft.Json (13.0.3)
81-
NuGet.Frameworks (6.7)
82-
System.Collections.Immutable (7.0)
83-
System.Runtime.CompilerServices.Unsafe (>= 6.0)
84-
System.Reflection.Metadata (7.0.2)
85-
System.Collections.Immutable (>= 7.0)
86-
System.Runtime.CompilerServices.Unsafe (6.0)
87-
XUnit (2.5.2)
88-
xunit.analyzers (>= 1.4)
89-
xunit.assert (>= 2.5.2)
90-
xunit.core (2.5.2)
81+
NuGet.Frameworks (6.8)
82+
System.Collections.Immutable (8.0)
83+
System.Reflection.Metadata (8.0)
84+
System.Collections.Immutable (>= 8.0)
85+
XUnit (2.6.2)
86+
xunit.analyzers (>= 1.6)
87+
xunit.assert (>= 2.6.2)
88+
xunit.core (2.6.2)
9189
xunit.abstractions (2.0.3)
92-
xunit.analyzers (1.4)
93-
xunit.assert (2.5.2)
94-
NETStandard.Library (>= 1.6.1)
95-
xunit.core (2.5.2)
96-
xunit.extensibility.core (2.5.2)
97-
xunit.extensibility.execution (2.5.2)
98-
xunit.extensibility.core (2.5.2)
90+
xunit.analyzers (1.6)
91+
xunit.assert (2.6.2)
92+
xunit.core (2.6.2)
93+
xunit.extensibility.core (2.6.2)
94+
xunit.extensibility.execution (2.6.2)
95+
xunit.extensibility.core (2.6.2)
9996
NETStandard.Library (>= 1.6.1)
10097
xunit.abstractions (>= 2.0.3)
101-
xunit.extensibility.execution (2.5.2)
98+
xunit.extensibility.execution (2.6.2)
10299
NETStandard.Library (>= 1.6.1)
103-
xunit.extensibility.core (2.5.2)
104-
xunit.runner.visualstudio (2.5.3)
100+
xunit.extensibility.core (2.6.2)
101+
xunit.runner.visualstudio (2.5.4)

Diff for: src/Fable.Python.fsproj

+1-1
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-
<TargetFrameworks>netstandard2.0;netstandard2.1;net6.0;net7.0</TargetFrameworks>
4+
<TargetFrameworks>netstandard2.0;netstandard2.1;net6.0;net7.0;net8.0</TargetFrameworks>
55
<GenerateDocumentationFile>true</GenerateDocumentationFile>
66
<Author>Dag Brattli</Author>
77
<Copyright>Dag Brattli</Copyright>

Diff for: test/Fable.Python.Test.fsproj

+1-1
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>

0 commit comments

Comments
 (0)