Skip to content

Commit e79e819

Browse files
committed
Use latest C# language features.
1 parent ae5de85 commit e79e819

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/Benchmark/Benchmark.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<PropertyGroup>
33
<OutputType>Exe</OutputType>
44
<TargetFrameworks>netcoreapp1.1;net47;netcoreapp2.0</TargetFrameworks>
5+
<LangVersion>latest</LangVersion>
56
</PropertyGroup>
67
<ItemGroup>
78
<PackageReference Include="BenchmarkDotNet" Version="0.10.13" />

0 commit comments

Comments
 (0)