Skip to content

Commit 67d99f8

Browse files
authored
chore(deps): upgrade VsixSdk to 0.4.0 and add VSSDK.BuildTools (#24)
- Upgrade CodingWithCalvin.VsixSdk from 0.3.0 to 0.4.0 - Add Microsoft.VSSDK.BuildTools 17.* package reference
1 parent 5f9d5fe commit 67d99f8

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/CodingWithCalvin.BreakpointNotifier/CodingWithCalvin.BreakpointNotifier.csproj

Lines changed: 2 additions & 1 deletion
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>
@@ -11,6 +11,7 @@
1111
<ItemGroup>
1212
<PackageReference Include="CodingWithCalvin.Otel4Vsix" Version="0.2.2" />
1313
<PackageReference Include="Microsoft.VisualStudio.SDK" Version="17.14.40265" />
14+
<PackageReference Include="Microsoft.VSSDK.BuildTools" Version="17.*" PrivateAssets="all" />
1415
</ItemGroup>
1516

1617
<ItemGroup>

0 commit comments

Comments
 (0)