Permalink
Browse files

Make package restore work

  • Loading branch information...
1 parent c4fde48 commit 05eea011b82a299b7af39c3090be70b8a53171aa @mlorbetske mlorbetske committed Jun 17, 2016
Showing with 12 additions and 0 deletions.
  1. BIN feed/NUglify.1.5.0.nupkg
  2. +12 −0 nuget.config
View
Binary file not shown.
View
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="utf-8"?>
+<configuration>
+ <packageSources>
+ <add key="dotnet core" value="https://dotnet.myget.org/F/dotnet-core/" />
+ <add key="aspnet core" value="http://myget.org/F/aspnetrtm/" />
+ <add key="local" value="c:\projects\bundlerminifier\feed\" />
+ </packageSources>
+ <packageRestore>
+ <add key="enabled" value="True" />
+ <add key="automatic" value="True" />
+ </packageRestore>
+</configuration>

0 comments on commit 05eea01

Please sign in to comment.