Skip to content

Commit

Permalink
bugfix/roll-back-to-fix-oryx
Browse files Browse the repository at this point in the history
Specify .net version for Oryx, as it currently does not run on the newest version of the .net 7 SDK, 7.0.400.
  • Loading branch information
PolygeneLubricants authored Sep 9, 2023
1 parent 2d022ee commit d1251a9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.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: 7.0.x
dotnet-version: 7.0.306
- name: Restore dependencies
run: dotnet restore
- name: Build
Expand Down
5 changes: 5 additions & 0 deletions global.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"sdk": {
"version": "7.0.306"
}
}

0 comments on commit d1251a9

Please sign in to comment.