Skip to content

Commit b4d0f01

Browse files
DrewScogginsLoopedBard3Copilot
authored
Add support for net11.0 in MicroBenchmarks.csproj (#5066)
* Add support for net11.0 in MicroBenchmarks.csproj * Update src/benchmarks/micro/MicroBenchmarks.csproj Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Parker Bibus <pbibus@hotmail.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 0fa9460 commit b4d0f01

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/benchmarks/micro/MicroBenchmarks.csproj

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,13 @@
5656
</PropertyGroup>
5757
</When>
5858
<When Condition="'$(TargetFramework)' == 'net10.0'">
59+
<PropertyGroup>
60+
<LangVersion>14</LangVersion>
61+
<ExtensionsVersion>10.0.0</ExtensionsVersion>
62+
<SystemVersion>10.0.0</SystemVersion>
63+
</PropertyGroup>
64+
</When>
65+
<When Condition="'$(TargetFramework)' == 'net11.0'">
5966
<PropertyGroup>
6067
<LangVersion>preview</LangVersion>
6168
<ExtensionsVersion>$(MicrosoftExtensionsLoggingPackageVersion)</ExtensionsVersion>

0 commit comments

Comments
 (0)