Skip to content

Commit

Permalink
[#88] revert references and VSIX manifest to enable support back to V…
Browse files Browse the repository at this point in the history
…S2015

* encountered stats that indicate VS2015 usage may still be significant, especially in highly regulated environments
  • Loading branch information
nickwesselman committed Jun 4, 2019
1 parent 2647b85 commit 6ac368b
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 5 deletions.
34 changes: 32 additions & 2 deletions src/Sitecore.Rocks.VisualStudio/Sitecore.Rocks.VisualStudio.csproj
Expand Up @@ -897,8 +897,38 @@
<Folder Include="UI\StartPage\Tabs\GetStarted\Welcome\Installation\" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.VisualStudio.SDK">
<Version>15.9.3</Version>
<PackageReference Include="EnvDTE80">
<Version>8.0.3</Version>
</PackageReference>
<PackageReference Include="Microsoft.VisualStudio.Shell.14.0">
<Version>14.3.25407</Version>
</PackageReference>
<PackageReference Include="Microsoft.VisualStudio.Shell.Interop">
<Version>7.10.6072</Version>
</PackageReference>
<PackageReference Include="Microsoft.VisualStudio.Shell.Interop.10.0">
<Version>10.0.30320</Version>
</PackageReference>
<PackageReference Include="Microsoft.VisualStudio.Shell.Interop.11.0">
<Version>11.0.61031</Version>
</PackageReference>
<PackageReference Include="Microsoft.VisualStudio.Shell.Interop.12.0">
<Version>12.0.30111</Version>
</PackageReference>
<PackageReference Include="Microsoft.VisualStudio.Shell.Interop.14.0.DesignTime">
<Version>14.3.26929</Version>
</PackageReference>
<PackageReference Include="Microsoft.VisualStudio.Shell.Interop.8.0">
<Version>8.0.50728</Version>
</PackageReference>
<PackageReference Include="Microsoft.VisualStudio.Shell.Interop.9.0">
<Version>9.0.30730</Version>
</PackageReference>
<PackageReference Include="Microsoft.VisualStudio.TextTemplating.Interfaces.14.0">
<Version>14.3.25407</Version>
</PackageReference>
<PackageReference Include="Microsoft.VisualStudio.TextTemplating.VSHost.14.0">
<Version>14.3.25407</Version>
</PackageReference>
<PackageReference Include="Microsoft.VisualStudio.Threading.Analyzers">
<Version>16.0.102</Version>
Expand Down
6 changes: 3 additions & 3 deletions src/Sitecore.Rocks.VisualStudio/source.extension.vsixmanifest
Expand Up @@ -14,9 +14,9 @@ Directly integrated into Microsoft Visual Studio, Sitecore Rocks provides a fast
<Tags>Sitecore, Sitecore Rocks, CMS, ASP.NET, C#</Tags>
</Metadata>
<Installation>
<InstallationTarget Version="[15.0.28307,17.0)" Id="Microsoft.VisualStudio.Community" />
<InstallationTarget Version="[15.0.28307,17.0)" Id="Microsoft.VisualStudio.Pro" />
<InstallationTarget Version="[15.0.28307,17.0)" Id="Microsoft.VisualStudio.Enterprise" />
<InstallationTarget Version="[14.0,17.0)" Id="Microsoft.VisualStudio.Community" />
<InstallationTarget Version="[14.0,17.0)" Id="Microsoft.VisualStudio.Pro" />
<InstallationTarget Version="[14.0,17.0)" Id="Microsoft.VisualStudio.Enterprise" />
</Installation>
<Dependencies>
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.7.2,)" />
Expand Down

0 comments on commit 6ac368b

Please sign in to comment.