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

github.com/microsoft/vs-editor-api.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorKirill Osenkov <github@osenkov.com>2021-04-24 01:09:36 +0300
committerKirill Osenkov <github@osenkov.com>2021-04-24 01:09:36 +0300
commitda2f9dbcf7695445e9a4f4e15a4ba81201c4e1a9 (patch)
tree8d2bbbd6173a78999e95bd58561477533f37bd97 /build
parent61ca43c05f2254b80e87dccaf029acec3f25feb3 (diff)
Use LangVersion latest.
Diffstat (limited to 'build')
-rw-r--r--build/Project.props2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/Project.props b/build/Project.props
index a575b49..0a8cb05 100644
--- a/build/Project.props
+++ b/build/Project.props
@@ -16,7 +16,7 @@
<FullNETFrameworkVersion>net472</FullNETFrameworkVersion>
<PortableTargetFrameworks>netstandard2.0;net472</PortableTargetFrameworks>
<NetStandardVersion>netstandard2.0</NetStandardVersion>
- <LangVersion>8.0</LangVersion>
+ <LangVersion>latest</LangVersion>
<DefineConstants Condition="$([MSBuild]::IsOSPlatform('OSX')) == 'true'">__MACOS__;$(DefineConstants)</DefineConstants>
</PropertyGroup>