Skip to content

Commit

Permalink
update dotnet version in build yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shutdown256 committed Dec 7, 2023
1 parent 5c77622 commit 736006d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet.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: 6.0.x
dotnet-version: 7.0.x
- name: Install workloads
run: dotnet workload install -s https://api.nuget.org/v3/index.json android ios
- name: Add msbuild to PATH
Expand All @@ -41,7 +41,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: 6.0.x
dotnet-version: 7.0.x
include-prerelease: true
- uses: actions/download-artifact@master
with:
Expand Down

0 comments on commit 736006d

Please sign in to comment.