Mark UserSecrets extension as a system component (#439)

This commit is contained in:
Nate McMaster 2018-05-16 16:47:34 -07:00 коммит произвёл GitHub
Родитель 6272b3625e
Коммит 5dac1be2d7
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -6,7 +6,7 @@
<PackageId>Microsoft.VisualStudio.SecretManager</PackageId>
<Description xml:space="preserve">Enables IVsProjectSecrets for ASP.NET Core projects that use Microsoft.Extensions.Configuration.UserSecrets.</Description>
</Metadata>
<Installation AllUsers="true">
<Installation AllUsers="true" SystemComponent="true">
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[15.0.26228.04,)" />
</Installation>
<Dependencies>