File tree Expand file tree Collapse file tree 2 files changed +6
-10
lines changed
benchmarks/Dapper.Tests.Performance Expand file tree Collapse file tree 2 files changed +6
-10
lines changed Original file line number Diff line number Diff line change 1
- using BenchmarkDotNet . Attributes ;
1
+ #if ! NET4X
2
+ using BenchmarkDotNet . Attributes ;
2
3
using System . ComponentModel ;
3
4
using System . Linq ;
4
5
using Norm ;
@@ -37,4 +38,4 @@ public Post Read()
37
38
}
38
39
}
39
40
}
40
-
41
+ #endif
Original file line number Diff line number Diff line change 47
47
</ItemGroup >
48
48
<ItemGroup Condition =" '$(TargetFramework)' != 'net462'" >
49
49
<PackageReference Include =" Microsoft.EntityFrameworkCore.SqlServer" Version =" 5.0.0" />
50
- </ItemGroup >
51
- <ItemGroup Condition =" '$(TargetFramework)' == 'netcoreapp3.1' Or '$(TargetFramework)' == 'net5.0'" >
52
- <PackageReference Include =" Norm.net" >
53
- <Version >3.1.0</Version >
54
- </PackageReference >
55
- </ItemGroup >
56
- <ItemGroup >
57
- <Compile Remove =" Benchmarks.Norm.cs" Condition =" '$(TargetFramework)' != 'netcoreapp3.1' And '$(TargetFramework)' != 'net5.0'" />
50
+ <PackageReference Include =" Norm.net" >
51
+ <Version >3.2.0</Version >
52
+ </PackageReference >
58
53
</ItemGroup >
59
54
</Project >
You can’t perform that action at this time.
0 commit comments