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 5e56159 commit 93d0d65Copy full SHA for 93d0d65
.github/workflows/dotnet.yml
@@ -89,4 +89,4 @@ jobs:
89
merge-multiple: true
90
- name: Benchmark
91
working-directory: ./benchmarks/PolylineAlgorithm.Benchmarks
92
- run: dotnet run --configuration Release
+ run: dotnet run --configuration Release --runtimes net7.0 net8.0 net9.0
0 commit comments