From 8a4fe9f030b4c822e8f8f0a3b283f70844ee3ab9 Mon Sep 17 00:00:00 2001 From: Lucas Date: Tue, 2 Aug 2022 16:19:36 +0200 Subject: [PATCH 1/2] revert bump dotnet version --- .github/workflows/docs.yml | 4 ++-- .github/workflows/pr.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 92f5c1b54..9635cb73b 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: os: [windows-latest] - dotnet: [6.0.302] + dotnet: [6.0.203] runs-on: ${{ matrix.os }} steps: @@ -22,7 +22,7 @@ jobs: - name: Setup .NET Core uses: actions/setup-dotnet@v2 with: - dotnet-version: 6.0.302 + dotnet-version: 6.0.203 - name: Restore tools run: dotnet tool restore - name: Restore projects diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index d9ac351dd..9516e45b4 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -10,7 +10,7 @@ jobs: strategy: matrix: os: [windows-latest] - dotnet: [6.0.302] + dotnet: [6.0.203] runs-on: ${{ matrix.os }} steps: @@ -18,7 +18,7 @@ jobs: - name: Setup .NET Core uses: actions/setup-dotnet@v2 with: - dotnet-version: 6.0.302 + dotnet-version: 6.0.203 - name: Restore tools run: dotnet tool restore - name: Restore projects From a1ffa21b98e15a277eb80ef6c3bc27e8f868e97b Mon Sep 17 00:00:00 2001 From: Lucas Date: Tue, 2 Aug 2022 17:02:04 +0200 Subject: [PATCH 2/2] .net 5 to .net 6 --- .github/workflows/pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 9516e45b4..159cb0fcd 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -32,4 +32,4 @@ jobs: - name: Build FSharp.Formatting master run: cd FSharp.Formatting && .\build -t Build - name: Run fsdocs - run: dotnet FSharp.Formatting\src\fsdocs-tool\bin\Release\net5.0\fsdocs.dll build --sourcefolder fsharp + run: dotnet FSharp.Formatting\src\fsdocs-tool\bin\Release\net6.0\fsdocs.dll build --sourcefolder fsharp