From 68cb0fb113a2d2e4880b0763fd72799873f1c2d5 Mon Sep 17 00:00:00 2001 From: Andrew Schwartzmeyer Date: Wed, 18 Aug 2021 10:27:59 -0700 Subject: [PATCH] Explicitly disable implicit namespace imports This also reverts us back to language version 9.0. This reverts commit e29979c369efdcb645a681403ae5d380076a85c8. --- PowerShellEditorServices.Common.props | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/PowerShellEditorServices.Common.props b/PowerShellEditorServices.Common.props index 8cc9eca4c..04dc9a8eb 100644 --- a/PowerShellEditorServices.Common.props +++ b/PowerShellEditorServices.Common.props @@ -4,7 +4,7 @@ Microsoft © Microsoft Corporation. - 10.0 + 9.0 PowerShell;editor;development;language;debugging https://raw.githubusercontent.com/PowerShell/PowerShellEditorServices/master/LICENSE true @@ -12,7 +12,9 @@ https://github.com/PowerShell/PowerShellEditorServices portable - true + true + + true