Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManu <manu-silicon@users.noreply.github.com>2016-04-12 05:01:16 +0300
committerManu <manu-silicon@users.noreply.github.com>2016-04-12 05:01:16 +0300
commit76846f497f97cd171feda6e939f29c572956304b (patch)
tree1b4e6a3b4025883b17420084a6240c2dba84af2b /dir.props
parent51dd25b6c7c2cb2a8e1db773f1825d3e4c9ca23c (diff)
Enable C# 6.0 language
Diffstat (limited to 'dir.props')
-rw-r--r--dir.props5
1 files changed, 1 insertions, 4 deletions
diff --git a/dir.props b/dir.props
index 9c0766eab..c4e459f6d 100644
--- a/dir.props
+++ b/dir.props
@@ -227,6 +227,7 @@
<NoExplicitReferenceToStdLib>true</NoExplicitReferenceToStdLib>
<AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
<GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
+ <LangVersion>6</LangVersion>
</PropertyGroup>
<!-- Set up handling of build warnings -->
@@ -235,10 +236,6 @@
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</PropertyGroup>
- <!-- Temporary until build/CI system is upgraded to C# 6: disable C# 6 features -->
- <PropertyGroup Condition="'$(MSBuildProjectExtension)' == '.csproj' OR '$(Language)' == 'C#'">
- <LangVersion>5</LangVersion>
- </PropertyGroup>
<!-- Set up some common paths -->
<PropertyGroup>