提交 6cce0b90 编写于 作者: S Sam Harwell

Allow NuGet within the IDE

It appears fast enough to use now. 🎉
上级 4442cf47
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. -->
<configuration>
<packageRestore>
<!-- NuGet Restore was observed to cause performance problems for in-IDE builds,
so it has been disabled.
THIS IS A PERFORMANCE-CRITICAL LINE. DO NOT REMOVE. ⚠ -->
<add key="enabled" value="false" />
</packageRestore>
<packageSources>
<clear />
<add key="dotnet-core" value="https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json" />
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册