Needs both versions for now due to flatsharp?

This commit is contained in:
Ottermandias 2025-12-19 01:05:50 +01:00
parent 37f3044376
commit 59fec5db82
3 changed files with 9 additions and 3 deletions

View file

@ -16,7 +16,9 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: '10.x.x'
dotnet-version: |
'10.x.x'
'9.x.x'
- name: Restore dependencies
run: dotnet restore
- name: Download Dalamud

View file

@ -15,7 +15,9 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: '10.x.x'
dotnet-version: |
'10.x.x'
'9.x.x'
- name: Restore dependencies
run: dotnet restore
- name: Download Dalamud

View file

@ -15,7 +15,9 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: '10.x.x'
dotnet-version: |
'10.x.x'
'9.x.x'
- name: Restore dependencies
run: dotnet restore
- name: Download Dalamud