Skip to content

Commit

Permalink
ci fun
Browse files Browse the repository at this point in the history
  • Loading branch information
kMutagene committed Mar 7, 2022
1 parent 4eac5d5 commit 1f0e50f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"isRoot": true,
"tools": {
"fake-cli": {
"version": "5.22.0",
"version": "5.20.4",
"commands": [
"fake"
]
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: 6.x.x
dotnet-version: 5.x.x
- name: Restore local tools
run: dotnet tool restore
- name: Build and test
Expand All @@ -31,7 +31,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: 6.x.x
dotnet-version: 5.x.x
- name: Restore local tools
run: dotnet tool restore
- name: Build and test
Expand Down
4 changes: 2 additions & 2 deletions global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "6.0.101",
"rollForward": "latestMinor"
"version": "3.1.202",
"rollForward": "latestMajor"
}
}

0 comments on commit 1f0e50f

Please sign in to comment.