Update CI/CD to .NET 8

This commit is contained in:
Asriel Camora
2024-03-14 10:31:23 -07:00
parent c361ba8c5b
commit 24c8634d6a
2 changed files with 4 additions and 3 deletions
+2 -1
View File
@@ -23,7 +23,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: '7.0'
dotnet-version: '8.0'
- name: Download Dalamud
run: |
@@ -93,6 +93,7 @@ jobs:
dotnet-version: |
7.0
8.0
9.0
- name: Download Dalamud
run: |