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 ca2d4ef commit 9535e95Copy full SHA for 9535e95
src/benchmarks/real-world/PowerShell.Benchmarks/PowerShell.Benchmarks.csproj
@@ -3,7 +3,7 @@
3
<PropertyGroup>
4
<OutputType>Exe</OutputType>
5
<TargetFrameworks>$(PERFLAB_TARGET_FRAMEWORKS)</TargetFrameworks>
6
- <TargetFrameworks Condition="'$(TargetFrameworks)' == ''">net7.0</TargetFrameworks>
+ <TargetFrameworks Condition="'$(TargetFrameworks)' == ''">net8.0</TargetFrameworks>
7
<ImplicitUsings>enable</ImplicitUsings>
8
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
9
<StartArguments>--filter *</StartArguments>
0 commit comments