File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -14,15 +14,15 @@ jobs:
1414 strategy :
1515 matrix :
1616 os : [windows-latest]
17- dotnet : [6.0.302 ]
17+ dotnet : [6.0.203 ]
1818 runs-on : ${{ matrix.os }}
1919
2020 steps :
2121 - uses : actions/checkout@v3
2222 - name : Setup .NET Core
2323 uses : actions/setup-dotnet@v2
2424 with :
25- dotnet-version : 6.0.302
25+ dotnet-version : 6.0.203
2626 - name : Restore tools
2727 run : dotnet tool restore
2828 - name : Restore projects
Original file line number Diff line number Diff line change @@ -10,15 +10,15 @@ jobs:
1010 strategy :
1111 matrix :
1212 os : [windows-latest]
13- dotnet : [6.0.302 ]
13+ dotnet : [6.0.203 ]
1414 runs-on : ${{ matrix.os }}
1515
1616 steps :
1717 - uses : actions/checkout@v3
1818 - name : Setup .NET Core
1919 uses : actions/setup-dotnet@v2
2020 with :
21- dotnet-version : 6.0.302
21+ dotnet-version : 6.0.203
2222 - name : Restore tools
2323 run : dotnet tool restore
2424 - name : Restore projects
3232 - name : Build FSharp.Formatting master
3333 run : cd FSharp.Formatting && .\build -t Build
3434 - name : Run fsdocs
35- run : dotnet FSharp.Formatting\src\fsdocs-tool\bin\Release\net5 .0\fsdocs.dll build --sourcefolder fsharp
35+ run : dotnet FSharp.Formatting\src\fsdocs-tool\bin\Release\net6 .0\fsdocs.dll build --sourcefolder fsharp
You can’t perform that action at this time.
0 commit comments