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
diff options
context:
space:
mode:
authorAaron Bockover <abock@microsoft.com>2019-06-14 22:20:25 +0300
committerAaron Bockover <abock@microsoft.com>2019-06-14 22:20:25 +0300
commit7a83a2dfa468b254b44658d76b85142ad4da6d2f (patch)
tree4c066f9e7e7bab489441fe57f35f2ba6e62d0ab9
parent07fc1f5b604ac34381cb57b2e1cf3d3a8b3b39d2 (diff)
Sync with vs-editor-core@f5a0b82a
-rw-r--r--build/Project.props2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/Project.props b/build/Project.props
index 17b016d..fcbd918 100644
--- a/build/Project.props
+++ b/build/Project.props
@@ -13,7 +13,7 @@
<PropertyGroup>
<TargetFramework>net472</TargetFramework>
- <LangVersion>7.3</LangVersion>
+ <LangVersion>8.0</LangVersion>
<DefineConstants Condition="$([MSBuild]::IsOSPlatform('OSX')) == 'true'">__MACOS__;$(DefineConstants)</DefineConstants>
</PropertyGroup>