From e848bb37a34ebf94eaf6af322c119ec0c89ace3a Mon Sep 17 00:00:00 2001 From: Ajay Bhargav Baaskaran Date: Wed, 15 Aug 2018 17:27:26 -0700 Subject: [PATCH] Update VSIX build langversion to 7.2 (#2541) --- build/VSIX.targets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/VSIX.targets b/build/VSIX.targets index 5995deeabd..5e3d365380 100644 --- a/build/VSIX.targets +++ b/build/VSIX.targets @@ -104,7 +104,7 @@ /p:Configuration=$(Configuration); /p:FeatureBranchVersionSuffix=$(FeatureBranchVersionSuffix); /p:BuildNumber=$(BuildNumber); - /p:LangVersion=7.1" /> + /p:LangVersion=7.2" />