Skip to content

Commit

Permalink
[ci] Hold back SDK version for fsdocs
Browse files Browse the repository at this point in the history
Mitigates a suspected regression in the way MSBuild 16.10 handles
project references:

    fsprojects/FSharp.Formatting#680
  • Loading branch information
rdipardo committed Jul 6, 2021
1 parent 624c45c commit 1a619ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Pre-build Install
uses: actions/[email protected]
with:
dotnet-version: '5.0.301'
dotnet-version: '5.0.204'
- name: Cache packages
uses: actions/[email protected]
with:
Expand Down

0 comments on commit 1a619ba

Please sign in to comment.