Skip to content

Commit

Permalink
Update source.extension.vsixmanifest
Browse files Browse the repository at this point in the history
  • Loading branch information
tsharp authored Sep 20, 2021
1 parent 446743a commit b65c4f5
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions D365DeveloperExtensions/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,8 @@
</Metadata>
<Installation>
<!-- https://docs.microsoft.com/en-us/visualstudio/extensibility/migration/update-visual-studio-extension?view=vs-2022 -->
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[15.0,17.0)">
<ProductArchitecture>x86</ProductArchitecture>
</InstallationTarget>
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[17.0,18.0)">
<ProductArchitecture>amd64</ProductArchitecture>
</InstallationTarget>
<!-- Having to drop suport for VS2022 for the time being :( -->
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[15.0,17.0)" />
</Installation>
<Dependencies>
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5.2,)" />
Expand Down

0 comments on commit b65c4f5

Please sign in to comment.