File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
33 <OutputType >Exe</OutputType >
4- <TargetFrameworks >netcoreapp1.1;net462 ;netcoreapp2.0</TargetFrameworks >
4+ <TargetFrameworks >netcoreapp1.1;net47 ;netcoreapp2.0</TargetFrameworks >
55 </PropertyGroup >
66 <ItemGroup >
77 <PackageReference Include =" BenchmarkDotNet" Version =" 0.10.8" />
Original file line number Diff line number Diff line change 1- using System ;
1+ using System ;
22using System . Data . Common ;
33using System . Threading . Tasks ;
44using BenchmarkDotNet . Attributes ;
@@ -24,7 +24,7 @@ static void Main()
2424 . With ( JitOptimizationsValidator . FailOnError )
2525 . With ( MemoryDiagnoser . Default )
2626 . With ( StatisticColumn . AllStatistics )
27- . With ( Job . Default . With ( Runtime . Clr ) . With ( Jit . RyuJit ) . With ( Platform . X64 ) . With ( CsProjClassicNetToolchain . Net462 ) . WithId ( "net462 " ) )
27+ . With ( Job . Default . With ( Runtime . Clr ) . With ( Jit . RyuJit ) . With ( Platform . X64 ) . With ( CsProjClassicNetToolchain . Net47 ) . WithId ( "net47 " ) )
2828 . With ( Job . Default . With ( Runtime . Core ) . With ( CsProjCoreToolchain . NetCoreApp11 ) . WithId ( "netcore11" ) )
2929 . With ( Job . Default . With ( Runtime . Core ) . With ( CsProjCoreToolchain . NetCoreApp20 ) . WithId ( "netcore20" ) )
3030 . With ( DefaultExporters . Csv ) ;
You can’t perform that action at this time.
0 commit comments