This commit is contained in:
Dingmeng Xue 2021-03-01 15:45:19 +08:00 коммит произвёл GitHub
Родитель 2534b42e95
Коммит 0b3354a61e
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 5 добавлений и 1 удалений

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

@ -4,7 +4,11 @@
<add key="disableSourceControlIntegration" value="true" />
</solution>
<packageSources>
<add key="omnisharp" value="https://www.myget.org/F/omnisharp/api/v3/index.json" protocolVersion="3" />
<clear/>
<!-- Do not add any additional feeds if new packages are needed they need to come from nuget.org or our azure-sdk-for-net DevOps feed -->
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
</packageSources>
<disabledPackageSources>
<clear />
</disabledPackageSources>
</configuration>