Skip to content

Commit

Permalink
Update dotnet version for builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ottermandias committed Oct 29, 2022
1 parent 1046c4e commit 52b2b66
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.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.100
dotnet-version: '7.0.100-preview.7.22377.5'
- name: Restore dependencies
run: dotnet restore
- name: Download Dalamud
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: 6.0.100
dotnet-version: '7.0.100-preview.7.22377.5'
- name: Restore dependencies
run: dotnet restore
- name: Download Dalamud
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: 6.0.100
dotnet-version: '7.0.100-preview.7.22377.5'
- name: Restore dependencies
run: dotnet restore
- name: Download Dalamud
Expand Down

0 comments on commit 52b2b66

Please sign in to comment.