Skip to content

Commit

Permalink
nuget.config auto-restore
Browse files Browse the repository at this point in the history
  • Loading branch information
dsbenghe committed Dec 31, 2020
1 parent 1c94ed8 commit 13e4fdc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nuget.config
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageRestore>
<add key="enabled" value="False" />
<add key="automatic" value="False" />
<add key="enabled" value="True" />
<add key="automatic" value="True" />
</packageRestore>
<packageSources>
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
Expand Down

0 comments on commit 13e4fdc

Please sign in to comment.