File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 "rollForward" : false
1111 },
1212 "fsdocs-tool" : {
13- "version" : " 20 .0.1 " ,
13+ "version" : " 22 .0.0-alpha.3 " ,
1414 "commands" : [
1515 " fsdocs"
1616 ],
Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff line change 11{
22 "sdk" : {
3- "version" : " 8 .0.418 " ,
3+ "version" : " 10 .0.201 " ,
44 "rollForward" : " latestMinor"
55 }
66}
You can’t perform that action at this time.
0 commit comments