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