Skip to content

Commit

Permalink
Revert the overealous auto-update of VSSDK in the legacy section of t…
Browse files Browse the repository at this point in the history
…he csproj to fix the vsix in vs2017/vs2019

Fixes #45
  • Loading branch information
belkiss committed May 30, 2022
1 parent 40aa951 commit e6f9cbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NiftyPerforce/NiftyPerforce.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
</None>
<None Remove="Manifests\source.extension.vsixmanifest" />
<Compile Remove="Manifests\source.extension.cs" />
<PackageReference Include="Microsoft.VisualStudio.SDK" Version="17.2.32505.173" ExcludeAssets="runtime">
<PackageReference Include="Microsoft.VisualStudio.SDK" Version="15.0.1" ExcludeAssets="runtime">
<IncludeAssets>compile; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
</ItemGroup>
Expand Down

0 comments on commit e6f9cbb

Please sign in to comment.