Skip to content

Commit ef12364

Browse files
authored
Merge pull request #1723 from fsprojects/repo-assist/update-fsdocs-22.0.0-alpha.3-ba78bed44d9cd193
[Repo Assist] Update fsdocs-tool to 22.0.0-alpha.3 and FSharp.Formatting 22.0.0-alpha.3
2 parents d5d914d + 89e0353 commit ef12364

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)