зеркало из https://github.com/microsoft/Omex.git
Modified NuGet.config to override the global NuGet.config (#29)
This commit is contained in:
Родитель
7e419434a8
Коммит
df729b6ca5
|
@ -14,4 +14,8 @@
|
||||||
<solution>
|
<solution>
|
||||||
<add key="disableSourceControlIntegration" value="true" />
|
<add key="disableSourceControlIntegration" value="true" />
|
||||||
</solution>
|
</solution>
|
||||||
|
<!-- This is used to override the global NuGet.config and enable nuget.org -->
|
||||||
|
<disabledPackageSources>
|
||||||
|
<clear />
|
||||||
|
</disabledPackageSources>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
|
Загрузка…
Ссылка в новой задаче