Skip to content

Commit ad1ef33

Browse files
authored
fix(deps): downgrade VSSDK to 17.0 for VS 2022 compatibility (#62)
1 parent 152c719 commit ad1ef33

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

src/CodingWithCalvin.ProjectRenamifier/CodingWithCalvin.ProjectRenamifier.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<ItemGroup>
1313
<PackageReference Include="CodingWithCalvin.Otel4Vsix" Version="0.2.2" />
14-
<PackageReference Include="Microsoft.VisualStudio.SDK" Version="17.14.40265" />
14+
<PackageReference Include="Microsoft.VisualStudio.SDK" Version="17.0.32112.339" />
1515
<PackageReference Include="Microsoft.VSSDK.BuildTools" Version="17.*" PrivateAssets="all" />
1616
</ItemGroup>
1717

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)