We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d75b1b8 commit d582b51Copy full SHA for d582b51
src/BenchmarkDotNet.Tool/BenchmarkDotNet.Tool.csproj
@@ -2,7 +2,7 @@
2
<Import Project="..\..\build\common.props" />
3
<PropertyGroup>
4
<OutputType>Exe</OutputType>
5
- <TargetFrameworks>netcoreapp2.1;netcoreapp2.2;netcoreapp3.0</TargetFrameworks>
+ <TargetFramework>netcoreapp2.1</TargetFramework>
6
<IsPackable>true</IsPackable>
7
<PackAsTool>true</PackAsTool>
8
<ToolCommandName>dotnet-benchmark</ToolCommandName>
0 commit comments