mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
use net9 SDK in CI
This commit is contained in:
parent
9d4bc95f7d
commit
6efa41d33d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
|
@ -22,7 +22,7 @@ jobs:
|
||||||
uses: microsoft/setup-msbuild@v1.0.2
|
uses: microsoft/setup-msbuild@v1.0.2
|
||||||
- uses: actions/setup-dotnet@v3
|
- uses: actions/setup-dotnet@v3
|
||||||
with:
|
with:
|
||||||
dotnet-version: '8.0.100'
|
dotnet-version: '9.0.100'
|
||||||
- name: Define VERSION
|
- name: Define VERSION
|
||||||
run: |
|
run: |
|
||||||
$env:COMMIT = $env:GITHUB_SHA.Substring(0, 7)
|
$env:COMMIT = $env:GITHUB_SHA.Substring(0, 7)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue