Skip to content

Commit b6c22f6

Browse files
committed
Update micro benchmark properties for net8.0
1 parent c89becf commit b6c22f6

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/benchmarks/micro/MicroBenchmarks.Common.props

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,13 @@
1717
<SystemVersion>7.0.0</SystemVersion>
1818
</PropertyGroup>
1919
</When>
20+
<When Condition="'$(TargetFramework)' == 'net8.0'">
21+
<PropertyGroup>
22+
<LangVersion>12.0</LangVersion>
23+
<ExtensionsVersion>8.0.*</ExtensionsVersion>
24+
<SystemVersion>8.0.*</SystemVersion>
25+
</PropertyGroup>
26+
</When>
2027
<Otherwise>
2128
<!-- when comparing against Full .NET Framework we are usually interested in CLR differences, so net462 belongs to this block -->
2229
<PropertyGroup>

0 commit comments

Comments
 (0)