Skip to content

Commit 05d60a5

Browse files
authored
add preview3 to benchmarks_monthly.py (#2340)
1 parent 5e1f2aa commit 05d60a5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/benchmarks_monthly.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
import os
2020

2121
VERSIONS = {
22+
'net7.0-preview3': { 'tfm': 'net7.0', 'build': '7.0.100-preview.3.22179.4' },
2223
'net7.0-preview2': { 'tfm': 'net7.0', 'build': '7.0.100-preview.2.22124.4' },
2324
'net7.0-preview1': { 'tfm': 'net7.0', 'build': '7.0.100-preview.1.22077.12' },
2425
'net6.0': { 'tfm': 'net6.0' }

0 commit comments

Comments
 (0)