We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b84f66b commit e4208e2Copy full SHA for e4208e2
1 file changed
src/CodingWithCalvin.GitRanger/CodingWithCalvin.GitRanger.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>
@@ -13,6 +13,7 @@
13
<PackageReference Include="CodingWithCalvin.Otel4Vsix" Version="0.2.2" />
14
<PackageReference Include="Community.VisualStudio.Toolkit.17" Version="17.0.507" />
15
<PackageReference Include="Microsoft.VisualStudio.SDK" Version="17.14.40265" ExcludeAssets="runtime" />
16
+ <PackageReference Include="Microsoft.VSSDK.BuildTools" Version="17.*" PrivateAssets="all" />
17
<PackageReference Include="LibGit2Sharp" Version="0.30.0" />
18
<PackageReference Include="SkiaSharp" Version="2.88.7" />
19
<PackageReference Include="SkiaSharp.Views.WPF" Version="2.88.7" />
0 commit comments