Skip to content

Commit

Permalink
fix dotnet version
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim8y committed Oct 12, 2023
1 parent 1f779fe commit c6495ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_devpack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 7.0.X # Adjust according to the actual .NET Core version of neo-devpack-dotnet
dotnet-version: '7.x' # Adjust according to the actual .NET Core version of neo-devpack-dotnet

- name: Restore and build neo-devpack-dotnet
run: |
Expand Down

0 comments on commit c6495ac

Please sign in to comment.