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 - 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
View File
@@ -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