Skip to content

Commit 84296d3

Browse files
committed
chore(deps): upgrade VsixSdk to 0.4.0 and add VSSDK.BuildTools
- Upgrade CodingWithCalvin.VsixSdk from 0.3.0 to 0.4.0 - Add Microsoft.VSSDK.BuildTools 17.* package reference - Remove redundant DeployExtension property (SDK handles this)
1 parent 894489a commit 84296d3

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

src/CodingWithCalvin.OpenInNotepadPlusPlus/CodingWithCalvin.OpenInNotepadPlusPlus.csproj

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="CodingWithCalvin.VsixSdk/0.3.0">
1+
<Project Sdk="CodingWithCalvin.VsixSdk/0.4.0">
22

33
<PropertyGroup>
44
<TargetFramework>net48</TargetFramework>
@@ -8,12 +8,9 @@
88
<OutputPath>bin/$(Configuration)/</OutputPath>
99
</PropertyGroup>
1010

11-
<PropertyGroup Condition="'$(Configuration)' == 'Debug'">
12-
<DeployExtension>True</DeployExtension>
13-
</PropertyGroup>
14-
1511
<ItemGroup>
1612
<PackageReference Include="Microsoft.VisualStudio.SDK" Version="17.14.40265" />
13+
<PackageReference Include="Microsoft.VSSDK.BuildTools" Version="17.*" PrivateAssets="all" />
1714
<PackageReference Include="CodingWithCalvin.Otel4Vsix" Version="0.2.2" />
1815
</ItemGroup>
1916

0 commit comments

Comments
 (0)