diff --git a/Directory.Build.targets b/Directory.Build.targets index 9989b1046b..8296c12835 100644 --- a/Directory.Build.targets +++ b/Directory.Build.targets @@ -1,5 +1,5 @@ - + <_BootstrapperFile Condition=" $([MSBuild]::IsOSUnixLike()) ">build.sh <_BootstrapperFile Condition="! $([MSBuild]::IsOSUnixLike()) ">build.cmd diff --git a/benchmarks/Kestrel.Performance/Kestrel.Performance.csproj b/benchmarks/Kestrel.Performance/Kestrel.Performance.csproj index 3a982816ef..bee6d2f9a3 100644 --- a/benchmarks/Kestrel.Performance/Kestrel.Performance.csproj +++ b/benchmarks/Kestrel.Performance/Kestrel.Performance.csproj @@ -1,7 +1,8 @@  - Microsoft.AspNetCore.Server.Kestrel.Performance + + Kestrel.Performance Microsoft.AspNetCore.Server.Kestrel.Performance netcoreapp2.0;net461 netcoreapp2.0 diff --git a/benchmarks/Kestrel.Performance/README.md b/benchmarks/Kestrel.Performance/README.md index 63db0c3d7e..91991f82ff 100644 --- a/benchmarks/Kestrel.Performance/README.md +++ b/benchmarks/Kestrel.Performance/README.md @@ -2,10 +2,10 @@ To run a specific benchmark add it as parameter ``` -dotnet run -c Release RequestParsing +dotnet run -f netcoreapp2.0 -c Release RequestParsing ``` To run all use `All` as parameter ``` -dotnet run -c Release All +dotnet run -f netcoreapp2.0 -c Release All ``` Using no parameter will list all available benchmarks