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 c89becf commit b6c22f6Copy full SHA for b6c22f6
src/benchmarks/micro/MicroBenchmarks.Common.props
@@ -17,6 +17,13 @@
17
<SystemVersion>7.0.0</SystemVersion>
18
</PropertyGroup>
19
</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>
27
<Otherwise>
28
<!-- when comparing against Full .NET Framework we are usually interested in CLR differences, so net462 belongs to this block -->
29
<PropertyGroup>
0 commit comments