Skip to content

Commit 5897cee

Browse files
authored
chore(deps): upgrade VsixSdk to 0.4.0 and add VSSDK.BuildTools (#348)
1 parent a7e000c commit 5897cee

2 files changed

Lines changed: 6 additions & 9 deletions

File tree

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,14 @@
11
<Solution>
22
<Configurations>
3-
<Platform Name="arm64" />
4-
<Platform Name="x64" />
5-
<Platform Name="x86" />
3+
<Configuration Name="Debug" />
4+
<Configuration Name="Release" />
5+
<Platform Name="AnyCPU" />
66
</Configurations>
77
<Folder Name="/Solution Items/">
88
<File Path="../.github/workflows/publish.yml" />
99
<File Path="../.github/workflows/release_build_and_deploy.yml" />
1010
<File Path="../README.md" />
1111
<File Path="../resources/extension.manifest.json" />
1212
</Folder>
13-
<Project Path="CodingWithCalvin.CouchbaseExplorer/CodingWithCalvin.CouchbaseExplorer.csproj" Id="8af8beef-6fcc-4479-8d85-540a414d0ea2">
14-
<Platform Solution="*|arm64" Project="arm64" />
15-
<Platform Solution="*|x64" Project="x64" />
16-
<Platform Solution="*|x86" Project="x86" />
17-
</Project>
13+
<Project Path="CodingWithCalvin.CouchbaseExplorer/CodingWithCalvin.CouchbaseExplorer.csproj" />
1814
</Solution>

src/CodingWithCalvin.CouchbaseExplorer/CodingWithCalvin.CouchbaseExplorer.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>
@@ -13,6 +13,7 @@
1313
<PackageReference Include="CodingWithCalvin.Otel4Vsix" Version="0.2.2" />
1414
<PackageReference Include="CouchbaseNetClient" Version="3.8.1" />
1515
<PackageReference Include="Microsoft.VisualStudio.SDK" Version="17.14.40265" />
16+
<PackageReference Include="Microsoft.VSSDK.BuildTools" Version="17.*" PrivateAssets="all" />
1617
</ItemGroup>
1718

1819
<ItemGroup>

0 commit comments

Comments
 (0)