Skip to content

Commit 547a27b

Browse files
authored
chore(deps): upgrade VsixSdk to 0.4.0 and add VSSDK.BuildTools (#59)
1 parent 3017408 commit 547a27b

2 files changed

Lines changed: 5 additions & 6 deletions

File tree

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
<Solution>
22
<Configurations>
3-
<BuildType Name="Debug" />
4-
<BuildType Name="Release" />
5-
<Platform Name="Any CPU" />
6-
<Platform Name="arm64" />
7-
<Platform Name="x86" />
3+
<Configuration Name="Debug" />
4+
<Configuration Name="Release" />
5+
<Platform Name="AnyCPU" />
86
</Configurations>
97
<Project Path="CodingWithCalvin.ProjectRenamifier/CodingWithCalvin.ProjectRenamifier.csproj" />
108
</Solution>

src/CodingWithCalvin.ProjectRenamifier/CodingWithCalvin.ProjectRenamifier.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
<ItemGroup>
1313
<PackageReference Include="CodingWithCalvin.Otel4Vsix" Version="0.2.2" />
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)