Update CI/CD to .NET 8
This commit is contained in:
@@ -23,7 +23,7 @@ jobs:
|
|||||||
- name: Setup .NET
|
- name: Setup .NET
|
||||||
uses: actions/setup-dotnet@v3
|
uses: actions/setup-dotnet@v3
|
||||||
with:
|
with:
|
||||||
dotnet-version: '7.0'
|
dotnet-version: '8.0'
|
||||||
|
|
||||||
- name: Download Dalamud
|
- name: Download Dalamud
|
||||||
run: |
|
run: |
|
||||||
@@ -93,6 +93,7 @@ jobs:
|
|||||||
dotnet-version: |
|
dotnet-version: |
|
||||||
7.0
|
7.0
|
||||||
8.0
|
8.0
|
||||||
|
9.0
|
||||||
|
|
||||||
- name: Download Dalamud
|
- name: Download Dalamud
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
+2
-2
@@ -6,8 +6,8 @@ using Craftimizer.Solver;
|
|||||||
|
|
||||||
namespace Craftimizer.Benchmark;
|
namespace Craftimizer.Benchmark;
|
||||||
|
|
||||||
[SimpleJob(RuntimeMoniker.Net70, baseline: true)]
|
[SimpleJob(RuntimeMoniker.Net80, baseline: true)]
|
||||||
[SimpleJob(RuntimeMoniker.Net80)]
|
[SimpleJob(RuntimeMoniker.Net90)]
|
||||||
[MinColumn, Q1Column, Q3Column, MaxColumn]
|
[MinColumn, Q1Column, Q3Column, MaxColumn]
|
||||||
[DotTraceDiagnoser]
|
[DotTraceDiagnoser]
|
||||||
public class Bench
|
public class Bench
|
||||||
|
|||||||
Reference in New Issue
Block a user