From 255de863bdfbcdbe900cd529d35bf366586dd64a Mon Sep 17 00:00:00 2001 From: Andrew Schwartzmeyer Date: Thu, 12 Aug 2021 11:49:13 -0700 Subject: [PATCH] Update C# language version to 10.0 to fix bug with .NET SDK 6 Preview 7 Our build started failing this morning because .NET SDK 6 moved from Preview 6 to Preview 7 and its generated code now throws an error with language version 9.0, but is allowed with 10.0. --- PowerShellEditorServices.Common.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PowerShellEditorServices.Common.props b/PowerShellEditorServices.Common.props index 3d2d48230..8cc9eca4c 100644 --- a/PowerShellEditorServices.Common.props +++ b/PowerShellEditorServices.Common.props @@ -4,7 +4,7 @@ Microsoft © Microsoft Corporation. - 9.0 + 10.0 PowerShell;editor;development;language;debugging https://raw.githubusercontent.com/PowerShell/PowerShellEditorServices/master/LICENSE true