use 7.0.203 due to format failing

More info: https://github.com/dotnet/format/issues/1800
This commit is contained in:
Jonas Dellinger 2023-05-27 22:02:18 +02:00
parent 290a0d1eb0
commit be740ad565

View File

@ -18,7 +18,7 @@ jobs:
dotnet-version: "6.x"
- uses: actions/setup-dotnet@v1
with:
dotnet-version: "7.x"
dotnet-version: "7.0.203"
- name: Set RELEASE_VERSION
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
- name: Restore Packages