Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 11c2fda

Browse files
authored
Merge pull request #84 from lsaudon/main
Revert bump dotnet version
2 parents f501a8b + a1ffa21 commit 11c2fda

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/pr.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
@@ -32,4 +32,4 @@ jobs:
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

0 commit comments

Comments
 (0)