Skip to content

Commit 89e0353

Browse files
github-actions[bot]Copilot
authored andcommitted
Update fsdocs-tool to 22.0.0-alpha.3 and .NET SDK to 10.0.201
- Update fsdocs-tool from 20.0.1 to 22.0.0-alpha.3 (uses FSharp.Formatting 22.0.0-alpha.3) - Update global.json SDK from 8.0.418 to 10.0.201 (required by fsdocs-tool 22.x) - Update CI workflows to use .NET 10.0.201 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 59a17a6 commit 89e0353

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

.config/dotnet-tools.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"rollForward": false
1111
},
1212
"fsdocs-tool": {
13-
"version": "20.0.1",
13+
"version": "22.0.0-alpha.3",
1414
"commands": [
1515
"fsdocs"
1616
],

.github/workflows/pull-requests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
timeout-minutes: 40
1414
steps:
1515
- uses: actions/checkout@v6
16-
- name: Setup .NET Core 8
16+
- name: Setup .NET 10
1717
uses: actions/setup-dotnet@v5
1818
with:
19-
dotnet-version: 8.0.418
19+
dotnet-version: 10.0.201
2020
- name: Cache NuGet packages
2121
uses: actions/cache@v5
2222
with:
@@ -39,10 +39,10 @@ jobs:
3939
timeout-minutes: 40
4040
steps:
4141
- uses: actions/checkout@v6
42-
- name: Setup .NET Core 8
42+
- name: Setup .NET 10
4343
uses: actions/setup-dotnet@v5
4444
with:
45-
dotnet-version: 8.0.418
45+
dotnet-version: 10.0.201
4646
- name: Cache NuGet packages
4747
uses: actions/cache@v5
4848
with:

.github/workflows/push-master.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717

1818
steps:
1919
- uses: actions/checkout@v6
20-
- name: Setup .NET Core 8
20+
- name: Setup .NET 10
2121
uses: actions/setup-dotnet@v5
2222
with:
23-
dotnet-version: 8.0.418
23+
dotnet-version: 10.0.201
2424
- name: Cache NuGet packages
2525
uses: actions/cache@v5
2626
with:

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": "8.0.418",
3+
"version": "10.0.201",
44
"rollForward": "latestMinor"
55
}
66
}

0 commit comments

Comments
 (0)