We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adc88e9 commit be337b0Copy full SHA for be337b0
.github/workflows/benchmarks.yml
@@ -28,7 +28,7 @@ jobs:
28
run: cd test/DocumentFormat.OpenXml.Benchmarks; dotnet build -c RELEASE
29
shell: pwsh
30
- name: Run benchmarks
31
- run: cd test/DocumentFormat.OpenXml.Benchmarks; dotnet run -c RELEASE -f net8.0
+ run: cd test/DocumentFormat.OpenXml.Benchmarks; dotnet run -c RELEASE -f net10.0
32
33
- name: Write summary
34
0 commit comments