We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7544b55 commit b580847Copy full SHA for b580847
src/benchmarks/micro/MicroBenchmarks.csproj
@@ -46,6 +46,13 @@
46
</PropertyGroup>
47
</When>
48
<When Condition="'$(TargetFramework)' == 'net9.0'">
49
+ <PropertyGroup>
50
+ <LangVersion>13</LangVersion>
51
+ <ExtensionsVersion>9.0.0</ExtensionsVersion>
52
+ <SystemVersion>9.0.0</SystemVersion>
53
+ </PropertyGroup>
54
+ </When>
55
+ <When Condition="'$(TargetFramework)' == 'net10.0'">
56
<PropertyGroup>
57
<LangVersion>preview</LangVersion>
58
<ExtensionsVersion>$(MicrosoftExtensionsLoggingPackageVersion)</ExtensionsVersion>
0 commit comments