We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f9d5fe commit 67d99f8Copy full SHA for 67d99f8
1 file changed
src/CodingWithCalvin.BreakpointNotifier/CodingWithCalvin.BreakpointNotifier.csproj
@@ -1,4 +1,4 @@
1
-<Project Sdk="CodingWithCalvin.VsixSdk/0.3.0">
+<Project Sdk="CodingWithCalvin.VsixSdk/0.4.0">
2
3
<PropertyGroup>
4
<TargetFramework>net48</TargetFramework>
@@ -11,6 +11,7 @@
11
<ItemGroup>
12
<PackageReference Include="CodingWithCalvin.Otel4Vsix" Version="0.2.2" />
13
<PackageReference Include="Microsoft.VisualStudio.SDK" Version="17.14.40265" />
14
+ <PackageReference Include="Microsoft.VSSDK.BuildTools" Version="17.*" PrivateAssets="all" />
15
</ItemGroup>
16
17
0 commit comments