Skip to content

Commit 5a7888b

Browse files
committed
Pin projects to C# version 7
1 parent 76d4d09 commit 5a7888b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

MoreLinq.Test/MoreLinq.Test.csproj

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
<ApplicationIcon />
2424
<OutputTypeEx>library</OutputTypeEx>
2525
<StartupObject />
26+
<LangVersion>7</LangVersion>
2627
</PropertyGroup>
2728

2829
<ItemGroup>

MoreLinq/MoreLinq.csproj

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<VersionPrefix>2.4.0</VersionPrefix>
99
<Authors>MoreLINQ Developers.</Authors>
1010
<TargetFrameworks>net35;net40;netstandard1.0</TargetFrameworks>
11+
<LangVersion>7</LangVersion>
1112
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
1213
<DebugType>portable</DebugType>
1314
<GenerateDocumentationFile>true</GenerateDocumentationFile>

0 commit comments

Comments
 (0)