Skip to content

Commit bbf48ea

Browse files
authored
chore(deps): upgrade VsixSdk to 0.4.0 and add VSSDK.BuildTools (#21)
* 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: standardize solution configuration (Debug/Release + AnyCPU)
1 parent e2cdab7 commit bbf48ea

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

src/CodingWithCalvin.SuperClean.slnx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22
<Configurations>
33
<Configuration Name="Debug" />
44
<Configuration Name="Release" />
5-
<Platform Name="arm64" />
6-
<Platform Name="x64" />
7-
<Platform Name="x86" />
5+
<Platform Name="AnyCPU" />
86
</Configurations>
97
<Folder Name="/Solution Items/">
108
<File Path="../.github/workflows/publish.yml" />

src/CodingWithCalvin.SuperClean/CodingWithCalvin.SuperClean.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>
@@ -12,6 +12,7 @@
1212
<PackageReference Include="CodingWithCalvin.Otel4Vsix" Version="0.2.2" />
1313
<PackageReference Include="Community.VisualStudio.Toolkit.17" Version="17.0.492" />
1414
<PackageReference Include="Microsoft.VisualStudio.SDK" Version="17.14.40265" />
15+
<PackageReference Include="Microsoft.VSSDK.BuildTools" Version="17.*" PrivateAssets="all" />
1516
</ItemGroup>
1617

1718
<ItemGroup>

0 commit comments

Comments
 (0)