Skip to content

Commit

Permalink
fix: .net version
Browse files Browse the repository at this point in the history
  • Loading branch information
tuyen-vuduc committed Jul 20, 2023
1 parent d851f98 commit 8f2a3ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ jobs:
env:
NETRC : ${{secrets.NETRC}}

- name: Setup .NET Core SDK 7.0.101
- name: Setup .NET Core SDK 7.0.306
uses: actions/setup-dotnet@v3
with:
dotnet-version: '7.0.101'
dotnet-version: '7.0.306'

- name: Install ios workload
run: |
Expand Down

0 comments on commit 8f2a3ff

Please sign in to comment.