From a9baf663367299247c77d3489eb7667a32385338 Mon Sep 17 00:00:00 2001 From: Craig Treasure Date: Wed, 15 Feb 2023 07:23:46 -0800 Subject: [PATCH] Use .NET 7.0.103 (#170) As usual, `dotnet format` is broken on .NET 7.0.200 (see https://github.com/dotnet/format/issues/1800). We'll install the latest of 7.0.100 for now. --- .github/workflows/CI.yml | 2 +- .github/workflows/PR.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 26b1162..133e610 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -36,7 +36,7 @@ jobs: dotnet-version: | 6.x 7.0.100 - 7.x + 7.0.103 - name: Patch global.json if necessary shell: pwsh diff --git a/.github/workflows/PR.yml b/.github/workflows/PR.yml index 71dc3b6..fa094e3 100644 --- a/.github/workflows/PR.yml +++ b/.github/workflows/PR.yml @@ -27,7 +27,7 @@ jobs: dotnet-version: | 6.x 7.0.100 - 7.x + 7.0.103 - name: Patch global.json if necessary shell: pwsh