Skip to content

Commit

Permalink
Specify dotnet version in actions
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasMH committed Jan 10, 2024
1 parent b546b25 commit d261132
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v3
with:
dotnet-version: 8.x
dotnet-version: "8.0.100"
cache: true
cache-dependency-path: src/ToMqttNet/packages.lock.json
- name: Restore
Expand Down

0 comments on commit d261132

Please sign in to comment.