Skip to content

Commit

Permalink
Remove dotnet version from actions/setup-dotnet
Browse files Browse the repository at this point in the history
  • Loading branch information
frederikprijck committed Nov 27, 2023
1 parent 4fbf967 commit 64155d3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ jobs:

- name: Install .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 6.x

- name: Install .NET Android and iOS workload
run: dotnet workload install android ios
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ jobs:

- name: Install .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 6.x

- name: Install .NET Android and iOS workload
run: dotnet workload install android ios
Expand Down

0 comments on commit 64155d3

Please sign in to comment.