Skip to content

Commit

Permalink
Added net10 condition to Microbenchmarks.csproj.
Browse files Browse the repository at this point in the history
  • Loading branch information
LoopedBard3 committed Dec 18, 2024
1 parent 7544b55 commit b580847
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/benchmarks/micro/MicroBenchmarks.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,13 @@
</PropertyGroup>
</When>
<When Condition="'$(TargetFramework)' == 'net9.0'">
<PropertyGroup>
<LangVersion>13</LangVersion>
<ExtensionsVersion>9.0.0</ExtensionsVersion>
<SystemVersion>9.0.0</SystemVersion>
</PropertyGroup>
</When>
<When Condition="'$(TargetFramework)' == 'net10.0'">
<PropertyGroup>
<LangVersion>preview</LangVersion>
<ExtensionsVersion>$(MicrosoftExtensionsLoggingPackageVersion)</ExtensionsVersion>
Expand Down

0 comments on commit b580847

Please sign in to comment.