Skip to content

Commit d582b51

Browse files
Revert previous commit because of the CI Error
1 parent d75b1b8 commit d582b51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BenchmarkDotNet.Tool/BenchmarkDotNet.Tool.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<Import Project="..\..\build\common.props" />
33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFrameworks>netcoreapp2.1;netcoreapp2.2;netcoreapp3.0</TargetFrameworks>
5+
<TargetFramework>netcoreapp2.1</TargetFramework>
66
<IsPackable>true</IsPackable>
77
<PackAsTool>true</PackAsTool>
88
<ToolCommandName>dotnet-benchmark</ToolCommandName>

0 commit comments

Comments
 (0)