Skip to content
Merged
Show file tree
Hide file tree
Changes from 35 commits
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
bf51da3
Update samples for VS 17.9 GA
matteo-prosperi Jan 26, 2024
945c9dd
Update samples for VS 17.10
matteo-prosperi Jan 26, 2024
3bd5960
Update packages
matteo-prosperi Feb 7, 2024
78c6695
Merge branch 'main' into preview_17.10
matteo-prosperi Feb 7, 2024
8b0f186
Update package versions
matteo-prosperi Feb 23, 2024
0e17757
Update packages
matteo-prosperi Feb 28, 2024
798a5dc
Update packages
matteo-prosperi Mar 19, 2024
3ebe89d
Update packages
matteo-prosperi Mar 26, 2024
46ee9e1
Add testing of xaml resources
matteo-prosperi Mar 29, 2024
efe9682
Update packages for 17.11
matteo-prosperi May 9, 2024
16b89f9
Merge remote-tracking branch 'remotes/origin/main' into preview_17.11
matteo-prosperi May 22, 2024
50be2b5
Update packages
matteo-prosperi May 22, 2024
4b8ea58
Update packages to 17.11.232 to remove dependency on ServiceHub.Exten…
BertanAygun Jun 3, 2024
98193af
Add samples for tool window toolbar and context menu
matteo-prosperi Jun 4, 2024
5a55300
Fix
matteo-prosperi Jun 5, 2024
0b648b4
Update usage of Image control
matteo-prosperi Jun 11, 2024
49f6e9c
Updating packages
matteo-prosperi Jun 14, 2024
be0aa2d
Unified getting querySpace and fixed wording
Jxwoon Jun 26, 2024
754e045
Merge pull request #399 from microsoft/dev/jasminewoon/17.11_Updates
Jxwoon Jul 2, 2024
2d1a43b
Update packages
matteo-prosperi Jul 8, 2024
d35d73d
Update packages
matteo-prosperi Jul 9, 2024
ed16717
Avoid warnings
matteo-prosperi Jul 9, 2024
481a824
Fix warnings
matteo-prosperi Jul 9, 2024
7e0956b
Adding a test for settings
matteo-prosperi Jul 9, 2024
d705a3f
Adding a test for the new Image control
matteo-prosperi Jul 9, 2024
0a2e66a
Merge branch 'preview_17.11' into preview_17.12
matteo-prosperi Jul 10, 2024
48ee411
Update packages
matteo-prosperi Jul 10, 2024
e268bc6
Update packages
matteo-prosperi Aug 8, 2024
4232f23
Merge remote-tracking branch 'remotes/origin/main' into preview_17.12
matteo-prosperi Aug 13, 2024
d0f83ee
Update packages
matteo-prosperi Sep 6, 2024
8d87089
Update packages
matteo-prosperi Sep 25, 2024
c66d69f
Merge remote-tracking branch 'remotes/origin/main' into preview_17.12
matteo-prosperi Sep 25, 2024
2b4d75f
Add missing project to solution
matteo-prosperi Sep 25, 2024
6a8cc52
Updating packages
matteo-prosperi Oct 4, 2024
e5a5874
Update packages
matteo-prosperi Oct 11, 2024
a870cfb
CodeLens sample
olegtk Oct 15, 2024
a5b101a
fix typos
olegtk Oct 15, 2024
9a599b8
make custom UI a bit prettier
olegtk Oct 15, 2024
2019c8e
Merge pull request #432 from olegtk/dev/olegtk/CodeLensSample
olegtk Oct 15, 2024
cdec415
Update known issues and experimental changes
Oct 25, 2024
c05f869
Merge pull request #437 from microsoft/dev/tinali/17.12-impactfulchange
tinaschrepfer Oct 25, 2024
66a8769
make CodeLens sample more interactive
olegtk Oct 26, 2024
5895367
Merge pull request #438 from olegtk/dev/olegtk/CodeLensSample3
olegtk Oct 28, 2024
d4c44ba
Update packages
matteo-prosperi Nov 12, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.VisualStudio.Extensibility.Sdk" Version="17.11.40261" />
<PackageReference Include="Microsoft.VisualStudio.Extensibility.Build" Version="17.11.40261" />
<PackageReference Include="Microsoft.VisualStudio.Extensibility.Sdk" Version="17.12.40308" />
<PackageReference Include="Microsoft.VisualStudio.Extensibility.Build" Version="17.12.40308" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.VisualStudio.Extensibility.Sdk" Version="17.11.40261" />
<PackageReference Include="Microsoft.VisualStudio.Extensibility.Build" Version="17.11.40261" />
<PackageReference Include="Microsoft.VisualStudio.Extensibility.Sdk" Version="17.12.40308" />
<PackageReference Include="Microsoft.VisualStudio.Extensibility.Build" Version="17.12.40308" />
<PackageReference Include="Microsoft.VisualStudio.SDK" Version="17.6.36389" ExcludeAssets="runtime" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.VisualStudio.Extensibility.Sdk" Version="17.11.40261" />
<PackageReference Include="Microsoft.VisualStudio.Extensibility.Build" Version="17.11.40261" />
<PackageReference Include="Microsoft.VisualStudio.Extensibility.Sdk" Version="17.12.40308" />
<PackageReference Include="Microsoft.VisualStudio.Extensibility.Build" Version="17.12.40308" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.VisualStudio.Extensibility.Sdk" Version="17.11.40261" />
<PackageReference Include="Microsoft.VisualStudio.Extensibility.Build" Version="17.11.40261" />
<PackageReference Include="Microsoft.VisualStudio.Extensibility.Sdk" Version="17.12.40308" />
<PackageReference Include="Microsoft.VisualStudio.Extensibility.Build" Version="17.12.40308" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ namespace DocumentSelectorSample;

