Skip to content

Commit b4a323e

Browse files
authored
chore: downgrade SDK version (#45)
1 parent 7f53909 commit b4a323e

File tree

3 files changed

+10
-7
lines changed

3 files changed

+10
-7
lines changed

src/CodingWithCalvin.OpenInNotepadPlusPlus.slnx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,5 @@
44
<Configuration Name="Release" />
55
<Platform Name="AnyCPU" />
66
</Configurations>
7-
<Folder Name="/Solution Items/">
8-
<File Path="../resources/extension.manifest.json" />
9-
<File Path="../.github/workflows/publish.yml" />
10-
<File Path="../README.md" />
11-
<File Path="../.github/workflows/release_build_and_deploy.yml" />
12-
</Folder>
137
<Project Path="CodingWithCalvin.OpenInNotepadPlusPlus/CodingWithCalvin.OpenInNotepadPlusPlus.csproj" Id="add4175c-aa5c-49e4-afaf-6b9d3e832e8d" />
148
</Solution>

src/CodingWithCalvin.OpenInNotepadPlusPlus/CodingWithCalvin.OpenInNotepadPlusPlus.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</PropertyGroup>
1010

1111
<ItemGroup>
12-
<PackageReference Include="Microsoft.VisualStudio.SDK" Version="17.14.40265" />
12+
<PackageReference Include="Microsoft.VisualStudio.SDK" Version="17.0.32112.339" />
1313
<PackageReference Include="Microsoft.VSSDK.BuildTools" Version="17.*" PrivateAssets="all" />
1414
<PackageReference Include="CodingWithCalvin.Otel4Vsix" Version="0.2.2" />
1515
</ItemGroup>
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"profiles": {
3+
"Debug Extension": {
4+
"commandName": "Executable",
5+
"executablePath": "C:\\Program Files\\Microsoft Visual Studio\\18\\Community\\Common7\\IDE\\devenv.exe",
6+
"commandLineArgs": "/rootSuffix Exp"
7+
}
8+
}
9+
}

0 commit comments

Comments
 (0)