From ec61954c76ea08d882c1010edb89363a43e12e72 Mon Sep 17 00:00:00 2001 From: Matteo Prosperi Date: Fri, 22 Nov 2024 13:04:45 -0800 Subject: [PATCH] Update packages --- .../Samples/CodeLensSample/CodeLensSample.csproj | 4 ++-- .../CommandParentingSample/CommandParentingSample.csproj | 4 ++-- .../Samples/CommentRemover/CommentRemover.csproj | 4 ++-- .../Samples/DialogSample/DialogSample.csproj | 4 ++-- .../DocumentSelectorSample/DocumentSelectorSample.csproj | 4 ++-- .../Samples/ExtensionPublisher/ExtensionPublisher.csproj | 4 ++-- .../Samples/FeatureGallery/FeatureGallery.csproj | 4 ++-- .../Samples/FilePickerSample/FilePickerSample.csproj | 4 ++-- .../Samples/InProcFeatureGallery/InProcFeatureGallery.csproj | 4 ++-- New_Extensibility_Model/Samples/InsertGuid/InsertGuid.csproj | 4 ++-- .../Samples/MarkdownLinter/MarkdownLinter.csproj | 4 ++-- .../MemoryStreamVisualizer/MemoryStreamVisualizer.csproj | 4 ++-- .../Samples/OutputWindowSample/OutputWindowSample.csproj | 4 ++-- .../RegexMatchDebugVisualizer.csproj | 4 ++-- .../RustLanguageServerProvider.csproj | 4 ++-- .../Samples/SettingsSample/SettingsSample.csproj | 4 ++-- .../SimpleRemoteCommandSample.csproj | 4 ++-- .../Samples/ToolWindowSample/ToolWindowSample.csproj | 4 ++-- .../Samples/UserPromptSample/UserPromptSample.csproj | 4 ++-- .../VSProjectQueryAPISample/VSProjectQueryAPISample.csproj | 4 ++-- .../Samples/WordCountMargin/WordCountMarginSample.csproj | 4 ++-- 21 files changed, 42 insertions(+), 42 deletions(-) diff --git a/New_Extensibility_Model/Samples/CodeLensSample/CodeLensSample.csproj b/New_Extensibility_Model/Samples/CodeLensSample/CodeLensSample.csproj index f26a3f38..8460852e 100644 --- a/New_Extensibility_Model/Samples/CodeLensSample/CodeLensSample.csproj +++ b/New_Extensibility_Model/Samples/CodeLensSample/CodeLensSample.csproj @@ -7,8 +7,8 @@ - - + + diff --git a/New_Extensibility_Model/Samples/CommandParentingSample/CommandParentingSample.csproj b/New_Extensibility_Model/Samples/CommandParentingSample/CommandParentingSample.csproj index 8f0df16c..c7cab317 100644 --- a/New_Extensibility_Model/Samples/CommandParentingSample/CommandParentingSample.csproj +++ b/New_Extensibility_Model/Samples/CommandParentingSample/CommandParentingSample.csproj @@ -11,7 +11,7 @@ - - + + diff --git a/New_Extensibility_Model/Samples/CommentRemover/CommentRemover.csproj b/New_Extensibility_Model/Samples/CommentRemover/CommentRemover.csproj index ba1dcf4f..6352f9dd 100644 --- a/New_Extensibility_Model/Samples/CommentRemover/CommentRemover.csproj +++ b/New_Extensibility_Model/Samples/CommentRemover/CommentRemover.csproj @@ -11,8 +11,8 @@ - - + + diff --git a/New_Extensibility_Model/Samples/DialogSample/DialogSample.csproj b/New_Extensibility_Model/Samples/DialogSample/DialogSample.csproj index ca53017c..d9eff6dd 100644 --- a/New_Extensibility_Model/Samples/DialogSample/DialogSample.csproj +++ b/New_Extensibility_Model/Samples/DialogSample/DialogSample.csproj @@ -7,8 +7,8 @@ - - + + diff --git a/New_Extensibility_Model/Samples/DocumentSelectorSample/DocumentSelectorSample.csproj b/New_Extensibility_Model/Samples/DocumentSelectorSample/DocumentSelectorSample.csproj index 1829f895..5e64b21f 100644 --- a/New_Extensibility_Model/Samples/DocumentSelectorSample/DocumentSelectorSample.csproj +++ b/New_Extensibility_Model/Samples/DocumentSelectorSample/DocumentSelectorSample.csproj @@ -7,8 +7,8 @@ - - + + diff --git a/New_Extensibility_Model/Samples/ExtensionPublisher/ExtensionPublisher.csproj b/New_Extensibility_Model/Samples/ExtensionPublisher/ExtensionPublisher.csproj index 3143c293..6859dcb6 100644 --- a/New_Extensibility_Model/Samples/ExtensionPublisher/ExtensionPublisher.csproj +++ b/New_Extensibility_Model/Samples/ExtensionPublisher/ExtensionPublisher.csproj @@ -6,8 +6,8 @@ - - + + diff --git a/New_Extensibility_Model/Samples/FeatureGallery/FeatureGallery.csproj b/New_Extensibility_Model/Samples/FeatureGallery/FeatureGallery.csproj index 88b90437..251975ba 100644 --- a/New_Extensibility_Model/Samples/FeatureGallery/FeatureGallery.csproj +++ b/New_Extensibility_Model/Samples/FeatureGallery/FeatureGallery.csproj @@ -6,8 +6,8 @@ en-US - - + + diff --git a/New_Extensibility_Model/Samples/FilePickerSample/FilePickerSample.csproj b/New_Extensibility_Model/Samples/FilePickerSample/FilePickerSample.csproj index 937174b1..6202d24f 100644 --- a/New_Extensibility_Model/Samples/FilePickerSample/FilePickerSample.csproj +++ b/New_Extensibility_Model/Samples/FilePickerSample/FilePickerSample.csproj @@ -7,7 +7,7 @@ - - + + diff --git a/New_Extensibility_Model/Samples/InProcFeatureGallery/InProcFeatureGallery.csproj b/New_Extensibility_Model/Samples/InProcFeatureGallery/InProcFeatureGallery.csproj index 82848059..9270dc09 100644 --- a/New_Extensibility_Model/Samples/InProcFeatureGallery/InProcFeatureGallery.csproj +++ b/New_Extensibility_Model/Samples/InProcFeatureGallery/InProcFeatureGallery.csproj @@ -11,8 +11,8 @@ - - + + diff --git a/New_Extensibility_Model/Samples/InsertGuid/InsertGuid.csproj b/New_Extensibility_Model/Samples/InsertGuid/InsertGuid.csproj index e0b42eed..2826ca3c 100644 --- a/New_Extensibility_Model/Samples/InsertGuid/InsertGuid.csproj +++ b/New_Extensibility_Model/Samples/InsertGuid/InsertGuid.csproj @@ -7,8 +7,8 @@ - - + + diff --git a/New_Extensibility_Model/Samples/MarkdownLinter/MarkdownLinter.csproj b/New_Extensibility_Model/Samples/MarkdownLinter/MarkdownLinter.csproj index def6d351..908f8251 100644 --- a/New_Extensibility_Model/Samples/MarkdownLinter/MarkdownLinter.csproj +++ b/New_Extensibility_Model/Samples/MarkdownLinter/MarkdownLinter.csproj @@ -7,8 +7,8 @@ - - + + diff --git a/New_Extensibility_Model/Samples/MemoryStreamDebugVisualizer/MemoryStreamVisualizer/MemoryStreamVisualizer.csproj b/New_Extensibility_Model/Samples/MemoryStreamDebugVisualizer/MemoryStreamVisualizer/MemoryStreamVisualizer.csproj index 608ccb81..a7a53497 100644 --- a/New_Extensibility_Model/Samples/MemoryStreamDebugVisualizer/MemoryStreamVisualizer/MemoryStreamVisualizer.csproj +++ b/New_Extensibility_Model/Samples/MemoryStreamDebugVisualizer/MemoryStreamVisualizer/MemoryStreamVisualizer.csproj @@ -7,8 +7,8 @@ - - + + diff --git a/New_Extensibility_Model/Samples/OutputWindowSample/OutputWindowSample.csproj b/New_Extensibility_Model/Samples/OutputWindowSample/OutputWindowSample.csproj index 947fed61..f76bc871 100644 --- a/New_Extensibility_Model/Samples/OutputWindowSample/OutputWindowSample.csproj +++ b/New_Extensibility_Model/Samples/OutputWindowSample/OutputWindowSample.csproj @@ -7,8 +7,8 @@ - - + + diff --git a/New_Extensibility_Model/Samples/RegexMatchDebugVisualizer/RegexMatchDebugVisualizer/RegexMatchDebugVisualizer.csproj b/New_Extensibility_Model/Samples/RegexMatchDebugVisualizer/RegexMatchDebugVisualizer/RegexMatchDebugVisualizer.csproj index 66dfb390..b13f4b1d 100644 --- a/New_Extensibility_Model/Samples/RegexMatchDebugVisualizer/RegexMatchDebugVisualizer/RegexMatchDebugVisualizer.csproj +++ b/New_Extensibility_Model/Samples/RegexMatchDebugVisualizer/RegexMatchDebugVisualizer/RegexMatchDebugVisualizer.csproj @@ -9,8 +9,8 @@ - - + + diff --git a/New_Extensibility_Model/Samples/RustLanguageServerProvider/RustLanguageServerProvider.csproj b/New_Extensibility_Model/Samples/RustLanguageServerProvider/RustLanguageServerProvider.csproj index 6a447fcd..727d9c40 100644 --- a/New_Extensibility_Model/Samples/RustLanguageServerProvider/RustLanguageServerProvider.csproj +++ b/New_Extensibility_Model/Samples/RustLanguageServerProvider/RustLanguageServerProvider.csproj @@ -7,8 +7,8 @@ - - + + diff --git a/New_Extensibility_Model/Samples/SettingsSample/SettingsSample.csproj b/New_Extensibility_Model/Samples/SettingsSample/SettingsSample.csproj index f9716d32..0a93e7d6 100644 --- a/New_Extensibility_Model/Samples/SettingsSample/SettingsSample.csproj +++ b/New_Extensibility_Model/Samples/SettingsSample/SettingsSample.csproj @@ -7,8 +7,8 @@ - - + + diff --git a/New_Extensibility_Model/Samples/SimpleRemoteCommandSample/SimpleRemoteCommandSample.csproj b/New_Extensibility_Model/Samples/SimpleRemoteCommandSample/SimpleRemoteCommandSample.csproj index eb559b78..ef34c154 100644 --- a/New_Extensibility_Model/Samples/SimpleRemoteCommandSample/SimpleRemoteCommandSample.csproj +++ b/New_Extensibility_Model/Samples/SimpleRemoteCommandSample/SimpleRemoteCommandSample.csproj @@ -7,7 +7,7 @@ - - + + diff --git a/New_Extensibility_Model/Samples/ToolWindowSample/ToolWindowSample.csproj b/New_Extensibility_Model/Samples/ToolWindowSample/ToolWindowSample.csproj index f9716d32..0a93e7d6 100644 --- a/New_Extensibility_Model/Samples/ToolWindowSample/ToolWindowSample.csproj +++ b/New_Extensibility_Model/Samples/ToolWindowSample/ToolWindowSample.csproj @@ -7,8 +7,8 @@ - - + + diff --git a/New_Extensibility_Model/Samples/UserPromptSample/UserPromptSample.csproj b/New_Extensibility_Model/Samples/UserPromptSample/UserPromptSample.csproj index d9ec912f..4b012d2e 100644 --- a/New_Extensibility_Model/Samples/UserPromptSample/UserPromptSample.csproj +++ b/New_Extensibility_Model/Samples/UserPromptSample/UserPromptSample.csproj @@ -8,7 +8,7 @@ - - + + diff --git a/New_Extensibility_Model/Samples/VSProjectQueryAPISample/VSProjectQueryAPISample.csproj b/New_Extensibility_Model/Samples/VSProjectQueryAPISample/VSProjectQueryAPISample.csproj index 8af163b2..beb6d393 100644 --- a/New_Extensibility_Model/Samples/VSProjectQueryAPISample/VSProjectQueryAPISample.csproj +++ b/New_Extensibility_Model/Samples/VSProjectQueryAPISample/VSProjectQueryAPISample.csproj @@ -8,7 +8,7 @@ - - + + diff --git a/New_Extensibility_Model/Samples/WordCountMargin/WordCountMarginSample.csproj b/New_Extensibility_Model/Samples/WordCountMargin/WordCountMarginSample.csproj index 401f6c03..5a0a68ea 100644 --- a/New_Extensibility_Model/Samples/WordCountMargin/WordCountMarginSample.csproj +++ b/New_Extensibility_Model/Samples/WordCountMargin/WordCountMarginSample.csproj @@ -7,8 +7,8 @@ - - + +