Skip to content

Commit

Permalink
Update micro benchmarks properties for net8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cincuranet committed Jul 13, 2023
1 parent c89becf commit dbed772
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/benchmarks/micro/MicroBenchmarks.Common.props
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@
<SystemVersion>7.0.0</SystemVersion>
</PropertyGroup>
</When>
<When Condition="'$(TargetFramework)' == 'net8.0'">
<PropertyGroup>
<LangVersion>12.0</LangVersion>
<ExtensionsVersion>8.0.*-*</ExtensionsVersion>
<SystemVersion>8.0.*-*</SystemVersion>
</PropertyGroup>
</When>
<Otherwise>
<!-- when comparing against Full .NET Framework we are usually interested in CLR differences, so net462 belongs to this block -->
<PropertyGroup>
Expand Down

0 comments on commit dbed772

Please sign in to comment.