Skip to content

Commit

Permalink
im mad
Browse files Browse the repository at this point in the history
  • Loading branch information
ZingBallyhoo committed Feb 1, 2024
1 parent 6396f13 commit b7a7d91
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ jobs:
submodules: 'recursive'
- name: Install .NET 8
uses: actions/setup-dotnet@v4
with:
dotnet-version: '8.0.100'
- name: Mutate Run Number
run: |
$num = (997+$($Env:GITHUB_RUN_NUMBER))
Expand Down
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"sdk": {
"version": "8.0.100",
"rollForward": "latestMajor",
"rollForward": "disable",
"allowPrerelease": false
}
}

0 comments on commit b7a7d91

Please sign in to comment.