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 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
<PropertyGroup >
3
3
<OutputType >Exe</OutputType >
4
- <TargetFrameworks >netcoreapp1.1;net462 ;netcoreapp2.0</TargetFrameworks >
4
+ <TargetFrameworks >netcoreapp1.1;net47 ;netcoreapp2.0</TargetFrameworks >
5
5
</PropertyGroup >
6
6
<ItemGroup >
7
7
<PackageReference Include =" BenchmarkDotNet" Version =" 0.10.8" />
Original file line number Diff line number Diff line change 1
- using System ;
1
+ using System ;
2
2
using System . Data . Common ;
3
3
using System . Threading . Tasks ;
4
4
using BenchmarkDotNet . Attributes ;
@@ -24,7 +24,7 @@ static void Main()
24
24
. With ( JitOptimizationsValidator . FailOnError )
25
25
. With ( MemoryDiagnoser . Default )
26
26
. 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 " ) )
28
28
. With ( Job . Default . With ( Runtime . Core ) . With ( CsProjCoreToolchain . NetCoreApp11 ) . WithId ( "netcore11" ) )
29
29
. With ( Job . Default . With ( Runtime . Core ) . With ( CsProjCoreToolchain . NetCoreApp20 ) . WithId ( "netcore20" ) )
30
30
. With ( DefaultExporters . Csv ) ;
You can’t perform that action at this time.
0 commit comments