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.
This commit is contained in:
parent
360d0bb6a3
commit
3af8bd071e
6 changed files with 6 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue