Skip to content

Commit be4aff7

Browse files
authored
chore(deps): upgrade VsixSdk to 0.4.0 and add VSSDK.BuildTools (#11)
* 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 * chore: remove launchSettings.json (SDK handles this) * chore: standardize solution configuration (Debug/Release + AnyCPU)
1 parent 341d5f4 commit be4aff7

3 files changed

Lines changed: 7 additions & 10 deletions

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
11
<Solution>
2+
<Configurations>
3+
<Configuration Name="Debug" />
4+
<Configuration Name="Release" />
5+
<Platform Name="AnyCPU" />
6+
</Configurations>
27
<Project Path="CodingWithCalvin.VsixManifestDesigner\CodingWithCalvin.VsixManifestDesigner.csproj" />
38
</Solution>

src/CodingWithCalvin.VsixManifestDesigner/CodingWithCalvin.VsixManifestDesigner.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>
@@ -24,6 +24,7 @@
2424
<PackageReference Include="CodingWithCalvin.Otel4Vsix" Version="*" />
2525
<PackageReference Include="Microsoft.VisualStudio.ProjectSystem" Version="17.*" />
2626
<PackageReference Include="Microsoft.VisualStudio.SDK" Version="17.*" />
27+
<PackageReference Include="Microsoft.VSSDK.BuildTools" Version="17.*" PrivateAssets="all" />
2728
</ItemGroup>
2829

2930
<!-- Include resources in VSIX -->

src/CodingWithCalvin.VsixManifestDesigner/Properties/launchSettings.json

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)