We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f33bb21 commit 2be4433Copy full SHA for 2be4433
src/package/VSIXProject/source.extension.vsixmanifest
@@ -7,7 +7,7 @@
7
<License>License.rtf</License>
8
<PackageId>Microsoft.VisualStudio.TestTools.TestPlatform.V2.CLI</PackageId>
9
</Metadata>
10
- <Installation AllUsers="true">
+ <Installation AllUsers="true" SystemComponent="true">
11
<InstallationTarget Version="[16.0,17.0)" Id="Microsoft.VisualStudio.Community" />
12
<InstallationTarget Version="[16.0,17.0)" Id="Microsoft.VisualStudio.Pro" />
13
<InstallationTarget Version="[16.0,17.0)" Id="Microsoft.VisualStudio.Enterprise" />
0 commit comments