mirror of
https://github.com/4sval/FModel.git
synced 2026-03-21 17:24:26 -05:00
updated workflows to .net 10
This commit is contained in:
parent
874078c11b
commit
3e4db88851
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
|
@ -21,10 +21,10 @@ jobs:
|
|||
- name: Fetch Submodules Recursively
|
||||
run: git submodule update --init --recursive
|
||||
|
||||
- name: .NET 8 Setup
|
||||
- name: .NET 10 Setup
|
||||
uses: actions/setup-dotnet@v5
|
||||
with:
|
||||
dotnet-version: '8.0.x'
|
||||
dotnet-version: '10.0.x'
|
||||
|
||||
- name: .NET Restore
|
||||
run: dotnet restore FModel
|
||||
|
|
|
|||
4
.github/workflows/qa.yml
vendored
4
.github/workflows/qa.yml
vendored
|
|
@ -14,10 +14,10 @@ jobs:
|
|||
with:
|
||||
submodules: 'recursive'
|
||||
|
||||
- name: .NET 8 Setup
|
||||
- name: .NET 10 Setup
|
||||
uses: actions/setup-dotnet@v5
|
||||
with:
|
||||
dotnet-version: '8.0.x'
|
||||
dotnet-version: '10.0.x'
|
||||
|
||||
- name: .NET Restore
|
||||
run: dotnet restore "./FModel/FModel.slnx"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user