We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76d4d09 commit 5a7888bCopy full SHA for 5a7888b
MoreLinq.Test/MoreLinq.Test.csproj
@@ -23,6 +23,7 @@
23
<ApplicationIcon />
24
<OutputTypeEx>library</OutputTypeEx>
25
<StartupObject />
26
+ <LangVersion>7</LangVersion>
27
</PropertyGroup>
28
29
<ItemGroup>
MoreLinq/MoreLinq.csproj
@@ -8,6 +8,7 @@
8
<VersionPrefix>2.4.0</VersionPrefix>
9
<Authors>MoreLINQ Developers.</Authors>
10
<TargetFrameworks>net35;net40;netstandard1.0</TargetFrameworks>
11
12
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
13
<DebugType>portable</DebugType>
14
<GenerateDocumentationFile>true</GenerateDocumentationFile>
0 commit comments