Skip to content

Commit b5ecc4d

Browse files
committed
[Infra] move to netcoreapp 3.0
1 parent 3e398c8 commit b5ecc4d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Build/Common.Benchmark.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
<Project>
22
<PropertyGroup Label="Framework">
3-
<DefaultTargetFrameworks>netcoreapp2.1;net461</DefaultTargetFrameworks>
3+
<DefaultTargetFrameworks>netcoreapp3.0;net461</DefaultTargetFrameworks>
44
</PropertyGroup>
55

66
<PropertyGroup>
77
<OutputType>Exe</OutputType>
88
</PropertyGroup>
99

1010
<ItemGroup>
11-
<PackageReference Include="BenchmarkDotNet" Version="0.11.4" />
12-
<PackageReference Include="BenchmarkDotNet.Diagnostics.Windows" Version="0.11.4" />
11+
<PackageReference Include="BenchmarkDotNet" Version="0.11.5" />
12+
<PackageReference Include="BenchmarkDotNet.Diagnostics.Windows" Version="0.11.5" />
1313
</ItemGroup>
1414

1515
<Import Project="$(RootDir)\Build\DeleteGenerateBindingRedirects.target"/>

Build/Common.Tests.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project>
22
<PropertyGroup Label="Framework">
3-
<DefaultTargetFrameworks>netcoreapp2.0;net461</DefaultTargetFrameworks>
3+
<DefaultTargetFrameworks>netcoreapp3.0;net461</DefaultTargetFrameworks>
44
</PropertyGroup>
55

66
<ItemGroup>

Build/Common.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
</PropertyGroup>
1616

1717
<PropertyGroup Label="Common properties">
18-
<LangVersion>latest</LangVersion>
18+
<LangVersion>8.0</LangVersion>
1919
</PropertyGroup>
2020

2121

0 commit comments

Comments
 (0)