using System.Threading;
using System.Threading.Tasks;
using Microsoft;
using Microsoft.VisualStudio.Extensibility;
using Microsoft.VisualStudio.Extensibility.Documents;
using Microsoft.VisualStudio.Extensibility.Editor;
Expand All @@ -19,7 +18,7 @@ namespace DocumentSelectorSample;
[VisualStudioContribution]
internal class UnitTestRunner : ExtensionPart, ITextViewOpenClosedListener, ITextViewChangedListener
{
private OutputWindow? outputWindow;
private OutputChannel? outputChannel;

/// <summary>
/// Initializes a new instance of the <see cref="UnitTestRunner"/> class.
Expand Down Expand Up @@ -62,7 +61,7 @@ public Task TextViewClosedAsync(ITextViewSnapshot textViewSnapshot, Cancellation
protected override void Dispose(bool isDisposing)
{
base.Dispose(isDisposing);
this.outputWindow?.Dispose();
this.outputChannel?.Dispose();
}

private async Task RunUnitTestsAfterDelayAsync(ITextViewSnapshot textViewSnapshot, CancellationToken cancellationToken)
Expand All @@ -76,19 +75,12 @@ private async Task StopUnitTestsAsync(ITextViewSnapshot textViewSnapshot, Cancel
await this.WriteToOutputWindowAsync($"Stop running unit tests in {textViewSnapshot.Document.Uri.LocalPath}", cancellationToken);
}

private async Task<OutputWindow> GetOutputWindowAsync(CancellationToken cancellationToken)
{
return this.outputWindow ??= await this.Extensibility.Views().Output.GetChannelAsync(
identifier: nameof(DocumentSelectorSample),
displayNameResourceId: nameof(Resources.OutputWindowPaneName),
cancellationToken);
}

private async Task WriteToOutputWindowAsync(string message, CancellationToken cancellationToken)
{
var channel = await this.GetOutputWindowAsync(cancellationToken);
Assumes.NotNull(channel);
await channel.Writer.WriteLineAsync(message);
this.outputChannel ??= await this.Extensibility.Views().Output.CreateOutputChannelAsync(
Resources.OutputWindowPaneName,
cancellationToken);
await this.outputChannel.WriteLineAsync(message);
}
}
#pragma warning restore VSEXTPREVIEW_OUTPUTWINDOW // Type is for evaluation purposes only and is subject to change or removal in future updates.
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.VisualStudio.Extensibility.Sdk" Version="17.11.40261" />
<PackageReference Include="Microsoft.VisualStudio.Extensibility.Build" Version="17.11.40261" />
<PackageReference Include="Microsoft.VisualStudio.Extensibility.Sdk" Version="17.12.40308" />
<PackageReference Include="Microsoft.VisualStudio.Extensibility.Build" Version="17.12.40308" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<NeutralLanguage>en-US</NeutralLanguage>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.VisualStudio.Extensibility.Sdk" Version="17.11.40261" />
<PackageReference Include="Microsoft.VisualStudio.Extensibility.Build" Version="17.11.40261" />
<PackageReference Include="Microsoft.VisualStudio.Extensibility.Sdk" Version="17.12.40308" />
<PackageReference Include="Microsoft.VisualStudio.Extensibility.Build" Version="17.12.40308" />
<PackageReference Include="Microsoft.VisualStudio.LanguageServer.Protocol" Version="17.2.8" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.VisualStudio.Extensibility.Sdk" Version="17.10.2084" />
<PackageReference Include="Microsoft.VisualStudio.Extensibility.Build" Version="17.10.2084" />
<PackageReference Include="Microsoft.VisualStudio.Extensibility.Sdk" Version="17.12.40308" />
<PackageReference Include="Microsoft.VisualStudio.Extensibility.Build" Version="17.12.40308" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.VisualStudio.Extensibility.Sdk" Version="17.11.40261" />
<PackageReference Include="Microsoft.VisualStudio.Extensibility.Build" Version="17.11.40261" />
<PackageReference Include="Microsoft.VisualStudio.Extensibility.Sdk" Version="17.12.40308" />
<PackageReference Include="Microsoft.VisualStudio.Extensibility.Build" Version="17.12.40308" />
<PackageReference Include="Microsoft.VisualStudio.LanguageServer.Protocol" Version="17.2.8" />
</ItemGroup>

Expand Down
4 changes: 2 additions & 2 deletions New_Extensibility_Model/Samples/InsertGuid/InsertGuid.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.VisualStudio.Extensibility.Sdk" Version="17.11.40261" />
<PackageReference Include="Microsoft.VisualStudio.Extensibility.Build" Version="17.11.40261" />
<PackageReference Include="Microsoft.VisualStudio.Extensibility.Sdk" Version="17.12.40308" />
<PackageReference Include="Microsoft.VisualStudio.Extensibility.Build" Version="17.12.40308" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ internal class MarkdownDiagnosticsService : DisposableObject
#pragma warning restore CA2213 // Disposable fields should be disposed
private readonly Dictionary<Uri, CancellationTokenSource> documentCancellationTokens;
private readonly Task initializationTask;
private OutputWindow? outputWindow;
private OutputChannel? outputChannel;
private DiagnosticsReporter? diagnosticsReporter;

/// <summary>
Expand Down Expand Up @@ -78,9 +78,9 @@ public async Task ProcessFileAsync(Uri documentUri, CancellationToken cancellati
}
catch (InvalidOperationException)
{
if (this.outputWindow is not null)
if (this.outputChannel is not null)
{
await this.outputWindow.Writer.WriteLineAsync(Strings.MissingLinterError);
await this.outputChannel.WriteLineAsync(Strings.MissingLinterError);
}
}
}
Expand Down Expand Up @@ -134,7 +134,7 @@ protected override void Dispose(bool isDisposing)

