File tree Expand file tree Collapse file tree 2 files changed +7
-8
lines changed Expand file tree Collapse file tree 2 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 20
20
- macOS-latest
21
21
- windows-latest
22
22
dotnet :
23
- - { sdk: 6.0.x, framework: net6.0 }
24
23
- { sdk: 8.0.x, framework: net8.0 }
25
24
26
25
runs-on : ${{matrix.os}}
@@ -45,10 +44,10 @@ jobs:
45
44
steps :
46
45
- name : Checkout
47
46
uses : actions/checkout@v4
48
- - name : Setup .NET SDK v6 .0.x
47
+ - name : Setup .NET SDK v8 .0.x
49
48
uses : actions/setup-dotnet@v4
50
49
with :
51
- dotnet-version : 6 .0.x
50
+ dotnet-version : 8 .0.x
52
51
- name : Prepare .NET tools
53
52
run : dotnet tool restore
54
53
- name : Run Fantomas
@@ -61,10 +60,10 @@ jobs:
61
60
uses : actions/checkout@v4
62
61
with :
63
62
fetch-depth : 0
64
- - name : Setup .NET SDK v6 .0.x
63
+ - name : Setup .NET SDK v8 .0.x
65
64
uses : actions/setup-dotnet@v4
66
65
with :
67
- dotnet-version : 6 .0.x
66
+ dotnet-version : 8 .0.x
68
67
- name : Prepare .NET tools
69
68
run : dotnet tool restore
70
69
- name : Prepare analyzers
@@ -85,10 +84,10 @@ jobs:
85
84
uses : actions/checkout@v4
86
85
with :
87
86
fetch-depth : 0 # so that NerdBank.GitVersioning has access to history
88
- - name : Setup .NET SDK v6 .0.x
87
+ - name : Setup .NET SDK v8 .0.x
89
88
uses : actions/setup-dotnet@v4
90
89
with :
91
- dotnet-version : 6 .0.x
90
+ dotnet-version : 8 .0.x
92
91
- name : Build
93
92
run : dotnet build ShapeSifter/ShapeSifter.fsproj --configuration Release
94
93
- name : Pack
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <TargetFrameworks >net6.0; net8.0</TargetFrameworks >
4
+ <TargetFrameworks >net8.0</TargetFrameworks >
5
5
<WarningLevel >5</WarningLevel >
6
6
<TreatWarningsAsErrors >true</TreatWarningsAsErrors >
7
7
<WarningsAsErrors />
You can’t perform that action at this time.
0 commit comments