Skip to content

Commit

Permalink
Allow NuGet within the IDE
Browse files Browse the repository at this point in the history
It appears fast enough to use now. 🎉
  • Loading branch information
sharwell committed Mar 18, 2019
1 parent 4442cf4 commit 6cce0b9
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions NuGet.config
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
<?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" />
Expand Down

0 comments on commit 6cce0b9

Please sign in to comment.