summaryrefslogtreecommitdiff
path: root/modules/mono/editor/GodotTools/GodotTools.BuildLogger
diff options
context:
space:
mode:
authorIgnacio Etcheverry <ignalfonsore@gmail.com>2019-08-25 15:49:51 +0200
committerIgnacio Etcheverry <ignalfonsore@gmail.com>2019-08-25 15:53:47 +0200
commit3af8bd071eb6e99c9b3de90f5aaa939d18cda4f3 (patch)
treec8a3ed5b4bc533c8b85852d5d1e708244aec8955 /modules/mono/editor/GodotTools/GodotTools.BuildLogger
parent360d0bb6a3109bc518f13f539d39960425af67d3 (diff)
Set C# 7 as LangVersion for GodotTools and Godot API projects
This will make it harder for someone to accidentally commit code that requires a newer version.
Diffstat (limited to 'modules/mono/editor/GodotTools/GodotTools.BuildLogger')
-rw-r--r--modules/mono/editor/GodotTools/GodotTools.BuildLogger/GodotTools.BuildLogger.csproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/mono/editor/GodotTools/GodotTools.BuildLogger/GodotTools.BuildLogger.csproj b/modules/mono/editor/GodotTools/GodotTools.BuildLogger/GodotTools.BuildLogger.csproj
index f3ac353c0f..dcfdd83831 100644
--- a/modules/mono/editor/GodotTools/GodotTools.BuildLogger/GodotTools.BuildLogger.csproj
+++ b/modules/mono/editor/GodotTools/GodotTools.BuildLogger/GodotTools.BuildLogger.csproj
@@ -11,6 +11,7 @@
<AssemblyName>GodotTools.BuildLogger</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
+ <LangVersion>7</LangVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>