if (isDisposing)
{
this.outputWindow?.Dispose();
this.outputChannel?.Dispose();
this.diagnosticsReporter?.Dispose();
}
}
Expand All @@ -158,18 +158,16 @@ private async Task ProcessDocumentAsync(ITextDocumentSnapshot documentSnapshot,
}
catch (InvalidOperationException)
{
if (this.outputWindow is not null)
if (this.outputChannel is not null)
{
await this.outputWindow.Writer.WriteLineAsync(Strings.MissingLinterError);
await this.outputChannel.WriteLineAsync(Strings.MissingLinterError);
}
}
}

private async Task InitializeAsync()
{
this.outputWindow = await this.extensibility.Views().Output.GetChannelAsync(nameof(MarkdownLinterExtension) + Guid.NewGuid(), nameof(Strings.MarkdownLinterWindowName), default);
Assumes.NotNull(this.outputWindow);

this.outputChannel = await this.extensibility.Views().Output.CreateOutputChannelAsync(Strings.MarkdownLinterWindowName, default);
this.diagnosticsReporter = this.extensibility.Languages().GetDiagnosticsReporter(nameof(MarkdownLinterExtension));
Assumes.NotNull(this.diagnosticsReporter);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.VisualStudio.Extensibility.Sdk" Version="17.11.40261" />
<PackageReference Include="Microsoft.VisualStudio.Extensibility.Build" Version="17.11.40261" />
<PackageReference Include="Microsoft.VisualStudio.Extensibility.Sdk" Version="17.12.40308" />
<PackageReference Include="Microsoft.VisualStudio.Extensibility.Build" Version="17.12.40308" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.VisualStudio.Extensibility.Sdk" Version="17.11.40261" />
<PackageReference Include="Microsoft.VisualStudio.Extensibility.Build" Version="17.11.40261" />
<PackageReference Include="Microsoft.VisualStudio.Extensibility.Sdk" Version="17.12.40308" />
<PackageReference Include="Microsoft.VisualStudio.Extensibility.Build" Version="17.12.40308" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.VisualStudio.Extensibility.Sdk" Version="17.11.40261" />
<PackageReference Include="Microsoft.VisualStudio.Extensibility.Build" Version="17.11.40261" />
<PackageReference Include="Microsoft.VisualStudio.Extensibility.Sdk" Version="17.12.40308" />
<PackageReference Include="Microsoft.VisualStudio.Extensibility.Build" Version="17.12.40308" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ namespace OutputWindowSample;
#pragma warning disable VSEXTPREVIEW_OUTPUTWINDOW // Type is for evaluation purposes only and is subject to change or removal in future updates.
public class TestOutputWindowCommand : Command
{
private OutputWindow? outputWindow;
private OutputChannel? outputChannel;

/// <inheritdoc />
public override CommandConfiguration CommandConfiguration => new("%OutputWindowSample.TestOutputWindowCommand.DisplayName%")
Expand All @@ -28,24 +28,17 @@ public class TestOutputWindowCommand : Command
/// <inheritdoc />
public override async Task InitializeAsync(CancellationToken cancellationToken)
{
this.outputWindow = await this.GetOutputWindowAsync(cancellationToken);
this.outputChannel = await this.Extensibility.Views().Output.CreateOutputChannelAsync(Strings.OutputWindowDisplayName, cancellationToken);
await base.InitializeAsync(cancellationToken);
}

/// <inheritdoc />
public override async Task ExecuteCommandAsync(IClientContext context, CancellationToken cancellationToken)
{
if (this.outputWindow != null)
if (this.outputChannel != null)
{
await this.outputWindow.Writer.WriteLineAsync("This is a test of the output window.");
await this.outputChannel.WriteLineAsync("This is a test of the output window.");
}
}

private async Task<OutputWindow?> GetOutputWindowAsync(CancellationToken cancellationToken)
{
string id = "MyOutputWindow";
string displayNameResourceId = nameof(Strings.OutputWindowDisplayName);
return await this.Extensibility.Views().Output.GetChannelAsync(id, displayNameResourceId, cancellationToken);
}
}
#pragma warning restore VSEXTPREVIEW_OUTPUTWINDOW // Type is for evaluation purposes only and is subject to change or removal in future updates.
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.VisualStudio.Extensibility.Sdk" Version="17.11.40261" />
<PackageReference Include="Microsoft.VisualStudio.Extensibility.Build" Version="17.11.40261" />
<PackageReference Include="Microsoft.VisualStudio.Extensibility.Sdk" Version="17.12.40308" />
<PackageReference Include="Microsoft.VisualStudio.Extensibility.Build" Version="17.12.40308" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.VisualStudio.Extensibility.Sdk" Version="17.11.40261" />
<PackageReference Include="Microsoft.VisualStudio.Extensibility.Build" Version="17.11.40261" />
<PackageReference Include="Microsoft.VisualStudio.Extensibility.Sdk" Version="17.12.40308" />
<PackageReference Include="Microsoft.VisualStudio.Extensibility.Build" Version="17.12.40308" />
</ItemGroup>

<ItemGroup Condition="Exists('.\rust-analyzer.exe')">
Expand Down
10 changes: 9 additions & 1 deletion New_Extensibility_Model/Samples/Samples.sln
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
# 17
VisualStudioVersion = 17.9.34329.44
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{070F0AEA-C0A0-4B5D-9286-55574A37BE7A}"
Expand Down Expand Up @@ -55,6 +55,8 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ExtensionPublisher", "Exten
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FilePickerSample", "FilePickerSample\FilePickerSample.csproj", "{626939FA-4B8B-484E-BFD9-32DDFAFA472E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SettingsSample", "SettingsSample\SettingsSample.csproj", "{0D0B8CBF-CEAB-4956-87C8-96B931E5458C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down Expand Up @@ -145,6 +147,12 @@ Global
{626939FA-4B8B-484E-BFD9-32DDFAFA472E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{626939FA-4B8B-484E-BFD9-32DDFAFA472E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{626939FA-4B8B-484E-BFD9-32DDFAFA472E}.Release|Any CPU.Build.0 = Release|Any CPU
{0D0B8CBF-CEAB-4956-87C8-96B931E5458C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0D0B8CBF-CEAB-4956-87C8-96B931E5458C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0D0B8CBF-CEAB-4956-87C8-96B931E5458C}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{0D0B8CBF-CEAB-4956-87C8-96B931E5458C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0D0B8CBF-CEAB-4956-87C8-96B931E5458C}.Release|Any CPU.Build.0 = Release|Any CPU
{0D0B8CBF-CEAB-4956-87C8-96B931E5458C}.Release|Any CPU.Deploy.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.VisualStudio.Extensibility.Sdk" Version="17.11.40261" />
<PackageReference Include="Microsoft.VisualStudio.Extensibility.Build" Version="17.11.40261" />
<PackageReference Include="Microsoft.VisualStudio.Extensibility.Sdk" Version="17.12.40308" />
<PackageReference Include="Microsoft.VisualStudio.Extensibility.Build" Version="17.12.40308" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.VisualStudio.Extensibility.Sdk" Version="17.11.40261" />
<PackageReference Include="Microsoft.VisualStudio.Extensibility.Build" Version="17.11.40261" />
<PackageReference Include="Microsoft.VisualStudio.Extensibility.Sdk" Version="17.12.40308" />
<PackageReference Include="Microsoft.VisualStudio.Extensibility.Build" Version="17.12.40308" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.VisualStudio.Extensibility.Sdk" Version="17.11.40261" />
<PackageReference Include="Microsoft.VisualStudio.Extensibility.Build" Version="17.11.40261" />
<PackageReference Include="Microsoft.VisualStudio.Extensibility.Sdk" Version="17.12.40308" />
<PackageReference Include="Microsoft.VisualStudio.Extensibility.Build" Version="17.12.40308" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.VisualStudio.Extensibility.Sdk" Version="17.11.40261" />
<PackageReference Include="Microsoft.VisualStudio.Extensibility.Build" Version="17.11.40261" />
<PackageReference Include="Microsoft.VisualStudio.Extensibility.Sdk" Version="17.12.40308" />
<PackageReference Include="Microsoft.VisualStudio.Extensibility.Build" Version="17.12.40308" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.VisualStudio.Extensibility.Sdk" Version="17.11.40261" />
<PackageReference Include="Microsoft.VisualStudio.Extensibility.Build" Version="17.11.40261" />
<PackageReference Include="Microsoft.VisualStudio.Extensibility.Sdk" Version="17.12.40308" />
<PackageReference Include="Microsoft.VisualStudio.Extensibility.Build" Version="17.12.40308" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.VisualStudio.Extensibility.Sdk" Version="17.11.40261" />
<PackageReference Include="Microsoft.VisualStudio.Extensibility.Build" Version="17.11.40261" />
<PackageReference Include="Microsoft.VisualStudio.Extensibility.Sdk" Version="17.12.40308" />
<PackageReference Include="Microsoft.VisualStudio.Extensibility.Build" Version="17.12.40308" />
</ItemGroup>

<ItemGroup>
Expand Down