Skip to content

Commit 9e4e886

Browse files
committed
Fix C# .Net Core run
1 parent c61e309 commit 9e4e886

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run-benchmarks.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
'C++ STL' => 'cpp/bin/benchmark-stl',
2828
'C++ Boost' => 'cpp/bin/benchmark-boost',
2929
'C# Mono' => 'mono -O=all csharp/bin-mono/benchmark.exe',
30-
'C# .Net Core' => 'dotnet csharp/bin/Release/netcoreapp3.0/benchmark.dll',
30+
'C# .Net Core' => 'dotnet csharp/bin/Release/netcoreapp3.1/benchmark.dll',
3131
'D dmd' => 'd/bin/benchmark',
3232
'D ldc' => 'd/bin/benchmark-ldc',
3333
'Dart' => 'dart dart/benchmark.dart',

0 commit comments

Comments
 (0)