Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 4 additions & 8 deletions src/CodingWithCalvin.CouchbaseExplorer.slnx
Original file line number Diff line number Diff line change
@@ -1,18 +1,14 @@
<Solution>
<Configurations>
<Platform Name="arm64" />
<Platform Name="x64" />
<Platform Name="x86" />
<Configuration Name="Debug" />
<Configuration Name="Release" />
<Platform Name="AnyCPU" />
</Configurations>
<Folder Name="/Solution Items/">
<File Path="../.github/workflows/publish.yml" />
<File Path="../.github/workflows/release_build_and_deploy.yml" />
<File Path="../README.md" />
<File Path="../resources/extension.manifest.json" />
</Folder>
<Project Path="CodingWithCalvin.CouchbaseExplorer/CodingWithCalvin.CouchbaseExplorer.csproj" Id="8af8beef-6fcc-4479-8d85-540a414d0ea2">
<Platform Solution="*|arm64" Project="arm64" />
<Platform Solution="*|x64" Project="x64" />
<Platform Solution="*|x86" Project="x86" />
</Project>
<Project Path="CodingWithCalvin.CouchbaseExplorer/CodingWithCalvin.CouchbaseExplorer.csproj" />
</Solution>
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="CodingWithCalvin.VsixSdk/0.3.0">
<Project Sdk="CodingWithCalvin.VsixSdk/0.4.0">

<PropertyGroup>
<TargetFramework>net48</TargetFramework>
Expand All @@ -13,6 +13,7 @@
<PackageReference Include="CodingWithCalvin.Otel4Vsix" Version="0.2.2" />
<PackageReference Include="CouchbaseNetClient" Version="3.8.1" />
<PackageReference Include="Microsoft.VisualStudio.SDK" Version="17.14.40265" />
<PackageReference Include="Microsoft.VSSDK.BuildTools" Version="17.*" PrivateAssets="all" />
</ItemGroup>

<ItemGroup>
Expand Down